Sha256: b2b66c394ddc1efdb68f65875aae0183c4d1f232a2454b768c73df36dcb80265
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 Bytes
Contents
source 'https://rubygems.org' gemspec rails_version = ENV['RAILS_VERSION'] || '< 7.0' rails_version = "~> #{rails_version}" if rails_version =~ /^\d/ gem 'activejob', rails_version platforms :mri, :ruby do gem 'yajl-ruby' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gush-4.1.0 | Gemfile |
gush-4.0.0 | Gemfile |
gush-3.0.0 | Gemfile |
gush-2.1.0 | Gemfile |