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

Removing the mime-types gem from Gemfile since upstream already has this change.

This commit is contained in:
Kirk Haines 2016-01-20 09:59:43 -07:00
parent b9f068ca97
commit a121de2060

View file

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