Sha256: f36b53d37a60ed9ff0e14e57ab0a6dc0c13bd12d8e261b47ecb909c9c535ee68
Contents?: true
Size: 568 Bytes
Versions: 8
Compression:
Stored size: 568 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'rails', '5.0.0' gem "hiredis" 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
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-4.2.7 | Gemfile |
sidekiq-4.2.6 | Gemfile |
sidekiq-4.2.5 | Gemfile |
sidekiq-4.2.4 | Gemfile |
sidekiq-4.2.3 | Gemfile |
sidekiq-4.2.2 | Gemfile |
sidekiq-4.2.1 | Gemfile |
sidekiq-4.2.0 | Gemfile |