Skip to content

Commit

Permalink
Merge pull request #99 from bosh-dep-forks/remove-json_pure
Browse files Browse the repository at this point in the history
Remove json pure
  • Loading branch information
coolgang123 authored Nov 15, 2024
2 parents 4487a57 + 9fcf258 commit 7335f6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# subcomponent's license, as noted in the LICENSE file.
#++

source "http://rubygems.org"
source "https://rubygems.org"

# Specify your gem's dependencies in uaa.gemspec
gemspec
5 changes: 1 addition & 4 deletions cf-uaa-lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +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 'json', '~>2.7'
s.add_dependency 'httpclient', '~> 2.8', '>= 2.8.2.4'
s.add_dependency 'addressable', '~> 2.8', '>= 2.8.0'

Expand All @@ -42,7 +41,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.22.0'
s.add_development_dependency 'simplecov-rcov', '~> 0.3.0'
s.add_development_dependency 'ci_reporter', '>= 1.9.2', '~> 2.0'
s.add_development_dependency 'json_pure', '~>2.7'
s.add_development_dependency 'ci_reporter_rspec', '~> 1.0'

end
4 changes: 2 additions & 2 deletions lib/uaa/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# subcomponent's license, as noted in the LICENSE file.
#++

require 'json/pure'
require "base64"
require 'json'
require 'base64'
require 'logger'
require 'uri'

Expand Down

0 comments on commit 7335f6f

Please sign in to comment.