Skip to content

Commit

Permalink
(GH-1115) Bump json_pure to ~> 2.5.1 on Ruby >= 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfrancrisko committed Jul 13, 2021
1 parent 2c76a53 commit 5279f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'gettext-setup', '~> 0.24'
spec.add_runtime_dependency 'hitimes', '2.0.0'
spec.add_runtime_dependency 'json-schema', '2.8.0'
spec.add_runtime_dependency 'json_pure', '~> 2.1.0'
spec.add_runtime_dependency 'json_pure', '~> 2.1.0' if RUBY_VERSION < '2.7'
spec.add_runtime_dependency 'json_pure', '~> 2.5.1' if RUBY_VERSION >= '2.7'
spec.add_runtime_dependency 'minitar', '~> 0.6'
spec.add_runtime_dependency 'pathspec', '~> 0.2.1'
spec.add_runtime_dependency 'tty-prompt', '~> 0.22'
Expand Down

0 comments on commit 5279f5f

Please sign in to comment.