Skip to content

Commit

Permalink
fixed rack-cache version to 1.2 for old Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aishek committed Oct 11, 2015
1 parent 817f7a6 commit 3fa0e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ source 'https://rubygems.org'

rails_version = ENV['RAILS_VERSION'] || '>= 3.0'
gem 'rails', rails_version

if ENV['RAILS_VERSION'] == '~> 3.2.0' && (RUBY_VERSION == '1.9.3' || defined?(JRUBY_VERSION))
gem 'rack-cache', '1.2'
end
gem 'jquery-rails'
gem 'jquery-ui-rails'

Expand Down

0 comments on commit 3fa0e66

Please sign in to comment.