Skip to content

Commit

Permalink
Add ostruct as a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Dec 27, 2024
1 parent f866f8b commit cd9da11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/stack_master/test_driver/cloud_formation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'ostruct'
require 'securerandom'

module StackMaster
Expand Down
1 change: 1 addition & 0 deletions stack_master.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "cucumber"
spec.add_development_dependency "aruba"
spec.add_development_dependency "timecop"
spec.add_development_dependency "ostruct"
spec.add_dependency "os"
spec.add_dependency "ruby-progressbar"
spec.add_dependency "commander", ">= 4.6.0", "< 6"
Expand Down

0 comments on commit cd9da11

Please sign in to comment.