Gemfile.lock 2.3 KB
Newer Older
1 2 3
GEM
  remote: https://rubygems.org/
  specs:
4 5 6
    CFPropertyList (3.0.5)
      rexml
    activesupport (6.1.5)
7
      concurrent-ruby (~> 1.0, >= 1.0.2)
8 9 10 11
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
12
    addressable (2.8.0)
13
      public_suffix (>= 2.0.2, < 5.0)
14
    algoliasearch (1.27.5)
15 16 17
      httpclient (~> 2.8, >= 2.8.3)
      json (>= 1.5.1)
    atomos (0.1.3)
18 19
    claide (1.1.0)
    cocoapods (1.11.3)
20
      addressable (~> 2.8)
21
      claide (>= 1.0.2, < 2.0)
22
      cocoapods-core (= 1.11.3)
23
      cocoapods-deintegrate (>= 1.0.3, < 2.0)
24
      cocoapods-downloader (>= 1.4.0, < 2.0)
25 26 27 28 29 30 31 32
      cocoapods-plugins (>= 1.0.0, < 2.0)
      cocoapods-search (>= 1.0.0, < 2.0)
      cocoapods-trunk (>= 1.4.0, < 2.0)
      cocoapods-try (>= 1.1.0, < 2.0)
      colored2 (~> 3.1)
      escape (~> 0.0.4)
      fourflusher (>= 2.3.0, < 3.0)
      gh_inspector (~> 1.0)
33
      molinillo (~> 0.8.0)
34
      nap (~> 1.0)
35 36
      ruby-macho (>= 1.0, < 3.0)
      xcodeproj (>= 1.21.0, < 2.0)
37
    cocoapods-core (1.11.3)
38 39
      activesupport (>= 5.0, < 7)
      addressable (~> 2.8)
40 41 42 43
      algoliasearch (~> 1.0)
      concurrent-ruby (~> 1.1)
      fuzzy_match (~> 2.0.4)
      nap (~> 1.0)
44
      netrc (~> 0.11)
45
      public_suffix (~> 4.0)
46
      typhoeus (~> 1.0)
47
    cocoapods-deintegrate (1.0.5)
48
    cocoapods-downloader (1.6.3)
49 50
    cocoapods-plugins (1.0.0)
      nap
51 52
    cocoapods-search (1.0.1)
    cocoapods-trunk (1.6.0)
53 54
      nap (>= 0.8, < 2.0)
      netrc (~> 0.11)
55
    cocoapods-try (1.2.0)
56
    colored2 (3.1.2)
57
    concurrent-ruby (1.1.9)
58
    escape (0.0.4)
59
    ethon (0.15.0)
60
      ffi (>= 1.15.0)
61
    ffi (1.15.5)
62 63 64 65
    fourflusher (2.3.1)
    fuzzy_match (2.0.4)
    gh_inspector (1.1.3)
    httpclient (2.8.3)
66
    i18n (1.10.0)
67
      concurrent-ruby (~> 1.0)
68 69
    json (2.6.1)
    minitest (5.15.0)
70
    molinillo (0.8.0)
71
    nanaimo (0.3.0)
72 73
    nap (1.1.0)
    netrc (0.11.0)
74
    public_suffix (4.0.6)
75
    rexml (3.2.5)
76
    ruby-macho (2.5.1)
77 78
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
79 80 81
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    xcodeproj (1.21.0)
82 83 84 85
      CFPropertyList (>= 2.3.3, < 4.0)
      atomos (~> 0.1.3)
      claide (>= 1.0.2, < 2.0)
      colored2 (~> 3.1)
86
      nanaimo (~> 0.3.0)
87
      rexml (~> 3.2.4)
88
    zeitwerk (2.5.4)
89

90 91
PLATFORMS
  ruby
92

93 94
DEPENDENCIES
  cocoapods
95

96
BUNDLED WITH
97
   2.1.4