Sha256: e630ce1a0d89c7cd8eb7bb8ad5a9c8bcee31ab36218f0097b110a3803e160251
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 Bytes
Contents
source 'http://rubygems.org' gemspec group :development do if RUBY_VERSION > '1.9' # normally we do not want to freeze versions in a Gem's Gemfile in this # case, rspec-rails requires this exact test-unit version on ruby 1.9, # without actually having it as a dependency, so we need to freeze it here gem 'test-unit', '=1.2.3' end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cucumber_factory-1.8.6 | Gemfile |
cucumber_factory-1.8.5 | Gemfile |
cucumber_factory-1.8.4 | Gemfile |
cucumber_factory-1.8.3 | Gemfile |
cucumber_factory-1.8.2 | Gemfile |
cucumber_factory-1.8.1 | Gemfile |