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

Remove rails dependency from Gemfile.

I assume this is a development dependency covered by
myapp/Gemfile.
This commit is contained in:
Tyson Tate 2012-11-02 11:20:04 -07:00
parent 2b74cef634
commit 4cd56c4ccb

View file

@ -3,7 +3,6 @@ gemspec
gem 'celluloid', "~> 0.12.0"
gem 'slim'
gem 'rails', '3.2.8'
gem 'sqlite3'
group :test do