Skip to content

Commit

Permalink
add forked yaml-safe_load_stream3
Browse files Browse the repository at this point in the history
Signed-off-by: Sathish <sbabu@progress.com>
  • Loading branch information
sathish-progress committed Mar 2, 2023
1 parent 25ac008 commit 1f81d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# forked and upgraded to be compatible with ruby 3.1
gem 'yaml-safe_load_stream3', git: 'https://github.com/sathish-progress/yaml-safe_load_stream3.git', branch: :main # use ssh in case of closed repo
# Specify your gem's dependencies in k8s-ruby.gemspec
gemspec
4 changes: 2 additions & 2 deletions k8s-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.bindir = "bin"
spec.executables = []
spec.require_paths = ["lib"]
spec.required_ruby_version = [">= 2.4", "< 3.1"]
spec.required_ruby_version = spec.required_ruby_version = [">= 2.4", "< 3.2"]

spec.add_runtime_dependency "excon", "~> 0.71"
spec.add_runtime_dependency "dry-struct", "<= 1.6.0"
Expand All @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "hashdiff", "~> 1.0.0"
spec.add_runtime_dependency "jsonpath", "~> 0.9.5"
spec.add_runtime_dependency "yajl-ruby", "~> 1.4.0"
spec.add_runtime_dependency "yaml-safe_load_stream2", "~> 0.1.1"
spec.add_runtime_dependency "yaml-safe_load_stream3"

spec.add_development_dependency "bundler", ">= 1.17", "< 3.0"
spec.add_development_dependency "rake", ">= 12.3.3"
Expand Down

0 comments on commit 1f81d0d

Please sign in to comment.