This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 2 files changed +15
-17
lines changed
2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem 'kaminari'
12
12
gem 'mysql2'
13
13
gem 'nokogiri'
14
14
gem 'puma'
15
- gem 'rails' , '7.0.4'
15
+ gem 'rails'
16
16
gem 'sass-rails'
17
17
gem 'turbolinks'
18
18
gem 'twitter'
Original file line number Diff line number Diff line change 73
73
buftok (0.2.0 )
74
74
builder (3.2.4 )
75
75
byebug (11.1.3 )
76
- capybara (3.37.1 )
76
+ capybara (3.38.0 )
77
77
addressable
78
78
matrix
79
79
mini_mime (>= 0.1.3 )
102
102
railties (>= 3.2 )
103
103
equalizer (0.0.11 )
104
104
erubi (1.11.0 )
105
- execjs (2.7.0 )
105
+ execjs (2.8.1 )
106
106
factory_bot (6.2.1 )
107
107
activesupport (>= 5.0.0 )
108
108
factory_bot_rails (6.2.0 )
119
119
http-cookie (~> 1.0 )
120
120
http-form_data (~> 2.2 )
121
121
http-parser (~> 1.2.0 )
122
- http-cookie (1.0.3 )
122
+ http-cookie (1.0.5 )
123
123
domain_name (~> 0.5 )
124
124
http-form_data (2.3.0 )
125
125
http-parser (1.2.3 )
157
157
thread_safe (~> 0.3 , >= 0.3.1 )
158
158
method_source (1.0.0 )
159
159
mini_mime (1.1.2 )
160
- mini_portile2 (2.8.0 )
161
160
minitest (5.16.3 )
162
- multipart-post (2.1.1 )
161
+ multipart-post (2.2.3 )
163
162
mysql2 (0.5.4 )
164
163
naught (1.1.0 )
165
164
net-imap (0.3.1 )
@@ -168,11 +167,10 @@ GEM
168
167
net-protocol
169
168
net-protocol (0.1.3 )
170
169
timeout
171
- net-smtp (0.3.2 )
170
+ net-smtp (0.3.3 )
172
171
net-protocol
173
172
nio4r (2.5.8 )
174
- nokogiri (1.13.9 )
175
- mini_portile2 (~> 2.8.0 )
173
+ nokogiri (1.13.9-x86_64-linux )
176
174
racc (~> 1.4 )
177
175
parallel (1.22.1 )
178
176
parser (3.1.2.1 )
215
213
rb-fsevent (0.11.2 )
216
214
rb-inotify (0.10.1 )
217
215
ffi (~> 1.0 )
218
- regexp_parser (2.6.0 )
216
+ regexp_parser (2.6.1 )
219
217
rexml (3.2.5 )
220
218
rspec-core (3.12.0 )
221
219
rspec-support (~> 3.12.0 )
234
232
rspec-mocks (~> 3.11 )
235
233
rspec-support (~> 3.11 )
236
234
rspec-support (3.12.0 )
237
- rubocop (1.38 .0 )
235
+ rubocop (1.39 .0 )
238
236
json (~> 2.3 )
239
237
parallel (~> 1.10 )
240
238
parser (>= 3.1.2.1 )
262
260
sprockets (> 3.0 )
263
261
sprockets-rails
264
262
tilt
265
- selenium-webdriver (4.5.0 )
263
+ selenium-webdriver (4.6.1 )
266
264
childprocess (>= 0.5 , < 5.0 )
267
265
rexml (~> 3.2 , >= 3.2.5 )
268
266
rubyzip (>= 1.2.2 , < 3.0 )
281
279
sprockets (>= 3.0.0 )
282
280
thor (1.2.1 )
283
281
thread_safe (0.3.6 )
284
- tilt (2.0.10 )
282
+ tilt (2.0.11 )
285
283
timeout (0.3.0 )
286
284
turbolinks (5.2.1 )
287
285
turbolinks-source (~> 5.2 )
303
301
execjs (>= 0.3.0 , < 3 )
304
302
unf (0.1.4 )
305
303
unf_ext
306
- unf_ext (0.0.7.7 )
304
+ unf_ext (0.0.8.2 )
307
305
unicode-display_width (2.3.0 )
308
306
web-console (4.2.0 )
309
307
actionview (>= 6.0.0 )
325
323
zeitwerk (2.6.6 )
326
324
327
325
PLATFORMS
328
- ruby
326
+ x86_64-linux
329
327
330
328
DEPENDENCIES
331
329
byebug
@@ -339,7 +337,7 @@ DEPENDENCIES
339
337
mysql2
340
338
nokogiri
341
339
puma
342
- rails ( = 7.0.4 )
340
+ rails
343
341
rspec-rails
344
342
rubocop-rails
345
343
sass-rails
@@ -354,4 +352,4 @@ DEPENDENCIES
354
352
whenever
355
353
356
354
BUNDLED WITH
357
- 2.3.23
355
+ 2.3.26
You can’t perform that action at this time.
0 commit comments