Skip to content

Commit

Permalink
mime types gem update
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa committed Oct 16, 2016
1 parent df01e7b commit 78729aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-edge
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78729aa

Please sign in to comment.