summary refs log tree commit diff
path: root/pkgs/development/web/shopify-cli/Gemfile.lock
blob: a137dbdfaa8e0af27637c5b78ec63478fe4fd538 (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.9)
    ffi (1.15.5)
    liquid (5.2.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.3)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    parser (3.1.1.0)
      ast (~> 2.4.1)
    racc (1.6.0)
    rb-fsevent (0.11.1)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    shopify-cli (2.14.0)
      bugsnag (~> 6.22)
      listen (~> 3.7.0)
      theme-check (~> 1.10.1)
    theme-check (1.10.2)
      liquid (>= 5.1.0)
      nokogiri (>= 1.12)
      parser (~> 3)

PLATFORMS
  ruby

DEPENDENCIES
  shopify-cli

BUNDLED WITH
   2.2.33