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

13 lines
181 B
Text
Raw Normal View History

2012-01-16 22:25:20 -05:00
source 'http://rubygems.org'
gemspec
2012-01-24 00:02:54 -05:00
2012-09-04 23:50:37 -04:00
gem 'celluloid', "~> 0.12.0"
gem 'slim'
gem 'sass'
2012-08-15 12:08:00 -04:00
gem 'rails', '3.2.8'
gem 'sqlite3'
group :test do
gem 'simplecov', :require => false
end