Sha256: 69933a2a3988d887e84a55bb25f00178d2d068b60127e7c67b3639b525055bfe
Contents?: true
Size: 379 Bytes
Versions: 4
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true source "http://rubygems.org" gemspec if RUBY_VERSION.to_f < 3.0 gem "sqlite3", "~> 1.3.13" else gem "sqlite3", "~> 1.4" end if RUBY_VERSION.to_f < 2.3 gem "i18n", "< 1.6" gem "nio4r", "< 2.4" gem "nokogiri", "< 1.10.3" end if RUBY_VERSION.to_f > 2.4 gem "rubocop", "~> 0.92" gem "rubocop-packaging", "~> 0.5" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
combustion-1.3.5 | Gemfile |
combustion-1.3.4 | Gemfile |
combustion-1.3.3 | Gemfile |
combustion-1.3.2 | Gemfile |