Skip to content

Commit

Permalink
Add Ruby 2.2.2 dep to the Gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 2, 2016
1 parent 8b30884 commit f7734a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :development do
gem "rake", "~> 11.0"
gem "rspec", "~> 3.0"
gem "chefstyle"
gem "rspec-expectations"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec_junit_formatter"
end
2 changes: 2 additions & 0 deletions knife-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]

s.required_ruby_version = ">= 2.2.2"

s.add_dependency "fog", "~> 1.23"
s.add_dependency "chef", ">= 12"
s.add_dependency "knife-cloud", "~> 1.2.0"
Expand Down

0 comments on commit f7734a6

Please sign in to comment.