Skip to content

Commit

Permalink
fixed gem mime-types version for 1.9.3 and JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
aishek committed May 18, 2016
1 parent dbb520a commit a2cf302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ end
gem 'jquery-rails'
gem 'jquery-ui-rails'

if ENV['RAILS_VERSION'] == '~> 3.2.0' && (RUBY_VERSION == '1.9.3' || defined?(JRUBY_VERSION))
gem 'mime-types-data', '3.2015.1120'
if RUBY_VERSION == '1.9.3' || defined?(JRUBY_VERSION)
gem 'mime-types', '2.6.2'
end

if defined?(JRUBY_VERSION)
Expand Down

0 comments on commit a2cf302

Please sign in to comment.