mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-08 14:34:03 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user