Sha256: 4405fb1a19863b99b893f1abeb9f227ec8ca88f2b65e3365b1155d34c0ec051c
Contents?: true
Size: 498 Bytes
Versions: 5
Compression:
Stored size: 498 Bytes
Contents
source 'https://rubygems.org' gemspec 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_21 do gem 'pry-byebug' end platforms :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-3.3.4 | Gemfile |
sidekiq-3.3.3 | Gemfile |
sidekiq-3.3.2 | Gemfile |
sidekiq-3.3.1 | Gemfile |
sidekiq-3.3.0 | Gemfile |