Sha256: bd6f6b3f6b7511aa27ab42c09e3aaac7743ce4318dc6d236fe6b188376a0f474
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
source 'https://rubygems.org' gemspec gem "rails", "~> #{ENV['RAILS_VERSION']}" if ENV["RAILS_VERSION"] group :development do gem "mongoid", ">= 3.1" unless ENV["EXCLUDE_MONGOID"] # 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 group :development, :test do gem "gc_ruboconfig", "~> 2.1.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
statesman-3.4.1 | Gemfile |
statesman-3.4.0 | Gemfile |
statesman-3.3.0 | Gemfile |