diff --git a/Appraisals b/Appraisals index 182fd96..fd15d61 100644 --- a/Appraisals +++ b/Appraisals @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index adc1c8c..be0d7e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,4 +182,4 @@ DEPENDENCIES uglifier BUNDLED WITH - 2.0.1 + 2.0.2 diff --git a/gemfiles/rails6.0.gemfile b/gemfiles/rails6.0.gemfile index 7ad6c5c..ad2b5c5 100644 --- a/gemfiles/rails6.0.gemfile +++ b/gemfiles/rails6.0.gemfile @@ -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"