1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/Gemfile
2012-10-26 18:47:45 +02:00

18 lines
263 B
Ruby

source 'http://rubygems.org'
gemspec
gem 'celluloid', "~> 0.12.0"
gem 'slim'
gem 'sass'
gem 'rails', '3.2.8'
gem 'sqlite3'
group :test do
gem 'simplecov', :require => false
end
group :development do
gem 'sprockets-sass'
gem 'compass'
gem 'shotgun'
end