Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
* Updates oj, pg, propshaft, rubocop-rails, rubocop-rspec, and turbo-rails
  in Ruby.
* Updates @hotwired/turbo-rails, @stylistic/eslint-plugin-js, eslint, sinon,
  and tailwindcss in JavaScript.
  • Loading branch information
tristandunn committed Sep 14, 2024
1 parent e8b20a7 commit 030c280
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 174 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ source "https://rubygems.org"
gem "bcrypt", "3.1.20"
gem "bootsnap", "1.18.4", require: false
gem "hotwire-rails", "0.1.3"
gem "oj", "3.16.5"
gem "pg", "1.5.7"
gem "propshaft", "0.9.1"
gem "oj", "3.16.6"
gem "pg", "1.5.8"
gem "propshaft", "1.0.0"
gem "puma", "6.4.2"
gem "rack-timeout", "0.7.0"
gem "rails", "7.2.1"
gem "redis", "5.3.0"
gem "rufus-scheduler", "3.9.2"
gem "strong_migrations", "2.0.0"
gem "turbo-rails", "2.0.6"
gem "turbo-rails", "2.0.7"

group :development, :test do
gem "cacheflow", "0.3.3"
Expand All @@ -34,9 +34,9 @@ group :development do
gem "rubocop-capybara", "2.21.0", require: false
gem "rubocop-factory_bot", "2.26.1", require: false
gem "rubocop-performance", "1.21.1", require: false
gem "rubocop-rails", "2.26.0", require: false
gem "rubocop-rails", "2.26.1", require: false
gem "rubocop-rake", "0.6.0", require: false
gem "rubocop-rspec", "3.0.4", require: false
gem "rubocop-rspec", "3.0.5", require: false
gem "rubocop-rspec_rails", "2.30.0", require: false
gem "web-console", "4.2.1"
end
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
},
"dependencies": {
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.5",
"@hotwired/turbo-rails": "8.0.9",
"@tailwindcss/forms": "0.5.9",
"esbuild": "0.23.1",
"tailwindcss": "3.4.10"
"tailwindcss": "3.4.11"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.4",
"@babel/register": "7.24.6",
"@stylistic/eslint-plugin-js": "2.7.2",
"@stylistic/eslint-plugin-js": "2.8.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-istanbul": "7.0.0",
"c8": "10.1.2",
"chai": "5.1.1",
"eslint": "9.9.1",
"eslint": "9.10.0",
"jsdom": "25.0.0",
"mocha": "10.7.3",
"rustywind": "0.22.0",
"sinon": "18.0.0",
"sinon": "19.0.2",
"sinon-chai": "4.0.0",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1"
Expand Down
Loading

0 comments on commit 030c280

Please sign in to comment.