Skip to content

Commit

Permalink
(maint) Pin json to version ~>2.7 due to version 2.8 breaking pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-hammes committed Nov 6, 2024
1 parent 15da180 commit 4ec9e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |gem|
gem.add_dependency('csv', '>= 3.1.5')
gem.add_dependency('googleauth')
gem.add_dependency('google-cloud-storage')
gem.add_dependency('json', '~>2.7')
gem.add_dependency('rake', '>= 12.3')
gem.add_dependency('release-metrics')
gem.add_dependency('retriable', '~> 3.1', '>= 3.1.2')
Expand Down

0 comments on commit 4ec9e4c

Please sign in to comment.