-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make test for validation to be Rails 6.1 compatible The `ActiveModel::Errors` has been changed in Rails 6.1. rails/rails#32313 * Add gemfile for Rails 6.1 * Add CI matrix for Rails 6.1
- Loading branch information
1 parent
dfbed22
commit 98fc5e8
Showing
4 changed files
with
263 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
source "https://rubygems.org" | ||
|
||
gemspec path: ".." | ||
|
||
gem "rails", '~> 6.1.0' | ||
gem "omniauth" | ||
gem "omniauth-oauth2" | ||
gem "rdoc" | ||
|
||
gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml" | ||
|
||
gem "rails-controller-testing", github: "rails/rails-controller-testing" | ||
|
||
gem "responders", "~> 3.0" | ||
|
||
group :test do | ||
gem "omniauth-facebook" | ||
gem "omniauth-openid" | ||
gem "timecop" | ||
gem "webrat", "0.7.3", require: false | ||
gem "mocha", "~> 1.1", require: false | ||
end | ||
|
||
platforms :ruby do | ||
gem "sqlite3", "~> 1.4" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,224 @@ | ||
GIT | ||
remote: git://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: git://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.0) | ||
actionpack (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (6.1.0) | ||
actionpack (= 6.1.0) | ||
activejob (= 6.1.0) | ||
activerecord (= 6.1.0) | ||
activestorage (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
mail (>= 2.7.1) | ||
actionmailer (6.1.0) | ||
actionpack (= 6.1.0) | ||
actionview (= 6.1.0) | ||
activejob (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 2.0) | ||
actionpack (6.1.0) | ||
actionview (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
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.0) | ||
actionpack (= 6.1.0) | ||
activerecord (= 6.1.0) | ||
activestorage (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (6.1.0) | ||
activesupport (= 6.1.0) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (6.1.0) | ||
activesupport (= 6.1.0) | ||
globalid (>= 0.3.6) | ||
activemodel (6.1.0) | ||
activesupport (= 6.1.0) | ||
activerecord (6.1.0) | ||
activemodel (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
activestorage (6.1.0) | ||
actionpack (= 6.1.0) | ||
activejob (= 6.1.0) | ||
activerecord (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
marcel (~> 0.3.1) | ||
mimemagic (~> 0.3.2) | ||
activesupport (6.1.0) | ||
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.2.0) | ||
multipart-post (>= 1.2, < 3) | ||
ruby2_keywords | ||
globalid (0.4.2) | ||
activesupport (>= 4.2.0) | ||
hashie (4.1.0) | ||
i18n (1.8.5) | ||
concurrent-ruby (~> 1.0) | ||
jwt (2.2.2) | ||
loofah (2.8.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.4.0) | ||
minitest (5.14.2) | ||
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.10.10) | ||
mini_portile2 (~> 2.4.0) | ||
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 (1.9.1) | ||
hashie (>= 3.4.6) | ||
rack (>= 1.6.2, < 3) | ||
omniauth-facebook (8.0.0) | ||
omniauth-oauth2 (~> 1.2) | ||
omniauth-oauth2 (1.7.0) | ||
oauth2 (~> 1.4) | ||
omniauth (~> 1.9) | ||
omniauth-openid (1.0.1) | ||
omniauth (~> 1.0) | ||
rack-openid (~> 1.3.1) | ||
orm_adapter (0.5.0) | ||
rack (2.2.3) | ||
rack-openid (1.3.1) | ||
rack (>= 1.1.0) | ||
ruby-openid (>= 2.1.8) | ||
rack-test (1.1.0) | ||
rack (>= 1.0, < 3) | ||
rails (6.1.0) | ||
actioncable (= 6.1.0) | ||
actionmailbox (= 6.1.0) | ||
actionmailer (= 6.1.0) | ||
actionpack (= 6.1.0) | ||
actiontext (= 6.1.0) | ||
actionview (= 6.1.0) | ||
activejob (= 6.1.0) | ||
activemodel (= 6.1.0) | ||
activerecord (= 6.1.0) | ||
activestorage (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
bundler (>= 1.15.0) | ||
railties (= 6.1.0) | ||
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.0) | ||
actionpack (= 6.1.0) | ||
activesupport (= 6.1.0) | ||
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) | ||
ruby-openid (2.9.2) | ||
ruby2_keywords (0.0.2) | ||
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) | ||
sqlite3 (~> 1.4) | ||
timecop | ||
webrat (= 0.7.3) | ||
|
||
BUNDLED WITH | ||
1.17.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters