Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 12, 2024
1 parent 7e76773 commit 8641d69
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 139 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails

AllCops:
TargetRailsVersion: 7.1
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
newrelic_rpm (9.8.0)
nio4r (2.7.1)
nokogiri (1.16.3)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
package_json (0.1.0)
Expand All @@ -177,7 +177,7 @@ GEM
pry (>= 0.10.4)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -224,11 +224,11 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.13.0)
Expand All @@ -248,7 +248,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.63.0)
rubocop (1.63.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.3",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"exports-loader": "^5.0.0",
"mini-css-extract-plugin": "^2.8.1",
Expand All @@ -33,7 +33,7 @@
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.72.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"shakapacker": "7.2.3",
"style-loader": "^4.0.0",
Expand All @@ -47,7 +47,7 @@
"@babel/eslint-parser": "^7.24.1",
"@types/express": "^4.17.21",
"@webpack-cli/serve": "^2.0.4",
"eslint": ">=8.57.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
Expand Down
Loading

0 comments on commit 8641d69

Please sign in to comment.