Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 18, 2011
1 parent c6bafa4 commit f64652a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
PATH
remote: .
specs:
neography (0.0.16)
httparty (~> 0.7.3)
neography (0.0.17)
httparty
json
os
rubyzip

GEM
remote: http://rubygems.org/
specs:
crack (0.1.8)
diff-lcs (1.1.2)
httparty (0.7.8)
crack (= 0.1.8)
json (1.6.1)
httparty (0.8.1)
multi_json
multi_xml
json (1.6.3)
json (1.6.3-java)
multi_json (1.0.4)
multi_xml (0.4.1)
net-http-spy (0.2.1)
os (0.9.4)
rake (0.8.7)
Expand Down
2 changes: 1 addition & 1 deletion neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 2.0.0.beta.22"
s.add_development_dependency "net-http-spy", "0.2.1"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_dependency "httparty", "~> 0.7.3"
s.add_dependency "httparty"
s.add_dependency "json"
s.add_dependency "os"
s.add_dependency "rubyzip"
Expand Down

0 comments on commit f64652a

Please sign in to comment.