From 45023e0f7ee115a68dd2123b8e558ee9eda0fe73 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 3 Jan 2017 15:15:19 -0800 Subject: [PATCH] update rails, appraisal --- myapp/Gemfile | 3 ++- myapp/gemfiles/rails_4.gemfile.lock | 6 +++--- myapp/gemfiles/rails_5.gemfile.lock | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/myapp/Gemfile b/myapp/Gemfile index 495a0c87..c6508443 100644 --- a/myapp/Gemfile +++ b/myapp/Gemfile @@ -1,8 +1,9 @@ source 'https://rubygems.org' +gem 'appraisal' gem 'pry' gem 'sidekiq', :path => '..' -gem 'rails', '5.0.0' +gem 'rails', '5.0.1' platforms :ruby do gem 'sqlite3' diff --git a/myapp/gemfiles/rails_4.gemfile.lock b/myapp/gemfiles/rails_4.gemfile.lock index babe9c58..5d85d9d7 100644 --- a/myapp/gemfiles/rails_4.gemfile.lock +++ b/myapp/gemfiles/rails_4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - sidekiq (4.2.6) + sidekiq (4.2.8) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) @@ -53,7 +53,7 @@ GEM builder (3.2.2) coderay (1.1.1) concurrent-ruby (1.0.2) - connection_pool (2.2.0) + connection_pool (2.2.1) erubis (2.7.0) globalid (0.3.7) activesupport (>= 4.1.0) @@ -134,4 +134,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 1.12.5 + 1.13.6 diff --git a/myapp/gemfiles/rails_5.gemfile.lock b/myapp/gemfiles/rails_5.gemfile.lock index 0ab56222..17282464 100644 --- a/myapp/gemfiles/rails_5.gemfile.lock +++ b/myapp/gemfiles/rails_5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - sidekiq (4.2.6) + sidekiq (4.2.8) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) @@ -55,7 +55,7 @@ GEM builder (3.2.2) coderay (1.1.1) concurrent-ruby (1.0.2) - connection_pool (2.2.0) + connection_pool (2.2.1) erubis (2.7.0) globalid (0.3.7) activesupport (>= 4.1.0) @@ -138,4 +138,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 1.12.5 + 1.13.6