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:
parent
01051ad6ae
commit
064838c0e0
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -182,4 +182,4 @@ DEPENDENCIES
|
|||
uglifier
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.1
|
||||
2.0.2
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue