Sha256: 1056175aca8945363bc4fe4f655b83683364969db1d47aded9e348c9521391b5

Contents?: true

Size: 297 Bytes

Versions: 8

Compression:

Stored size: 297 Bytes

Contents

source 'https://rubygems.org'

gem "bbq-spawn", git: 'https://github.com/drugpl/bbq-spawn.git'

# Specify your gem's dependencies in chillout.gemspec
gemspec

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2')
  gem "rack", "1.6"
  gem "activejob", "= 4.2.8"
  gem "sidekiq", "~> 4.2"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chillout-0.8.5.1 Gemfile
chillout-0.8.6 Gemfile
chillout-0.8.5 Gemfile
chillout-0.8.4 Gemfile
chillout-0.8.3 Gemfile
chillout-0.8.2 Gemfile
chillout-0.8.1 Gemfile
chillout-0.8.0 Gemfile