Skip to content

Commit

Permalink
Merge pull request #1410 from puppetlabs/json_pin
Browse files Browse the repository at this point in the history
(CAT-2130) Pin json to prevent issues
  • Loading branch information
pmcmaw authored Oct 25, 2024
2 parents 2d2d7a1 + d4bc287 commit 66644df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Gem::Specification.new do |spec|
# Other deps
spec.add_runtime_dependency 'deep_merge', '~> 1.2.2'
spec.add_runtime_dependency 'diff-lcs', '>= 1.5.0'
spec.add_runtime_dependency 'json', '~> 2.6.3'
spec.add_runtime_dependency 'json_pure', '~> 2.6.3'
spec.add_runtime_dependency 'pathspec', '~> 1.1'
spec.add_runtime_dependency 'puppet_forge', '~> 5.0'
Expand Down

0 comments on commit 66644df

Please sign in to comment.