Sha256: 2e7f45874a483e46a00ab21a67778c65837a82764a53785f0466ee21673a0c2b
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 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 gem "pry" gem "test-unit", "~> 3.3" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
statesman-12.1.0 | Gemfile |
statesman-12.0.0 | Gemfile |
statesman-11.0.0 | Gemfile |