Skip to content

Commit 6e8a77c

Browse files
committed
Bundle Update
1 parent 14b046a commit 6e8a77c

File tree

3 files changed

+465
-504
lines changed

3 files changed

+465
-504
lines changed

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ GEM
177177
globalid (1.2.1)
178178
activesupport (>= 6.1)
179179
hana (1.3.7)
180-
hashdiff (1.1.1)
180+
hashdiff (1.1.2)
181181
hashie (5.0.0)
182182
highline (3.1.1)
183183
reline
@@ -266,7 +266,7 @@ GEM
266266
mnemosyne-ruby (2.0.0)
267267
activesupport (>= 6.1)
268268
bunny
269-
msgpack (1.7.3)
269+
msgpack (1.7.5)
270270
multipart-post (2.4.1)
271271
nested_form (0.3.2)
272272
nested_form_fields (0.8.4)
@@ -338,8 +338,9 @@ GEM
338338
rack (3.1.8)
339339
rack-mini-profiler (3.3.1)
340340
rack (>= 1.2.0)
341-
rack-protection (4.0.0)
341+
rack-protection (4.1.1)
342342
base64 (>= 0.1.0)
343+
logger (>= 1.6.0)
343344
rack (>= 3.0.0, < 4)
344345
rack-proxy (0.7.7)
345346
rack
@@ -411,7 +412,7 @@ GEM
411412
actionpack (>= 5.2)
412413
railties (>= 5.2)
413414
rexml (3.3.9)
414-
rouge (4.4.0)
415+
rouge (4.5.1)
415416
rqrcode (2.2.0)
416417
chunky_png (~> 1.0)
417418
rqrcode_core (~> 1.0)
@@ -436,7 +437,7 @@ GEM
436437
rspec-expectations (~> 3.13)
437438
rspec-mocks (~> 3.13)
438439
rspec-support (~> 3.13)
439-
rspec-support (3.13.1)
440+
rspec-support (3.13.2)
440441
rubocop (1.69.1)
441442
json (~> 2.3)
442443
language_server-protocol (>= 3.17.0)
@@ -500,7 +501,7 @@ GEM
500501
sentry-ruby (5.22.0)
501502
bigdecimal
502503
concurrent-ruby (~> 1.0, >= 1.0.2)
503-
set (1.1.0)
504+
set (1.1.1)
504505
shakapacker (8.0.2)
505506
activesupport (>= 5.2)
506507
package_json
@@ -542,7 +543,7 @@ GEM
542543
fugit (~> 1.11.0)
543544
railties (>= 7.1)
544545
thor (~> 1.3.1)
545-
sorbet-runtime (0.5.11678)
546+
sorbet-runtime (0.5.11685)
546547
sorted_set (1.0.3)
547548
rbtree
548549
set (~> 1.0)
@@ -685,4 +686,4 @@ DEPENDENCIES
685686
whenever
686687

687688
BUNDLED WITH
688-
2.5.22
689+
2.5.23

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/runtime": "7.26.0",
99
"@fortawesome/fontawesome-free": "^6.7.1",
1010
"@popperjs/core": "^2.11.8",
11-
"@sentry/browser": "^8.40.0",
11+
"@sentry/browser": "^8.42.0",
1212
"@toast-ui/editor": "^3.2.2",
1313
"@webpack-cli/serve": "^2.0.5",
1414
"ace-builds": "^1.36.5",
@@ -25,13 +25,13 @@
2525
"mini-css-extract-plugin": "^2.9.2",
2626
"rails-erb-loader": "usabilityhub/rails-erb-loader#master",
2727
"rails_admin": "3.2.1",
28-
"sass": "^1.81.0",
29-
"sass-loader": "^16.0.3",
28+
"sass": "^1.82.0",
29+
"sass-loader": "^16.0.4",
3030
"select2": "^4.1.0-rc.0",
3131
"shakapacker": "8.0.2",
3232
"style-loader": "^4.0.0",
3333
"terser-webpack-plugin": "5.3.10",
34-
"webpack": "5.96.1",
34+
"webpack": "5.97.1",
3535
"webpack-assets-manifest": "5.2.1",
3636
"webpack-cli": "5.1.4",
3737
"webpack-dev-server": "^5.1.0",

0 commit comments

Comments
 (0)