Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Bump theme-check version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmanzella committed Jun 17, 2022
1 parent a967258 commit 5f32d28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
shopify-cli (2.18.1)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.10.1)
theme-check (~> 1.10.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.21.0)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
faraday (> 0.8, < 2.0)
sys-uname (1.2.2)
ffi (~> 1.1)
theme-check (1.10.2)
theme-check (1.10.3)
liquid (>= 5.1.0)
nokogiri (>= 1.12)
parser (~> 3)
Expand Down
2 changes: 1 addition & 1 deletion shopify-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
# Whereas if we were to have "~> 1.9", that version would still be satisfied and thus not upgraded.
# Both shopify-cli and theme-check gems are owned and developed by Shopify.
# These gems are currently being actively developed and it's easiest to update them together.
spec.add_dependency("theme-check", "~> 1.10.1")
spec.add_dependency("theme-check", "~> 1.10.3")

spec.extensions = ["ext/shopify-extensions/extconf.rb"]
end

0 comments on commit 5f32d28

Please sign in to comment.