Skip to content

Commit

Permalink
bump excon
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 30, 2010
1 parent ee4f95e commit 8f0a7a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
fog (0.3.25)
builder
excon (>= 0.2.4)
excon (>= 0.2.7)
formatador (>= 0.0.16)
json
mime-types
Expand All @@ -15,7 +15,7 @@ GEM
remote: http://rubygems.org/
specs:
builder (2.1.2)
excon (0.2.4)
excon (0.2.7)
formatador (0.0.16)
gestalt (0.0.11)
formatador (>= 0.0.12)
Expand All @@ -35,7 +35,7 @@ PLATFORMS

DEPENDENCIES
builder
excon (>= 0.2.4)
excon (>= 0.2.7)
fog!
formatador (>= 0.0.16)
json
Expand Down
2 changes: 1 addition & 1 deletion fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('builder')
s.add_dependency('excon', '>=0.2.4')
s.add_dependency('excon', '>=0.2.7')
s.add_dependency('formatador', '>=0.0.16')
s.add_dependency('json')
s.add_dependency('mime-types')
Expand Down

0 comments on commit 8f0a7a8

Please sign in to comment.