From 51a58634a3fedfdfc2fbd6a7582816ae17956fd8 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Fri, 16 Aug 2019 18:59:28 -0300 Subject: [PATCH] ci: update from rails 6.0.0.rc2 to 6.0.0 --- Appraisals | 4 ++-- gemfiles/rails_6_0.gemfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Appraisals b/Appraisals index edf592a..2b84303 100644 --- a/Appraisals +++ b/Appraisals @@ -18,8 +18,8 @@ appraise "rack_1_6" do end appraise 'rails_6_0' do - gem 'actionpack', '~> 6.0.0.a' - gem 'activesupport', '~> 6.0.0.a' + gem 'actionpack', '~> 6.0.0' + gem 'activesupport', '~> 6.0.0' end appraise 'rails_5-2' do diff --git a/gemfiles/rails_6_0.gemfile b/gemfiles/rails_6_0.gemfile index ed2247a..8e0b558 100644 --- a/gemfiles/rails_6_0.gemfile +++ b/gemfiles/rails_6_0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "actionpack", "~> 6.0.0.a" -gem "activesupport", "~> 6.0.0.a" +gem "actionpack", "~> 6.0.0" +gem "activesupport", "~> 6.0.0" gemspec path: "../"