about summary refs log tree commit diff
path: root/pkgs/development/web/shopify-cli/Gemfile.lock
blob: 06da84ee001ddc98c7529a9a0aff77687a04ad14 (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
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    bugsnag (6.24.2)
      concurrent-ruby (~> 1.0)
    concurrent-ruby (1.1.10)
    ffi (1.15.5)
    liquid (5.4.0)
    listen (3.7.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    mini_portile2 (2.8.0)
    nokogiri (1.13.9)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    parser (3.1.2.1)
      ast (~> 2.4.1)
    racc (1.6.0)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    shopify-cli (2.32.0)
      bugsnag (~> 6.22)
      listen (~> 3.7.0)
      theme-check (~> 1.11.0)
    theme-check (1.11.0)
      liquid (>= 5.4.0)
      nokogiri (>= 1.12)
      parser (~> 3)

PLATFORMS
  ruby

DEPENDENCIES
  shopify-cli

BUNDLED WITH
   2.3.25