Skip to content

Commit

Permalink
Merge pull request #190 from boltops-tools/terrafile
Browse files Browse the repository at this point in the history
update terraspace-bundler gem depedency to 0.5.0
  • Loading branch information
tongueroo authored Jan 17, 2022
2 parents c91a951 + 9d42544 commit 0c9a5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Gem::Specification.new do |spec|
spec.add_dependency "rainbow"
spec.add_dependency "render_me_pretty"
spec.add_dependency "rexml"
spec.add_dependency "terraspace-bundler", "~> 0.4.4"
spec.add_dependency "terraspace-bundler", ">= 0.5.0"
spec.add_dependency "thor"
spec.add_dependency "tty-tree"
spec.add_dependency "zeitwerk"

# core baseline plugins
spec.add_dependency "rspec-terraspace", "~> 0.3.0"
spec.add_dependency "rspec-terraspace", ">= 0.3.1"

spec.add_development_dependency "bundler"
spec.add_development_dependency "byebug"
Expand Down

0 comments on commit 0c9a5c3

Please # to comment.