Skip to content

Commit

Permalink
fixup! fixup! Fix already existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatenkobrain committed Oct 4, 2020
1 parent 06e87d6 commit f68ceab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ source "https://rubygems.org"

# Specify your gem's dependencies in kitchen-openstack.gemspec
gemspec

if RUBY_VERSION <= "2.5"
gem "ohai", "< 16.1"
end
3 changes: 0 additions & 3 deletions kitchen-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.0.0"

if RUBY_VERSION <= "2.5"
spec.add_dependency "chef-config", "< 16"
end
spec.add_dependency "test-kitchen", ">= 1.4.1", "< 3"
spec.add_dependency "fog-openstack", "~> 1.0"
spec.add_dependency "ohai"
Expand Down

0 comments on commit f68ceab

Please sign in to comment.