Sha256: ccd231f12b9df20604a5b73fe25d59c7fcbe2ab16ad6f8de084ecd60d9a35bb5
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'rails', '~> 4.2' gem 'simplecov' gem 'minitest' gem 'toxiproxy' platforms :rbx do gem 'rubysl', '~> 2.0' # if using anything in the ruby standard library gem 'psych' # if using yaml gem 'minitest' # if using minitest gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler end platforms :ruby do gem 'sqlite3' end platforms :mri do gem 'pry-byebug' end platforms :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-3.5.4 | Gemfile |
sidekiq-3.5.3 | Gemfile |
sidekiq-3.5.2 | Gemfile |
sidekiq-3.5.1 | Gemfile |