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.
This commit is contained in:
Javi Martín
2025-10-17 17:41:35 +02:00
parent c98d328879
commit 3642759ac8
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby file: ".ruby-version" 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-taggable-on", "~> 12.0.0"
gem "acts_as_votable", "~> 0.14.0" gem "acts_as_votable", "~> 0.14.0"

View File

@@ -866,7 +866,7 @@ DEPENDENCIES
pronto-rubocop (~> 0.11.6) pronto-rubocop (~> 0.11.6)
pronto-stylelint (~> 0.11.1) pronto-stylelint (~> 0.11.1)
puma (~> 6.6.0) puma (~> 6.6.0)
rails (~> 7.1.5.1) rails (~> 7.1.5.2)
recipient_interceptor (~> 0.3.3) recipient_interceptor (~> 0.3.3)
redcarpet (~> 3.6.1) redcarpet (~> 3.6.1)
responders (~> 3.1.1) responders (~> 3.1.1)

View File

@@ -117,7 +117,7 @@ dependsOn:
- name: Ruby - name: Ruby
version: "3.3.9" version: "3.3.9"
- name: Rails - name: Rails
version: "7.1.5.1" version: "7.1.5.2"
- name: Node.js - name: Node.js
version: "20.19.5" version: "20.19.5"
- name: PostgreSQL - name: PostgreSQL