Sha256: eb4084408e372e3c25fdad6d9ec4b2d5716bb39d983c42d9b0e236e5668475a6

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

# rubocop:disable Bundler/DuplicatedGem
if ENV['RAILS_VERSION'] == 'main'
  gem "rails", git: "https://github.com/rails/rails", branch: "main"
elsif ENV['RAILS_VERSION']
  gem "rails", "~> #{ENV['RAILS_VERSION']}"
end
# rubocop:enable Bundler/DuplicatedGem

group :development do
  # test/unit is no longer bundled with Ruby 2.2, but required by Rails
  gem "test-unit", "~> 3.3" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
statesman-8.0.3 Gemfile
statesman-8.0.2 Gemfile
statesman-8.0.1 Gemfile