Skip to content

Commit

Permalink
Updated testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Apr 22, 2013
1 parent 9a15fea commit 7efcdca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ PATH
GEM
remote: https://rubygems.org/
specs:
bacon (1.1.0)
diff-lcs (1.1.3)
bacon (1.2.0)
diff-lcs (1.2.4)
em-spec (0.2.6)
bacon
eventmachine
rspec (> 2.6.0)
test-unit
eventmachine (0.12.10)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
test-unit (2.4.4)
eventmachine (1.0.3)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
test-unit (2.5.4)

PLATFORMS
ruby

DEPENDENCIES
em-spec
rspec (~> 2.9.0)
rspec
signature!
2 changes: 1 addition & 1 deletion signature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "jruby-openssl" if defined?(JRUBY_VERSION)
s.add_development_dependency "rspec", "~> 2.9.0"
s.add_development_dependency "rspec"
s.add_development_dependency "em-spec"
end

0 comments on commit 7efcdca

Please sign in to comment.