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"
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"