Skip to content

Commit

Permalink
Merge pull request #1847 from diowa/chore/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tagliala authored Nov 9, 2024
2 parents 790fc4c + 381c6b7 commit 788e3dc
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 683 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
js_regex (3.11.1)
js_regex (3.12.0)
character_set (~> 1.4)
regexp_parser (>= 2.6.2, < 3.0.0)
regexp_property_values (~> 1.0)
json (2.7.4)
json (2.8.1)
jwt (2.9.3)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -225,17 +225,17 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.3)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
orm_adapter (0.5.0)
package_json (0.1.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -382,7 +382,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
semantic_range (3.1.0)
shakapacker (8.0.2)
activesupport (>= 5.2)
package_json
Expand Down Expand Up @@ -449,15 +449,15 @@ GEM
temple (0.10.3)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (0.13.1)
uri (1.0.1)
version_gem (1.1.4)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -539,4 +539,4 @@ RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.21
2.5.23
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"i18n-js": "^4.5.0",
"jquery": "^3.7.1",
"jquery-ujs": "^1.2.3",
"mini-css-extract-plugin": "^2.9.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.8",
"postcss-preset-env": "^10.0.9",
"resolve-url-loader": "^5.0.0",
"sass": "1.77.6",
"sass-loader": "^16.0.2",
"sass-loader": "^16.0.3",
"shakapacker": "8.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"turbolinks": "^5.2.0",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
Expand Down
Loading

0 comments on commit 788e3dc

Please sign in to comment.