From 3642759ac8b5b49683fde528e5ba90d341e6d089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 17 Oct 2025 17:41:35 +0200 Subject: [PATCH] Update Gemfile to show the right version of Rails The "~> 7.1.5.1" part made it harder to know that we're using version 7.1.5.2 since commit 4f4bd0f71. --- Gemfile | 2 +- Gemfile.lock | 2 +- publiccode.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c44749eca..88eb0e18c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby file: ".ruby-version" -gem "rails", "~> 7.1.5.1" +gem "rails", "~> 7.1.5.2" gem "acts-as-taggable-on", "~> 12.0.0" gem "acts_as_votable", "~> 0.14.0" diff --git a/Gemfile.lock b/Gemfile.lock index c035ada5a..c8fae07ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -866,7 +866,7 @@ DEPENDENCIES pronto-rubocop (~> 0.11.6) pronto-stylelint (~> 0.11.1) puma (~> 6.6.0) - rails (~> 7.1.5.1) + rails (~> 7.1.5.2) recipient_interceptor (~> 0.3.3) redcarpet (~> 3.6.1) responders (~> 3.1.1) diff --git a/publiccode.yml b/publiccode.yml index 12ca2884f..e70b05b04 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -117,7 +117,7 @@ dependsOn: - name: Ruby version: "3.3.9" - name: Rails - version: "7.1.5.1" + version: "7.1.5.2" - name: Node.js version: "20.19.5" - name: PostgreSQL