Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 6f0b962

Browse files
committed
lock mime-types for ruby 1.9
1 parent 4d0ab55 commit 6f0b962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem "simplecov", :platforms => :ruby_19, :group => :test
44
gem "jruby-openssl", :platforms => :jruby
5+
gem "mime-types", "~> 2.99", :platforms => :ruby_19
56

67
group :test do
78
gem "byebug", :platform => [:ruby_20, :ruby_21]

0 commit comments

Comments
 (0)