From 7b28e950418c896c1d23c3b8f9b545bb816dd777 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 30 Jun 2016 11:03:22 -0700 Subject: [PATCH] Mandate rails 4.2 for now --- myapp/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myapp/Gemfile b/myapp/Gemfile index 7e2dee97..cfa4af61 100644 --- a/myapp/Gemfile +++ b/myapp/Gemfile @@ -10,7 +10,7 @@ platforms :jruby do gem 'activerecord-jdbcsqlite3-adapter' end -gem 'rails' +gem 'rails', '~> 4.2' gem 'sidekiq', :path => '..' #gem 'ruby-prof'