summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: f155c54fad2e098701854f893292e06b2e888c4a (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.1.4.7)
      actionpack (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.4.7)
      actionpack (= 6.1.4.7)
      activejob (= 6.1.4.7)
      activerecord (= 6.1.4.7)
      activestorage (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      mail (>= 2.7.1)
    actionmailer (6.1.4.7)
      actionpack (= 6.1.4.7)
      actionview (= 6.1.4.7)
      activejob (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.4.7)
      actionview (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      rack (~> 2.0, >= 2.0.9)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (6.1.4.7)
      actionpack (= 6.1.4.7)
      activerecord (= 6.1.4.7)
      activestorage (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      nokogiri (>= 1.8.5)
    actionview (6.1.4.7)
      activesupport (= 6.1.4.7)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activejob (6.1.4.7)
      activesupport (= 6.1.4.7)
      globalid (>= 0.3.6)
    activemodel (6.1.4.7)
      activesupport (= 6.1.4.7)
    activerecord (6.1.4.7)
      activemodel (= 6.1.4.7)
      activesupport (= 6.1.4.7)
    activestorage (6.1.4.7)
      actionpack (= 6.1.4.7)
      activejob (= 6.1.4.7)
      activerecord (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      marcel (~> 1.0.0)
      mini_mime (>= 1.1.0)
    activesupport (6.1.4.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    bindex (0.8.1)
    builder (3.2.4)
    byebug (11.1.3)
    coffee-rails (5.0.0)
      coffee-script (>= 2.2.0)
      railties (>= 5.2.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    commonjs (0.2.7)
    concurrent-ruby (1.1.10)
    crass (1.0.6)
    erubi (1.11.0)
    execjs (2.8.1)
    ffi (1.15.5)
    globalid (1.0.0)
      activesupport (>= 5.0)
    haml (5.2.2)
      temple (>= 0.8.0)
      tilt
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    jbuilder (2.11.5)
      actionview (>= 5.0.0)
      activesupport (>= 5.0.0)
    jquery-rails (4.5.0)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    kgio (2.11.4)
    less (2.6.0)
      commonjs (~> 0.2.7)
    libv8 (3.16.14.19)
    listen (3.7.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loofah (2.19.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (1.0.2)
    method_source (1.0.0)
    mini_mime (1.1.2)
    mini_portile2 (2.8.0)
    minitest (5.16.3)
    mysql2 (0.5.4)
    nio4r (2.5.8)
    nokogiri (1.13.8)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    pg (1.4.3)
    psych (4.0.5)
      stringio
    racc (1.6.0)
    rack (2.2.4)
    rack-test (2.0.2)
      rack (>= 1.3)
    rails (6.1.4.7)
      actioncable (= 6.1.4.7)
      actionmailbox (= 6.1.4.7)
      actionmailer (= 6.1.4.7)
      actionpack (= 6.1.4.7)
      actiontext (= 6.1.4.7)
      actionview (= 6.1.4.7)
      activejob (= 6.1.4.7)
      activemodel (= 6.1.4.7)
      activerecord (= 6.1.4.7)
      activestorage (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      bundler (>= 1.15.0)
      railties (= 6.1.4.7)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.5)
      actionpack (>= 5.0.1.rc1)
      actionview (>= 5.0.1.rc1)
      activesupport (>= 5.0.1.rc1)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.3)
      loofah (~> 2.3)
    railties (6.1.4.7)
      actionpack (= 6.1.4.7)
      activesupport (= 6.1.4.7)
      method_source
      rake (>= 0.13)
      thor (~> 1.0)
    raindrops (0.20.0)
    rake (13.0.6)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rdoc (6.4.0)
      psych (>= 4.0.0)
    ref (2.0.0)
    responders (3.0.1)
      actionpack (>= 5.0)
      railties (>= 5.0)
    sass-rails (6.0.0)
      sassc-rails (~> 2.1, >= 2.1.1)
    sassc (2.4.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    sdoc (2.4.0)
      rdoc (>= 5.0)
    simple-navigation (4.4.0)
      activesupport (>= 2.3.2)
    spring (4.0.0)
    sprockets (4.1.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.5.0)
      mini_portile2 (~> 2.8.0)
    stringio (3.0.2)
    temple (0.8.2)
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    thor (1.2.1)
    tilt (2.0.11)
    turbolinks (5.2.1)
      turbolinks-source (~> 5.2)
    turbolinks-source (5.2.0)
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    uglifier (4.2.0)
      execjs (>= 0.3.0, < 3)
    unicorn (6.1.0)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    unicorn-rails (2.2.1)
      rack
      unicorn
    web-console (4.2.0)
      actionview (>= 6.0.0)
      activemodel (>= 6.0.0)
      bindex (>= 0.4.0)
      railties (>= 6.0.0)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    zeitwerk (2.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  byebug
  coffee-rails
  haml
  jbuilder
  jquery-rails
  less
  listen
  mysql2
  pg
  rails (= 6.1.4.7)
  rails-controller-testing
  responders
  sass-rails
  sdoc
  simple-navigation
  spring
  sqlite3
  therubyracer
  turbolinks
  uglifier
  unicorn
  unicorn-rails
  web-console

RUBY VERSION
   ruby 2.7.7p221

BUNDLED WITH
   2.1.4