1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

mime types gem update

This commit is contained in:
Luciano Sousa 2016-10-16 19:10:17 -02:00
parent df01e7bc24
commit 78729aa0e8
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@ gemspec
group :test, :default do
gem 'pry-nav'
gem 'mime-types', '~> 2.6', '>= 2.6.2'
gem 'mime-types', '~> 3.1'
end
gem "codeclimate-test-reporter", group: :test, require: nil

View file

@ -6,7 +6,7 @@ gem "fog-json", :github => "fog/fog-json"
group :test, :default do
gem 'pry-nav'
gem 'mime-types', '~> 2.6', '>= 2.6.2'
gem 'mime-types', '~> 3.1'
end
gem "codeclimate-test-reporter", group: :test, require: nil