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

Merge pull request #754 from artiom/patch-1

update to latest rails
This commit is contained in:
Brandon Hilkert 2013-03-04 05:23:28 -08:00
commit b66d5b7d57

View file

@ -9,7 +9,7 @@ platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
end
gem 'rails', '3.2.11'
gem 'rails', '3.2.12'
gem 'sidekiq', :path => '..'
gem 'capistrano'