Skip to content

Commit

Permalink
fix fog-core dependency
Browse files Browse the repository at this point in the history
closes #2892
  • Loading branch information
geemus committed Jun 29, 2016
1 parent 6637b52 commit c33cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md]

s.add_dependency("fog-core", "~> 1.40", ">= 1.40.1")
s.add_dependency("fog-core", "~> 1.40.1")
s.add_dependency("fog-json")
s.add_dependency("fog-xml", "~> 0.1.1")

Expand Down

0 comments on commit c33cf7e

Please sign in to comment.