1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Mandate rails 4.2 for now

This commit is contained in:
Mike Perham 2016-06-30 11:03:22 -07:00
parent 6cb7716f17
commit 7b28e95041

View file

@ -10,7 +10,7 @@ platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter' gem 'activerecord-jdbcsqlite3-adapter'
end end
gem 'rails' gem 'rails', '~> 4.2'
gem 'sidekiq', :path => '..' gem 'sidekiq', :path => '..'
#gem 'ruby-prof' #gem 'ruby-prof'