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

Gemfile cleanup

This commit is contained in:
Mike Perham 2013-08-22 11:47:50 -07:00
parent f7dcf014ec
commit 4326c7b262
4 changed files with 4 additions and 19 deletions

15
Gemfile
View file

@ -1,15 +1,2 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
gemspec
gem 'sqlite3', :platform => :mri
group :test do
gem 'simplecov', :require => false
gem 'minitest-emoji', :require => false
end
group :development do
gem 'pry', :platform => :mri
gem 'shotgun'
gem 'rack', '~> 1.4.0'
end