Skip to content

Commit

Permalink
Fix version requirement in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
benton committed Mar 27, 2012
1 parent 3e8ac98 commit 0dc3871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog_tracker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

# Runtime dependencies
# Fog v1.2.0 has a bug in Compute[:aws].servers
s.add_dependency "fog", '=1.1.2'
s.add_dependency "fog", '= 1.1.2'

# Development / Test dependencies
s.add_development_dependency "rake"
Expand Down

0 comments on commit 0dc3871

Please sign in to comment.