diff --git a/myapp/Gemfile b/myapp/Gemfile index 3a4087c60..e9b52b3fc 100644 --- a/myapp/Gemfile +++ b/myapp/Gemfile @@ -9,7 +9,7 @@ platforms :jruby do gem 'activerecord-jdbcsqlite3-adapter' end -gem 'rails', '~> 4.1.1' +gem 'rails' gem 'sidekiq', :path => '..' gem 'pry-byebug'