Skip to content

Commit

Permalink
Update dependency to use RSpec 3 and rspec-its
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed May 25, 2014
1 parent e1f5f35 commit 32c9e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "net-ssh"
spec.add_runtime_dependency "rspec", "~> 2.13"
spec.add_runtime_dependency "rspec", "~> 3.0.0.rc"
spec.add_runtime_dependency "rspec-its"
spec.add_runtime_dependency "highline"
spec.add_runtime_dependency "specinfra", "~> 2.0.0.beta2"
spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit 32c9e9d

Please sign in to comment.