Sha256: 42acafe2e26e141c160e74075f61e2af6a68a51fbb59579f6ebc27b43281b737

Contents?: true

Size: 319 Bytes

Versions: 2

Compression:

Stored size: 319 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

gem "rubocop",           "~> 0.92"
gem "rubocop-packaging", "~> 0.5"

# Required for testing Rails 6.1 on MRI 3.1+
gem "net-smtp" if RUBY_VERSION.to_f > 3.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
combustion-1.5.0 Gemfile
combustion-1.4.0 Gemfile