Skip to content

Commit

Permalink
pin rspec version to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire McQuin committed Jul 7, 2014
1 parent 90f0383 commit eb0b1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ohai.gemspec
Expand Up @@ -20,9 +20,9 @@ spec = Gem::Specification.new do |s|
s.add_dependency "mixlib-shellout"
s.add_dependency "ipaddress"
s.add_development_dependency "rake"
s.add_development_dependency "rspec-core"
s.add_development_dependency "rspec-expectations"
s.add_development_dependency "rspec-mocks"
s.add_development_dependency "rspec-core", "~> 2.14.0"
s.add_development_dependency "rspec-expectations", "~> 2.14.0"
s.add_development_dependency "rspec-mocks", "~> 2.14.0"
s.add_development_dependency "rspec_junit_formatter"
s.bindir = "bin"
s.executables = %w(ohai)
Expand Down

0 comments on commit eb0b1ed

Please sign in to comment.