Skip to content

Commit

Permalink
Merge pull request #17258 from tumido/update_deps_for_google
Browse files Browse the repository at this point in the history
Update dependencies to match new fog-google
  • Loading branch information
agrare authored May 30, 2018
2 parents e5adfd2 + d08636c commit 437ea65
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 @@ -45,7 +45,7 @@ gem "log_decorator", "~>0.1", :require => false
gem "manageiq-api-client", "~>0.3.0", :require => false
gem "manageiq-messaging", :require => false, :git => "https://github.com/ManageIQ/manageiq-messaging", :branch => "master"
gem "memoist", "~>0.15.0", :require => false
gem "mime-types", "~>2.6.1", :path => File.expand_path("mime-types-redirector", __dir__)
gem "mime-types", "~>3.0", :path => File.expand_path("mime-types-redirector", __dir__)
gem "more_core_extensions", "~>3.5"
gem "nakayoshi_fork", "~>0.0.3" # provides a more CoW friendly fork (GC a few times before fork)
gem "net-ldap", "~>0.16.1", :require => false
Expand Down
2 changes: 1 addition & 1 deletion mime-types-redirector/mime-types.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |s|
s.name = "mime-types"
s.version = "2.6.1"
s.version = "3.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to?(:required_rubygems_version=)
s.require_paths = ["lib"]
Expand Down

0 comments on commit 437ea65

Please sign in to comment.