Sha256: 0351e0d14a67104f6d07f033544be924427fba2cbcc89ce9f7015ed317983d6e
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
# For testing against different releases of Rails. This is in a # separate fragment so that it can be sourced from the test # application's Gemfile in addition to the main development Gemfile. if ENV['RAILS_VERSION'] case ENV['RAILS_VERSION'] when /3.0$/ gem 'rails', '~> 3.0.10' when /3.1$/ gem 'rails', '~> 3.1.0' else fail "Unknown Rails version #{ENV['RAILS_VERSION']}" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
surveyor-0.22.0 | Gemfile.rails_version |
surveyor-0.21.0 | Gemfile.rails_version |