Skip to content

Commit 3d552fc

Browse files
authored
Update dependencies (#1554)
* Update dependencies * Lock spring to 4.2.x
1 parent 60968dd commit 3d552fc

File tree

5 files changed

+292
-349
lines changed

5 files changed

+292
-349
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-capybara
33
- rubocop-factory_bot
44
- rubocop-performance

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'concurrent-ruby', '< 1.3.5' # rails/rails#54260
1212
gem 'newrelic_rpm', '~> 9.17'
1313
gem 'pg', '~> 1.4.6'
1414
gem 'puma', '~> 6.6'
15-
gem 'shakapacker', '8.1.0'
15+
gem 'shakapacker', '8.2.0'
1616
gem 'slim-rails', '~> 3.7'
1717
gem 'turbo-rails', '~> 2.0'
1818

@@ -36,7 +36,7 @@ end
3636

3737
group :development do
3838
gem 'listen'
39-
gem 'spring'
39+
gem 'spring', '~> 4.2.0' # TODO: investigate issue
4040
gem 'spring-commands-rspec'
4141
gem 'spring-watcher-listen'
4242
gem 'web-console'

Gemfile.lock

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ GEM
8888
rexml
8989
crass (1.0.6)
9090
date (3.4.1)
91-
diff-lcs (1.5.1)
91+
diff-lcs (1.6.0)
9292
docile (1.4.1)
9393
email_spec (2.3.0)
9494
htmlentities (~> 4.3.3)
9595
launchy (>= 2.1, < 4.0)
9696
mail (~> 2.7)
9797
erubi (1.13.1)
98-
factory_bot (6.5.0)
99-
activesupport (>= 5.0.0)
98+
factory_bot (6.5.1)
99+
activesupport (>= 6.1.0)
100100
factory_bot_rails (6.4.4)
101101
factory_bot (~> 6.5)
102102
railties (>= 5.0.0)
@@ -110,11 +110,12 @@ GEM
110110
htmlentities (4.3.4)
111111
i18n (1.14.7)
112112
concurrent-ruby (~> 1.0)
113-
json (2.10.1)
113+
json (2.10.2)
114114
language_server-protocol (3.17.0.4)
115-
launchy (3.0.1)
115+
launchy (3.1.1)
116116
addressable (~> 2.8)
117117
childprocess (~> 5.0)
118+
logger (~> 1.6)
118119
lint_roller (1.1.0)
119120
listen (3.9.0)
120121
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -133,16 +134,16 @@ GEM
133134
method_source (1.1.0)
134135
mini_mime (1.1.5)
135136
mini_portile2 (2.8.8)
136-
minitest (5.25.4)
137-
msgpack (1.7.5)
137+
minitest (5.25.5)
138+
msgpack (1.8.0)
138139
net-imap (0.5.6)
139140
date
140141
net-protocol
141142
net-pop (0.1.2)
142143
net-protocol
143144
net-protocol (0.2.2)
144145
timeout
145-
net-smtp (0.5.0)
146+
net-smtp (0.5.1)
146147
net-protocol
147148
newrelic_rpm (9.17.0)
148149
nio4r (2.7.4)
@@ -169,7 +170,7 @@ GEM
169170
puma (6.6.0)
170171
nio4r (~> 2.0)
171172
racc (1.8.1)
172-
rack (2.2.11)
173+
rack (2.2.13)
173174
rack-proxy (0.7.7)
174175
rack
175176
rack-test (2.2.0)
@@ -210,7 +211,7 @@ GEM
210211
ffi (~> 1.0)
211212
regexp_parser (2.10.0)
212213
rexml (3.4.1)
213-
rspec-core (3.13.2)
214+
rspec-core (3.13.3)
214215
rspec-support (~> 3.13.0)
215216
rspec-expectations (3.13.3)
216217
diff-lcs (>= 1.2.0, < 2.0)
@@ -227,7 +228,7 @@ GEM
227228
rspec-mocks (~> 3.13)
228229
rspec-support (~> 3.13)
229230
rspec-support (3.13.2)
230-
rubocop (1.72.2)
231+
rubocop (1.74.0)
231232
json (~> 2.3)
232233
language_server-protocol (~> 3.17.0.2)
233234
lint_roller (~> 1.1.0)
@@ -238,17 +239,19 @@ GEM
238239
rubocop-ast (>= 1.38.0, < 2.0)
239240
ruby-progressbar (~> 1.7)
240241
unicode-display_width (>= 2.4.0, < 4.0)
241-
rubocop-ast (1.38.0)
242+
rubocop-ast (1.38.1)
242243
parser (>= 3.3.1.0)
243-
rubocop-capybara (2.21.0)
244-
rubocop (~> 1.41)
245-
rubocop-factory_bot (2.26.1)
246-
rubocop (~> 1.61)
244+
rubocop-capybara (2.22.1)
245+
lint_roller (~> 1.1)
246+
rubocop (~> 1.72, >= 1.72.1)
247+
rubocop-factory_bot (2.27.1)
248+
lint_roller (~> 1.1)
249+
rubocop (~> 1.72, >= 1.72.1)
247250
rubocop-performance (1.24.0)
248251
lint_roller (~> 1.1)
249252
rubocop (>= 1.72.1, < 2.0)
250253
rubocop-ast (>= 1.38.0, < 2.0)
251-
rubocop-rails (2.30.2)
254+
rubocop-rails (2.30.3)
252255
activesupport (>= 4.2.0)
253256
lint_roller (~> 1.1)
254257
rack (>= 1.1)
@@ -257,9 +260,10 @@ GEM
257260
rubocop-rspec (3.5.0)
258261
lint_roller (~> 1.1)
259262
rubocop (~> 1.72, >= 1.72.1)
260-
rubocop-rspec_rails (2.30.0)
261-
rubocop (~> 1.61)
262-
rubocop-rspec (~> 3, >= 3.0.1)
263+
rubocop-rspec_rails (2.31.0)
264+
lint_roller (~> 1.1)
265+
rubocop (~> 1.72, >= 1.72.1)
266+
rubocop-rspec (~> 3.5)
263267
ruby-progressbar (1.13.0)
264268
rubyzip (2.4.1)
265269
selenium-webdriver (4.29.1)
@@ -269,7 +273,7 @@ GEM
269273
rubyzip (>= 1.2.2, < 3.0)
270274
websocket (~> 1.0)
271275
semantic_range (3.1.0)
272-
shakapacker (8.1.0)
276+
shakapacker (8.2.0)
273277
activesupport (>= 5.2)
274278
package_json
275279
rack-proxy (>= 0.6.1)
@@ -291,7 +295,7 @@ GEM
291295
actionpack (>= 3.1)
292296
railties (>= 3.1)
293297
slim (>= 3.0, < 6.0, != 5.0.0)
294-
slim_lint (0.31.1)
298+
slim_lint (0.32.2)
295299
rexml (~> 3.2)
296300
rubocop (>= 1.0, < 2.0)
297301
slim (>= 3.0, < 6.0)
@@ -312,7 +316,7 @@ GEM
312316
thor (1.3.2)
313317
tilt (2.6.0)
314318
timeout (0.4.3)
315-
turbo-rails (2.0.11)
319+
turbo-rails (2.0.12)
316320
actionpack (>= 6.0.0)
317321
railties (>= 6.0.0)
318322
tzinfo (2.0.6)
@@ -325,7 +329,7 @@ GEM
325329
activemodel (>= 6.0.0)
326330
bindex (>= 0.4.0)
327331
railties (>= 6.0.0)
328-
webmock (3.25.0)
332+
webmock (3.25.1)
329333
addressable (>= 2.8.0)
330334
crack (>= 0.3.2)
331335
hashdiff (>= 0.4.0, < 2.0.0)
@@ -368,13 +372,13 @@ DEPENDENCIES
368372
rubocop-rspec
369373
rubocop-rspec_rails
370374
selenium-webdriver
371-
shakapacker (= 8.1.0)
375+
shakapacker (= 8.2.0)
372376
shoulda-matchers
373377
simplecov
374378
simplecov-lcov
375379
slim-rails (~> 3.7)
376380
slim_lint
377-
spring
381+
spring (~> 4.2.0)
378382
spring-commands-rspec
379383
spring-watcher-listen
380384
turbo-rails (~> 2.0)
@@ -386,4 +390,4 @@ RUBY VERSION
386390
ruby 3.1.6p260
387391

388392
BUNDLED WITH
389-
2.6.3
393+
2.6.5

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@popperjs/core": "^2.11.8",
2121
"@rails/actioncable": "6.1.710",
2222
"@rails/activestorage": "6.1.710",
23-
"babel-loader": "^9.2.1",
23+
"babel-loader": "^10.0.0",
2424
"babel-plugin-macros": "^3.1.0",
2525
"bootstrap": "^5.3.3",
2626
"compression-webpack-plugin": "^11.1.0",
@@ -36,7 +36,7 @@
3636
"resolve-url-loader": "^5.0.0",
3737
"sass": "1.77.6",
3838
"sass-loader": "^16.0.5",
39-
"shakapacker": "8.1.0",
39+
"shakapacker": "8.2.0",
4040
"style-loader": "^4.0.0",
4141
"terser-webpack-plugin": "^5.3.12",
4242
"webpack": "^5.98.0",
@@ -55,7 +55,7 @@
5555
"eslint-plugin-promise": "^6.6.0",
5656
"eslint-webpack-plugin": "^5.0.0",
5757
"stylelint": "16.15.0",
58-
"stylelint-config-twbs-bootstrap": "^15.1.0",
58+
"stylelint-config-twbs-bootstrap": "^16.0.0",
5959
"stylelint-order": "^6.0.4",
6060
"stylelint-scss": "^6.11.1",
6161
"stylelint-webpack-plugin": "^5.0.1",

0 commit comments

Comments
 (0)