wg-rest-api

Форк
0
/
Gemfile.lock 
191 строка · 4.4 Кб
1
GEM
2
  remote: https://rubygems.org/
3
  specs:
4
    addressable (2.8.7)
5
      public_suffix (>= 2.0.2, < 7.0)
6
    ast (2.4.2)
7
    attr_extras (7.1.0)
8
    base64 (0.2.0)
9
    bigdecimal (3.1.8)
10
    byebug (11.1.3)
11
    chunky_png (1.4.0)
12
    coderay (1.1.3)
13
    concurrent-ruby (1.3.4)
14
    config (5.5.2)
15
      deep_merge (~> 1.2, >= 1.2.1)
16
      ostruct
17
    crack (1.0.0)
18
      bigdecimal
19
      rexml
20
    deep_merge (1.2.2)
21
    diff-lcs (1.5.1)
22
    digest (3.1.1)
23
    docile (1.4.1)
24
    dotenv (3.1.4)
25
    faraday (2.12.0)
26
      faraday-net_http (>= 2.0, < 3.4)
27
      json
28
      logger
29
    faraday-net_http (3.3.0)
30
      net-http
31
    ffi (1.17.0)
32
    ffi (1.17.0-x86_64-linux-gnu)
33
    hashdiff (1.1.1)
34
    ipaddr (1.2.6)
35
    json (2.7.2)
36
    json-schema (5.0.1)
37
      addressable (~> 2.8)
38
    language_server-protocol (3.17.0.3)
39
    listen (3.9.0)
40
      rb-fsevent (~> 0.10, >= 0.10.3)
41
      rb-inotify (~> 0.9, >= 0.9.10)
42
    logger (1.6.1)
43
    method_source (1.1.0)
44
    multi_json (1.15.0)
45
    mustermann (3.0.0)
46
      ruby2_keywords (~> 0.0.1)
47
    net-http (0.4.1)
48
      uri
49
    nio4r (2.7.3)
50
    optimist (3.1.0)
51
    ostruct (0.6.0)
52
    parallel (1.26.3)
53
    parser (3.3.5.0)
54
      ast (~> 2.4.1)
55
      racc
56
    patience_diff (1.2.0)
57
      optimist (~> 3.0)
58
    pry (0.14.2)
59
      coderay (~> 1.1)
60
      method_source (~> 1.0)
61
    pry-byebug (3.10.1)
62
      byebug (~> 11.0)
63
      pry (>= 0.13, < 0.15)
64
    public_suffix (6.0.1)
65
    puma (6.4.3)
66
      nio4r (~> 2.0)
67
    racc (1.8.1)
68
    rack (3.0.11)
69
    rack-protection (4.0.0)
70
      base64 (>= 0.1.0)
71
      rack (>= 3.0.0, < 4)
72
    rack-session (2.0.0)
73
      rack (>= 3.0.0)
74
    rack-test (2.1.0)
75
      rack (>= 1.3)
76
    rainbow (3.1.1)
77
    rake (13.2.1)
78
    rb-fsevent (0.11.2)
79
    rb-inotify (0.11.1)
80
      ffi (~> 1.0)
81
    regexp_parser (2.9.2)
82
    rerun (0.14.0)
83
      listen (~> 3.0)
84
    rexml (3.3.8)
85
    rqrcode (2.2.0)
86
      chunky_png (~> 1.0)
87
      rqrcode_core (~> 1.0)
88
    rqrcode_core (1.2.0)
89
    rspec (3.13.0)
90
      rspec-core (~> 3.13.0)
91
      rspec-expectations (~> 3.13.0)
92
      rspec-mocks (~> 3.13.0)
93
    rspec-core (3.13.0)
94
      rspec-support (~> 3.13.0)
95
    rspec-expectations (3.13.0)
96
      diff-lcs (>= 1.2.0, < 2.0)
97
      rspec-support (~> 3.13.0)
98
    rspec-mocks (3.13.1)
99
      diff-lcs (>= 1.2.0, < 2.0)
100
      rspec-support (~> 3.13.0)
101
    rspec-support (3.13.1)
102
    rubocop (1.66.0)
103
      json (~> 2.3)
104
      language_server-protocol (>= 3.17.0)
105
      parallel (~> 1.10)
106
      parser (>= 3.3.0.2)
107
      rainbow (>= 2.2.2, < 4.0)
108
      regexp_parser (>= 2.4, < 3.0)
109
      rubocop-ast (>= 1.32.1, < 2.0)
110
      ruby-progressbar (~> 1.7)
111
      unicode-display_width (>= 2.4.0, < 3.0)
112
    rubocop-ast (1.32.3)
113
      parser (>= 3.3.1.0)
114
    rubocop-rake (0.6.0)
115
      rubocop (~> 1.0)
116
    rubocop-rspec (3.0.5)
117
      rubocop (~> 1.61)
118
    ruby-progressbar (1.13.0)
119
    ruby-units (4.1.0)
120
    ruby2_keywords (0.0.5)
121
    sentry-ruby (5.20.1)
122
      bigdecimal
123
      concurrent-ruby (~> 1.0, >= 1.0.2)
124
    simple_monads (1.0.1)
125
    simplecov (0.22.0)
126
      docile (~> 1.1)
127
      simplecov-html (~> 0.11)
128
      simplecov_json_formatter (~> 0.1)
129
    simplecov-html (0.13.1)
130
    simplecov_json_formatter (0.1.4)
131
    sinatra (4.0.0)
132
      mustermann (~> 3.0)
133
      rack (>= 3.0.0, < 4)
134
      rack-protection (= 4.0.0)
135
      rack-session (>= 2.0.0, < 3)
136
      tilt (~> 2.0)
137
    sinatra-contrib (4.0.0)
138
      multi_json (>= 0.0.2)
139
      mustermann (~> 3.0)
140
      rack-protection (= 4.0.0)
141
      sinatra (= 4.0.0)
142
      tilt (~> 2.0)
143
    stackprof (0.2.26)
144
    super_diff (0.13.0)
145
      attr_extras (>= 6.2.4)
146
      diff-lcs
147
      patience_diff
148
    tilt (2.3.0)
149
    unicode-display_width (2.6.0)
150
    uri (0.13.1)
151
    webmock (3.24.0)
152
      addressable (>= 2.8.0)
153
      crack (>= 0.3.2)
154
      hashdiff (>= 0.4.0, < 2.0.0)
155

156
PLATFORMS
157
  ruby
158
  x86_64-linux
159

160
DEPENDENCIES
161
  byebug (~> 11.1, >= 11.1.3)
162
  chunky_png (~> 1.3, >= 1.3.5)
163
  config (~> 5.5)
164
  digest (~> 3.1, >= 3.1.1)
165
  dotenv (~> 3.1)
166
  faraday (~> 2.12)
167
  ipaddr (~> 1.2, >= 1.2.6)
168
  json-schema (~> 5.0)
169
  pry-byebug (~> 3.10, >= 3.10.1)
170
  puma (~> 6.4)
171
  rack-test (~> 2.1)
172
  rainbow (~> 3.1, >= 3.1.1)
173
  rake (~> 13.2, >= 13.2.1)
174
  rerun (~> 0.14.0)
175
  rqrcode (~> 2.0)
176
  rspec (~> 3.13)
177
  rubocop (~> 1.66)
178
  rubocop-rake (~> 0.6.0)
179
  rubocop-rspec (~> 3.0)
180
  ruby-units (~> 4.1)
181
  sentry-ruby (~> 5.20)
182
  simple_monads (~> 1.0)
183
  simplecov
184
  sinatra (~> 4.0)
185
  sinatra-contrib (~> 4.0)
186
  stackprof (~> 0.2.26)
187
  super_diff (~> 0.13.0)
188
  webmock (~> 3.24)
189

190
BUNDLED WITH
191
   2.5.9
192

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.