Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Pin mime-types to version that can install on 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Oct 28, 2013
1 parent d384b17 commit f70c7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ end
### dep for ci/coverage
gem 'coveralls', :require => false

# mime-types 2 requires ruby 1.8, so we have to specify an old version.
gem 'mime-types', '~> 1.0'

platforms :jruby do
gem "jruby-openssl"
end
Expand Down

0 comments on commit f70c7c5

Please sign in to comment.