mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
ad91686b62
And remove dupe entry in the exclude matrix.
In order to get Ruby 3 working we needed to install `rexml` as part of
the test dependencies, only done on the main Gemfile (Rails 6.1) and the
6.0 versions. (which are the only ones supported by Ruby 3.)
Devise itself doesn't require `rexml` as it does nothing with it, but a
dependency we use during tests seem to require it. I was able to track
it down to omniauth-openid -> rack-openid -> ruby-openid requiring it:
13a88ad644/lib/openid/yadis/xrds.rb (L1)
So while we have tests using omniauth-openid, we'll need this require in
place as well. Ideally that upstream version of ruby-openid should have
it, but it seems that one isn't updated in a while.
233 lines
5.5 KiB
Text
233 lines
5.5 KiB
Text
GIT
|
|
remote: https://github.com/rails/activemodel-serializers-xml.git
|
|
revision: 694f4071c6b16e4c8597cc323c241b5f787b3ea8
|
|
specs:
|
|
activemodel-serializers-xml (1.0.2)
|
|
activemodel (>= 5.0.0.a)
|
|
activesupport (>= 5.0.0.a)
|
|
builder (~> 3.1)
|
|
|
|
GIT
|
|
remote: https://github.com/rails/rails-controller-testing.git
|
|
revision: 4b15c86e82ee380f2a7cc009e470368f7520560a
|
|
specs:
|
|
rails-controller-testing (1.0.5)
|
|
actionpack (>= 5.0.1.rc1)
|
|
actionview (>= 5.0.1.rc1)
|
|
activesupport (>= 5.0.1.rc1)
|
|
|
|
PATH
|
|
remote: .
|
|
specs:
|
|
devise (4.7.3)
|
|
bcrypt (~> 3.0)
|
|
orm_adapter (~> 0.1)
|
|
railties (>= 4.1.0)
|
|
responders
|
|
warden (~> 1.2.3)
|
|
|
|
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
actioncable (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
nio4r (~> 2.0)
|
|
websocket-driver (>= 0.6.1)
|
|
actionmailbox (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
activejob (= 6.1.1)
|
|
activerecord (= 6.1.1)
|
|
activestorage (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
mail (>= 2.7.1)
|
|
actionmailer (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
actionview (= 6.1.1)
|
|
activejob (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
mail (~> 2.5, >= 2.5.4)
|
|
rails-dom-testing (~> 2.0)
|
|
actionpack (6.1.1)
|
|
actionview (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
rack (~> 2.0, >= 2.0.9)
|
|
rack-test (>= 0.6.3)
|
|
rails-dom-testing (~> 2.0)
|
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
actiontext (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
activerecord (= 6.1.1)
|
|
activestorage (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
nokogiri (>= 1.8.5)
|
|
actionview (6.1.1)
|
|
activesupport (= 6.1.1)
|
|
builder (~> 3.1)
|
|
erubi (~> 1.4)
|
|
rails-dom-testing (~> 2.0)
|
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
activejob (6.1.1)
|
|
activesupport (= 6.1.1)
|
|
globalid (>= 0.3.6)
|
|
activemodel (6.1.1)
|
|
activesupport (= 6.1.1)
|
|
activerecord (6.1.1)
|
|
activemodel (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
activestorage (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
activejob (= 6.1.1)
|
|
activerecord (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
marcel (~> 0.3.1)
|
|
mimemagic (~> 0.3.2)
|
|
activesupport (6.1.1)
|
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
i18n (>= 1.6, < 2)
|
|
minitest (>= 5.1)
|
|
tzinfo (~> 2.0)
|
|
zeitwerk (~> 2.3)
|
|
bcrypt (3.1.16)
|
|
builder (3.2.4)
|
|
concurrent-ruby (1.1.7)
|
|
crass (1.0.6)
|
|
erubi (1.10.0)
|
|
faraday (1.3.0)
|
|
faraday-net_http (~> 1.0)
|
|
multipart-post (>= 1.2, < 3)
|
|
ruby2_keywords
|
|
faraday-net_http (1.0.1)
|
|
globalid (0.4.2)
|
|
activesupport (>= 4.2.0)
|
|
hashie (4.1.0)
|
|
i18n (1.8.7)
|
|
concurrent-ruby (~> 1.0)
|
|
jwt (2.2.2)
|
|
loofah (2.9.0)
|
|
crass (~> 1.0.2)
|
|
nokogiri (>= 1.5.9)
|
|
mail (2.7.1)
|
|
mini_mime (>= 0.1.1)
|
|
marcel (0.3.3)
|
|
mimemagic (~> 0.3.2)
|
|
method_source (1.0.0)
|
|
mimemagic (0.3.5)
|
|
mini_mime (1.0.2)
|
|
mini_portile2 (2.5.0)
|
|
minitest (5.14.3)
|
|
mocha (1.12.0)
|
|
multi_json (1.15.0)
|
|
multi_xml (0.6.0)
|
|
multipart-post (2.1.1)
|
|
nio4r (2.5.4)
|
|
nokogiri (1.11.1)
|
|
mini_portile2 (~> 2.5.0)
|
|
racc (~> 1.4)
|
|
oauth2 (1.4.4)
|
|
faraday (>= 0.8, < 2.0)
|
|
jwt (>= 1.0, < 3.0)
|
|
multi_json (~> 1.3)
|
|
multi_xml (~> 0.5)
|
|
rack (>= 1.2, < 3)
|
|
omniauth (2.0.1)
|
|
hashie (>= 3.4.6)
|
|
rack (>= 1.6.2, < 3)
|
|
rack-protection
|
|
omniauth-facebook (8.0.0)
|
|
omniauth-oauth2 (~> 1.2)
|
|
omniauth-oauth2 (1.7.1)
|
|
oauth2 (~> 1.4)
|
|
omniauth (>= 1.9, < 3)
|
|
omniauth-openid (2.0.1)
|
|
omniauth (>= 1.0, < 3.0)
|
|
rack-openid (~> 1.4.0)
|
|
orm_adapter (0.5.0)
|
|
racc (1.5.2)
|
|
rack (2.2.3)
|
|
rack-openid (1.4.2)
|
|
rack (>= 1.1.0)
|
|
ruby-openid (>= 2.1.8)
|
|
rack-protection (2.1.0)
|
|
rack
|
|
rack-test (1.1.0)
|
|
rack (>= 1.0, < 3)
|
|
rails (6.1.1)
|
|
actioncable (= 6.1.1)
|
|
actionmailbox (= 6.1.1)
|
|
actionmailer (= 6.1.1)
|
|
actionpack (= 6.1.1)
|
|
actiontext (= 6.1.1)
|
|
actionview (= 6.1.1)
|
|
activejob (= 6.1.1)
|
|
activemodel (= 6.1.1)
|
|
activerecord (= 6.1.1)
|
|
activestorage (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
bundler (>= 1.15.0)
|
|
railties (= 6.1.1)
|
|
sprockets-rails (>= 2.0.0)
|
|
rails-dom-testing (2.0.3)
|
|
activesupport (>= 4.2.0)
|
|
nokogiri (>= 1.6)
|
|
rails-html-sanitizer (1.3.0)
|
|
loofah (~> 2.3)
|
|
railties (6.1.1)
|
|
actionpack (= 6.1.1)
|
|
activesupport (= 6.1.1)
|
|
method_source
|
|
rake (>= 0.8.7)
|
|
thor (~> 1.0)
|
|
rake (13.0.3)
|
|
rdoc (6.3.0)
|
|
responders (3.0.1)
|
|
actionpack (>= 5.0)
|
|
railties (>= 5.0)
|
|
rexml (3.2.4)
|
|
ruby-openid (2.9.2)
|
|
ruby2_keywords (0.0.4)
|
|
sprockets (4.0.2)
|
|
concurrent-ruby (~> 1.0)
|
|
rack (> 1, < 3)
|
|
sprockets-rails (3.2.2)
|
|
actionpack (>= 4.0)
|
|
activesupport (>= 4.0)
|
|
sprockets (>= 3.0.0)
|
|
sqlite3 (1.4.2)
|
|
thor (1.0.1)
|
|
timecop (0.9.2)
|
|
tzinfo (2.0.4)
|
|
concurrent-ruby (~> 1.0)
|
|
warden (1.2.9)
|
|
rack (>= 2.0.9)
|
|
webrat (0.7.3)
|
|
nokogiri (>= 1.2.0)
|
|
rack (>= 1.0)
|
|
rack-test (>= 0.5.3)
|
|
websocket-driver (0.7.3)
|
|
websocket-extensions (>= 0.1.0)
|
|
websocket-extensions (0.1.5)
|
|
zeitwerk (2.4.2)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
activemodel-serializers-xml!
|
|
devise!
|
|
mocha (~> 1.1)
|
|
omniauth
|
|
omniauth-facebook
|
|
omniauth-oauth2
|
|
omniauth-openid
|
|
rails (~> 6.1.0)
|
|
rails-controller-testing!
|
|
rdoc
|
|
responders (~> 3.0)
|
|
rexml
|
|
sqlite3 (~> 1.4)
|
|
timecop
|
|
webrat (= 0.7.3)
|
|
|
|
BUNDLED WITH
|
|
2.2.7
|