Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mizzy committed Dec 15, 2015
1 parent c7d09a3 commit 4372fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/serverspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Serverspec
VERSION = "2.24.3"
VERSION = "2.25.0"
end
2 changes: 1 addition & 1 deletion serverspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rspec", "~> 3.0"
spec.add_runtime_dependency "rspec-its"
spec.add_runtime_dependency "multi_json"
spec.add_runtime_dependency "specinfra", "~> 2.43"
spec.add_runtime_dependency "specinfra", "~> 2.46"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency("json", "~> 1.8") if RUBY_VERSION < "1.9"
spec.add_development_dependency "rake", "~> 10.1.1"
Expand Down

0 comments on commit 4372fc8

Please sign in to comment.