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

Overspec rack to prevent build hang, #656

This commit is contained in:
Mike Perham 2013-02-01 09:08:54 -08:00
parent 89f76e076d
commit b1152007d4

View file

@ -12,4 +12,5 @@ end
group :development do
gem 'pry', :platform => :mri
gem 'shotgun'
gem 'rack', '~> 1.4.0'
end