Skip to content

Commit

Permalink
Merge pull request #138 from uyuni-project/dependabot/bundler/json_pu…
Browse files Browse the repository at this point in the history
…re-2.7.0
  • Loading branch information
nodeg authored Dec 1, 2023
2 parents cc7cf29 + e88d827 commit fd1469b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
tetra (2.0.6)
clamp (~> 1.3.2)
erb (~> 4.0.3)
json_pure (~> 2.6.3)
json_pure (>= 2.6.3, < 2.8.0)
open4 (~> 1.3.4)
rexml (~> 3.2.5)
rubyzip (~> 2.3.2)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
cgi (>= 0.3.3)
ffi (1.15.5)
json (2.6.3)
json_pure (2.6.3)
json_pure (2.7.0)
language_server-protocol (3.17.0.3)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency "clamp", "~> 1.3.2"
s.add_runtime_dependency "erb", "~> 4.0.3"
s.add_runtime_dependency "json_pure", "~> 2.6.3"
s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.8.0"
s.add_runtime_dependency "open4", "~> 1.3.4"
s.add_runtime_dependency "rexml", "~> 3.2.5"
s.add_runtime_dependency "rubyzip", "~> 2.3.2"
Expand Down

0 comments on commit fd1469b

Please sign in to comment.