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:
parent
6cb7716f17
commit
7b28e95041
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue