Skip to content

Commit

Permalink
updating rspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jan 2, 2012
1 parent 9eae2dd commit 6de30aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@ GEM
remote: http://rubygems.org/
specs:
crack (0.1.8)
diff-lcs (1.1.2)
diff-lcs (1.1.3)
httparty (0.7.8)
crack (= 0.1.8)
json (1.6.4)
json (1.6.4-java)
net-http-spy (0.2.1)
os (0.9.5)
rake (0.8.7)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
rubyzip (0.9.5)

PLATFORMS
Expand All @@ -38,4 +37,4 @@ DEPENDENCIES
neography!
net-http-spy (= 0.2.1)
rake (~> 0.8.7)
rspec (~> 2.0.0.beta.22)
rspec
2 changes: 1 addition & 1 deletion neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rspec", "~> 2.0.0.beta.22"
s.add_development_dependency "rspec"
s.add_development_dependency "net-http-spy", "0.2.1"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_dependency "httparty", "0.7.8"
Expand Down

0 comments on commit 6de30aa

Please sign in to comment.