Skip to content

Commit

Permalink
Merge pull request #44 from scalefactory/dependabot/bundler/json_sche…
Browse files Browse the repository at this point in the history
…mer-gte-0.2-and-lt-3.0

chore(deps): update json_schemer requirement from ~> 0.2 to >= 0.2, < 3.0
  • Loading branch information
word committed Apr 24, 2024
2 parents b454737 + f6c5ba1 commit 91cc021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfctl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
# Think when adding new dependencies. Is it really necessary?
# "The things you own end up owning you" etc.
spec.add_dependency 'aws-sdk-organizations', '~> 1.40'
spec.add_dependency 'json_schemer', '~> 0.2'
spec.add_dependency 'json_schemer', '>= 0.2', '< 3.0'
spec.add_dependency 'parallel', '~> 1.19'
spec.add_dependency 'terminal-table', '>= 1.8', '< 4.0'

Expand Down

0 comments on commit 91cc021

Please sign in to comment.