Skip to content

Commit

Permalink
Merge pull request #98 from dnrce/mime-types-version
Browse files Browse the repository at this point in the history
Fix more CI dependency problems for old Rubies
  • Loading branch information
dnrce committed May 16, 2016
2 parents f08c1ce + 7a931dc commit a85b07e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -8,4 +8,9 @@ gem 'rails', ENV['RAILS_VERSION']
if RUBY_VERSION.start_with?('1.8.7', '1.9.2')
gem 'i18n', '~> 0.6.4'
gem 'rack-cache', '1.2'
gem 'rake', '~> 10.5'
end

if RUBY_VERSION.start_with?('1.')
gem 'mime-types', '< 2.99'
end

0 comments on commit a85b07e

Please sign in to comment.