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:
parent
df01e7bc24
commit
78729aa0e8
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue