mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 07:18:14 -05:00
Add Ruby 3.4 & build updates (#5801)
Update bundle to avoid 3.4 mutex_m require error. Test against Rails 7.0 branch which contains Ruby 3.4 fixes. Update changelog to mention Rails < 7.0 support being dropped. Builds on top of https://github.com/heartcombo/devise/pull/5770 Closes https://github.com/heartcombo/devise/pull/5776 Closes https://github.com/heartcombo/devise/pull/5761
This commit is contained in:
committed by
GitHub
parent
dbc8e77ea0
commit
141ef37339
@@ -2,7 +2,7 @@ source "https://rubygems.org"
|
||||
|
||||
gemspec path: ".."
|
||||
|
||||
gem "rails", "~> 7.0.0"
|
||||
gem "rails", "~> 7.0.0", github: "rails/rails", branch: "7-0-stable"
|
||||
gem "omniauth"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc"
|
||||
|
||||
Reference in New Issue
Block a user