Sha256: 3c75279ff0ee60b9ff2aa191fbb43cb7dc12f01304051a2e3d9e713b0c7ec1d5
Contents?: true
Size: 450 Bytes
Versions: 4
Compression:
Stored size: 450 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec 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 group :development do # test/unit is no longer bundled with Ruby 2.2, but required by Rails gem "pry" gem "test-unit", "~> 3.3" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
statesman-10.2.3 | Gemfile |
statesman-10.2.2 | Gemfile |
statesman-10.2.1 | Gemfile |
statesman-10.2.0 | Gemfile |