mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 15:47:59 -05:00
Update to test with Rails v8.1.0 final
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -6,7 +6,7 @@ gemspec
|
|||||||
|
|
||||||
gem "omniauth"
|
gem "omniauth"
|
||||||
gem "omniauth-oauth2"
|
gem "omniauth-oauth2"
|
||||||
gem "rails", "~> 8.1.0.rc1"
|
gem "rails", "~> 8.1.0"
|
||||||
gem "rdoc"
|
gem "rdoc"
|
||||||
|
|
||||||
gem "rails-controller-testing", github: "rails/rails-controller-testing"
|
gem "rails-controller-testing", github: "rails/rails-controller-testing"
|
||||||
|
|||||||
111
Gemfile.lock
111
Gemfile.lock
@@ -22,29 +22,29 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
action_text-trix (2.1.15)
|
action_text-trix (2.1.15)
|
||||||
railties
|
railties
|
||||||
actioncable (8.1.0.rc1)
|
actioncable (8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (8.1.0.rc1)
|
actionmailbox (8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
activejob (= 8.1.0.rc1)
|
activejob (= 8.1.0)
|
||||||
activerecord (= 8.1.0.rc1)
|
activerecord (= 8.1.0)
|
||||||
activestorage (= 8.1.0.rc1)
|
activestorage (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (8.1.0.rc1)
|
actionmailer (8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
actionview (= 8.1.0.rc1)
|
actionview (= 8.1.0)
|
||||||
activejob (= 8.1.0.rc1)
|
activejob (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (8.1.0.rc1)
|
actionpack (8.1.0)
|
||||||
actionview (= 8.1.0.rc1)
|
actionview (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
@@ -52,36 +52,36 @@ GEM
|
|||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
useragent (~> 0.16)
|
useragent (~> 0.16)
|
||||||
actiontext (8.1.0.rc1)
|
actiontext (8.1.0)
|
||||||
action_text-trix (~> 2.1.15)
|
action_text-trix (~> 2.1.15)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
activerecord (= 8.1.0.rc1)
|
activerecord (= 8.1.0)
|
||||||
activestorage (= 8.1.0.rc1)
|
activestorage (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (8.1.0.rc1)
|
actionview (8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (8.1.0.rc1)
|
activejob (8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (8.1.0.rc1)
|
activemodel (8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
activerecord (8.1.0.rc1)
|
activerecord (8.1.0)
|
||||||
activemodel (= 8.1.0.rc1)
|
activemodel (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (8.1.0.rc1)
|
activestorage (8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
activejob (= 8.1.0.rc1)
|
activejob (= 8.1.0)
|
||||||
activerecord (= 8.1.0.rc1)
|
activerecord (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (8.1.0.rc1)
|
activesupport (8.1.0)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
@@ -128,7 +128,8 @@ GEM
|
|||||||
loofah (2.24.1)
|
loofah (2.24.1)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
mail (2.8.1)
|
mail (2.9.0)
|
||||||
|
logger
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
@@ -203,20 +204,20 @@ GEM
|
|||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rackup (2.2.1)
|
rackup (2.2.1)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
rails (8.1.0.rc1)
|
rails (8.1.0)
|
||||||
actioncable (= 8.1.0.rc1)
|
actioncable (= 8.1.0)
|
||||||
actionmailbox (= 8.1.0.rc1)
|
actionmailbox (= 8.1.0)
|
||||||
actionmailer (= 8.1.0.rc1)
|
actionmailer (= 8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
actiontext (= 8.1.0.rc1)
|
actiontext (= 8.1.0)
|
||||||
actionview (= 8.1.0.rc1)
|
actionview (= 8.1.0)
|
||||||
activejob (= 8.1.0.rc1)
|
activejob (= 8.1.0)
|
||||||
activemodel (= 8.1.0.rc1)
|
activemodel (= 8.1.0)
|
||||||
activerecord (= 8.1.0.rc1)
|
activerecord (= 8.1.0)
|
||||||
activestorage (= 8.1.0.rc1)
|
activestorage (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 8.1.0.rc1)
|
railties (= 8.1.0)
|
||||||
rails-dom-testing (2.3.0)
|
rails-dom-testing (2.3.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
@@ -224,9 +225,9 @@ GEM
|
|||||||
rails-html-sanitizer (1.6.2)
|
rails-html-sanitizer (1.6.2)
|
||||||
loofah (~> 2.21)
|
loofah (~> 2.21)
|
||||||
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
||||||
railties (8.1.0.rc1)
|
railties (8.1.0)
|
||||||
actionpack (= 8.1.0.rc1)
|
actionpack (= 8.1.0)
|
||||||
activesupport (= 8.1.0.rc1)
|
activesupport (= 8.1.0)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
@@ -284,7 +285,7 @@ DEPENDENCIES
|
|||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
rails (~> 8.1.0.rc1)
|
rails (~> 8.1.0)
|
||||||
rails-controller-testing!
|
rails-controller-testing!
|
||||||
rdoc
|
rdoc
|
||||||
responders (~> 3.1)
|
responders (~> 3.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user