Project

General

Profile

« Previous | Next » 

Revision 24436512

Added by Eric Helms over 8 years ago

Fixes #12074: Pin rack-cache to less than 1.3.0

The 1.3.0 version of rack-cache requires Ruby 2.0 or greater.

(cherry picked from commit 3b3f0a118c9ec860abf52b454e8d70c9132e8948)

View differences:

Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.21'
gem 'rack-cache', '< 1.3.0'
gem 'json', '~> 1.5'
gem 'rest-client', '~> 1.6.0', :require => 'rest_client'
gem 'audited-activerecord', '3.0.0'

Also available in: Unified diff