Skip to content

Commit

Permalink
Update dependencies (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored Nov 5, 2024
1 parent c4237e3 commit aa37e2a
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 398 deletions.
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
date (3.3.4)
date (3.4.0)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
Expand All @@ -129,7 +129,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.5)
json (2.7.6)
language_server-protocol (3.17.0.3)
launchy (3.0.1)
addressable (~> 2.8)
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
racc (~> 1.4)
package_json (0.1.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -196,9 +196,8 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rackup (2.1.0)
rackup (2.2.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.2.2)
actioncable (= 7.2.2)
actionmailbox (= 7.2.2)
Expand Down Expand Up @@ -263,7 +262,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.34.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -291,7 +290,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 @@ -339,7 +338,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/home.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ul.list-inline.lead
small.text-body-secondary< 3.3.5
li.list-inline-item
| Rails
small.text-body-secondary< 7.2.1
small.text-body-secondary< 7.2.2
li.list-inline-item
| Bootstrap
small.text-body-secondary< 5.3.3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@hotwired/turbo-rails": "^8.0.12",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "7.2.101",
"@rails/activestorage": "7.2.101",
"@rails/actioncable": "7.2.200",
"@rails/activestorage": "7.2.200",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.3",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"exports-loader": "^5.0.0",
"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",
"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 aa37e2a

Please sign in to comment.