Sha256: d09e44f8bc861587eaf3ce071cd1bfb3363a16202e4a44519e51d9564c331d96
Contents?: true
Size: 551 Bytes
Versions: 7
Compression:
Stored size: 551 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'rails', '~> 4.2' gem 'simplecov' gem 'minitest' gem 'minitest-utils' 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 platforms :ruby do gem 'sqlite3' end platforms :mri do gem 'pry-byebug' gem 'ruby-prof' end platforms :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-4.1.1 | Gemfile |
sidekiq-4.1.0 | Gemfile |
sidekiq-4.0.2 | Gemfile |
sidekiq-4.0.1 | Gemfile |
sidekiq-4.0.0 | Gemfile |
sidekiq-4.0.0.pre2 | Gemfile |
sidekiq-4.0.0.pre1 | Gemfile |