Skip to content

Commit 7d823e1

Browse files
committed
Update dependencies.
* Updates puma, rubocop-performance, and selenium-webdriver in Ruby. * Updates @stylistic/eslint-plugin, eslint, and jsdom in JavaScript.
1 parent d972317 commit 7d823e1

4 files changed

Lines changed: 93 additions & 96 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "hotwire-rails", "0.1.3"
99
gem "importmap-rails", "2.2.2"
1010
gem "kamal", "2.7.0"
1111
gem "propshaft", "1.3.1"
12-
gem "puma", "7.0.4"
12+
gem "puma", "7.1.0"
1313
gem "rack-timeout", "0.7.0"
1414
gem "rails", "8.0.3"
1515
gem "solid_cable", "3.0.12"
@@ -34,7 +34,7 @@ group :development do
3434
gem "rubocop", "1.81.1", require: false
3535
gem "rubocop-capybara", "2.22.1", require: false
3636
gem "rubocop-factory_bot", "2.27.1", require: false
37-
gem "rubocop-performance", "1.26.0", require: false
37+
gem "rubocop-performance", "1.26.1", require: false
3838
gem "rubocop-rails", "2.33.4", require: false
3939
gem "rubocop-rake", "0.7.1", require: false
4040
gem "rubocop-rspec", "3.7.0", require: false
@@ -49,7 +49,7 @@ group :test do
4949
gem "factory_bot_rails", "6.5.1"
5050
gem "faker", "3.5.2"
5151
gem "rails-controller-testing", "1.0.5"
52-
gem "selenium-webdriver", "4.36.0"
52+
gem "selenium-webdriver", "4.37.0"
5353
gem "shoulda-matchers", "6.5.0"
5454
gem "simplecov-console", "0.9.4", require: false
5555
end

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"packageManager": "yarn@4.10.3",
1818
"devDependencies": {
1919
"@hotwired/stimulus": "3.2.2",
20-
"@stylistic/eslint-plugin": "5.4.0",
20+
"@stylistic/eslint-plugin": "5.5.0",
2121
"c8": "10.1.3",
2222
"chai": "6.2.0",
23-
"eslint": "9.37.0",
24-
"jsdom": "27.0.0",
23+
"eslint": "9.38.0",
24+
"jsdom": "27.0.1",
2525
"mocha": "11.7.4",
2626
"rustywind": "0.24.3",
2727
"sinon": "21.0.0",

0 commit comments

Comments
 (0)