Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "thor", "~> 1.4"
gem "activesupport"
gem "activemodel"
gem "json", "~> 2.16.0"
gem "json", "~> 2.18.0"

# docs
gem "jekyll", "~> 4.3"
Expand Down
4 changes: 2 additions & 2 deletions dev/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
sass-embedded (~> 1.75)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.16.0)
json (2.18.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
debug (>= 1.0.0)
jekyll (~> 4.3)
jekyll-redirect-from (~> 0.16)
json (~> 2.16.0)
json (~> 2.18.0)
minitest
minitest-hooks
minitest-silence
Expand Down
2 changes: 1 addition & 1 deletion dev/shopify_product_taxonomy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "activesupport", ">= 7.0"
spec.add_dependency "activemodel", ">= 7.0"
spec.add_dependency "json", "~> 2.16.0"
spec.add_dependency "json", ">= 2.16", "< 2.19"
end