about summary refs log tree commit diff
path: root/pkgs/by-name/sh/shopify-cli/Gemfile.lock
blob: 65a8819fd4a362f024357fb258a4e7d224925d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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