Sha256: 827b1e0b7d79e153931660d17bb20ec046f725c5c9c7071a429c7db9e6cb03c0

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

source 'https://rubygems.org'

gemspec

# rubocop:disable Bundler/DuplicatedGem
if ENV['RAILS_VERSION'] == 'master'
  gem "rails", git: "https://github.com/rails/rails"
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.0" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
statesman-5.2.0 Gemfile
statesman-5.1.0 Gemfile
statesman-5.0.0 Gemfile
statesman-4.1.4 Gemfile
statesman-4.1.3 Gemfile