about summary refs log tree commit diff
path: root/pkgs/by-name/sh/shopify-cli/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/sh/shopify-cli/Gemfile.lock')
-rw-r--r--pkgs/by-name/sh/shopify-cli/Gemfile.lock40
1 files changed, 40 insertions, 0 deletions
diff --git a/pkgs/by-name/sh/shopify-cli/Gemfile.lock b/pkgs/by-name/sh/shopify-cli/Gemfile.lock
new file mode 100644
index 0000000000000..65a8819fd4a36
--- /dev/null
+++ b/pkgs/by-name/sh/shopify-cli/Gemfile.lock
@@ -0,0 +1,40 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    ast (2.4.2)
+    bugsnag (6.27.1)
+      concurrent-ruby (~> 1.0)
+    concurrent-ruby (1.3.3)
+    ffi (1.17.0)
+    liquid (5.5.0)
+    listen (3.7.1)
+      rb-fsevent (~> 0.10, >= 0.10.3)
+      rb-inotify (~> 0.9, >= 0.9.10)
+    mini_portile2 (2.8.7)
+    nokogiri (1.16.6)
+      mini_portile2 (~> 2.8.2)
+      racc (~> 1.4)
+    parser (3.3.3.0)
+      ast (~> 2.4.1)
+      racc
+    racc (1.8.0)
+    rb-fsevent (0.11.2)
+    rb-inotify (0.11.1)
+      ffi (~> 1.0)
+    shopify-cli (2.35.0)
+      bugsnag (~> 6.22)
+      listen (~> 3.7.0)
+      theme-check (~> 1.14.0)
+    theme-check (1.14.0)
+      liquid (>= 5.4.0)
+      nokogiri (>= 1.12)
+      parser (~> 3)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  shopify-cli (= 2.35.0)
+
+BUNDLED WITH
+   2.3.27