Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Jun 26, 2024
1 parent 62989cd commit d4c9ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kitchen-vcair.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.1'

spec.add_dependency 'test-kitchen', ">= 1.1", "< 4.0"
spec.add_dependency 'fog', "~> 1.41.0"
spec.add_dependency 'fog-core'
end
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vcair.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require "fog"
require "fog-core"
require "kitchen"
require "securerandom" unless defined?(SecureRandom)

Expand Down

0 comments on commit d4c9ae8

Please sign in to comment.