test/environments/rails31/Gemfile in newrelic_rpm-3.14.1.311 vs test/environments/rails31/Gemfile in newrelic_rpm-3.14.2.312

- old
+ new

@@ -20,5 +20,7 @@ gem "sqlite3-ruby" end gem 'pry', '~> 0.9.12' gem 'hometown', '~> 0.2.5' + +gem 'rack-cache', '< 1.3' if RUBY_VERSION < '1.9.3' # rack-cache 1.3.0 only supports >= 1.9.3