Skip to content

Commit

Permalink
Add json development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 28, 2010
1 parent e423496 commit dc78b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
addressable (>= 2.1.1)
rack (>= 1.0.1)
hashie (0.4.0)
json (1.4.6)
multi_json (0.0.4)
rack (1.2.1)
rake (0.8.7)
Expand All @@ -24,6 +25,7 @@ DEPENDENCIES
faraday (~> 0.4.5)
faraday_middleware!
hashie (~> 0.4.0)
json (~> 1.4.6)
multi_json (~> 0.0.4)
rake (~> 0.8.7)
shoulda (~> 2.11.3)
1 change: 1 addition & 0 deletions faraday_middleware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require File.expand_path("../lib/faraday_middleware/version", __FILE__)

Gem::Specification.new do |s|
s.add_development_dependency('hashie', ['~> 0.4.0'])
s.add_development_dependency('json', ['~> 1.4.6'])
s.add_development_dependency('multi_json', ['~> 0.0.4'])
s.add_development_dependency('shoulda', ['~> 2.11.3'])
s.add_development_dependency('rake', ['~> 0.8.7'])
Expand Down

0 comments on commit dc78b08

Please sign in to comment.