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

22 lines
387 B
Text
Raw Normal View History

source 'https://rubygems.org'
2016-02-01 18:59:20 -05:00
gem 'sidekiq', :path => '..'
2016-04-28 13:02:03 -04:00
gem 'rails', '5.0.0.beta4'
2016-02-01 18:59:20 -05:00
gem 'rack', '2.0.0.alpha'
gem 'sinatra', github: 'sinatra/sinatra'
platforms :ruby do
2012-03-31 00:22:19 -04:00
gem 'sqlite3'
2015-11-23 12:35:20 -05:00
gem 'redis-namespace'
end
2016-02-01 18:59:20 -05:00
#platforms :jruby do
#gem 'jruby-openssl'
#gem 'activerecord-jdbcsqlite3-adapter'
#end
2015-09-21 17:50:00 -04:00
#gem 'ruby-prof'
#de Does not work with jruby or rbx:
#de gem 'pry-byebug'