1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Appraise Rails 6.0.0

https://edgeguides.rubyonrails.org/6_0_release_notes.html
This commit is contained in:
Oliver Peate 2019-08-02 16:58:18 +01:00 committed by Daniel Colson
parent 01051ad6ae
commit 064838c0e0
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ appraise "rails5.2" do
end
appraise "rails6.0" do
gem "rails", "~> 6.0.0.rc1"
gem "rails", "~> 6.0.0"
gem "bootsnap"
gem "byebug"
gem "capybara"

View file

@ -182,4 +182,4 @@ DEPENDENCIES
uglifier
BUNDLED WITH
2.0.1
2.0.2

View file

@ -17,7 +17,7 @@ gem "jruby-openssl", platforms: :jruby
gem "therubyrhino", platforms: :jruby
gem "sqlite3", platforms: :ruby
gem "rubocop", "0.54", require: false
gem "rails", "~> 6.0.0.rc1"
gem "rails", "~> 6.0.0"
gem "bootsnap"
gem "byebug"
gem "capybara"