Update to test with Rails v8.1.0 final

This commit is contained in:
Carlos Antonio da Silva
2025-10-24 11:23:10 -03:00
parent 141ef37339
commit 1cf31d45eb
2 changed files with 57 additions and 56 deletions

View File

@@ -6,7 +6,7 @@ gemspec
gem "omniauth"
gem "omniauth-oauth2"
gem "rails", "~> 8.1.0.rc1"
gem "rails", "~> 8.1.0"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"