Test with the released version of v7.0

Rails just released v7.0.10 which contains the fixes for Ruby 3.4 we
needed to get the build green, so no need to point to GH anymore.

https://rubyonrails.org/2025/10/29/new-rails-releases-and-end-of-support-announcement

Note that v7.0 has reached EOL for a while now.
This commit is contained in:
Carlos Antonio da Silva
2025-10-29 10:31:23 -03:00
parent d60f810086
commit f150357c1c

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", "~> 7.0.0", github: "rails/rails", branch: "7-0-stable"
gem "rails", "~> 7.0.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"