From 064838c0e085bb2599692aa7c4e0928f1180653c Mon Sep 17 00:00:00 2001 From: Oliver Peate Date: Fri, 2 Aug 2019 16:58:18 +0100 Subject: [PATCH] Appraise Rails 6.0.0 https://edgeguides.rubyonrails.org/6_0_release_notes.html --- Appraisals | 2 +- Gemfile.lock | 2 +- gemfiles/rails6.0.gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"