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

30 lines
568 B
Text
Raw Normal View History

2013-08-22 14:47:50 -04:00
source 'https://rubygems.org'
2012-01-16 22:25:20 -05:00
gemspec
2016-06-30 22:36:46 -04:00
gem 'rails', '5.0.0'
2016-04-27 14:29:11 -04:00
gem "hiredis"
gem 'simplecov'
gem 'minitest'
gem 'minitest-utils'
2015-10-07 19:56:10 -04:00
gem 'toxiproxy'
platforms :rbx do
gem 'rubysl', '~> 2.0' # if using anything in the ruby standard library
gem 'psych' # if using yaml
gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler
end
2014-02-01 18:44:55 -05:00
platforms :ruby do
gem 'sqlite3'
end
platforms :mri do
gem 'pry-byebug'
gem 'ruby-prof'
end
2016-02-01 18:59:20 -05:00
#platforms :jruby do
#gem 'jruby-openssl'
#gem 'activerecord-jdbcsqlite3-adapter'
#end