Skip to content

Commit

Permalink
add again multi_json as dependency (#97)
Browse files Browse the repository at this point in the history
* add again multi_json as dependency

* Update cf-uaa-lib.gemspec

* Update cf-uaa-lib.gemspec
  • Loading branch information
strehle authored Nov 1, 2024
1 parent 6e85289 commit dbc4249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf-uaa-lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

# dependencies
s.add_dependency 'multi_json', '>= 1.12.1', '< 1.16'
s.add_dependency 'json_pure', '~>2.7'
s.add_dependency 'httpclient', '~> 2.8', '>= 2.8.2.4'
s.add_dependency 'addressable', '~> 2.8', '>= 2.8.0'
Expand Down

0 comments on commit dbc4249

Please sign in to comment.