Skip to content

Commit c5dce5a

Browse files
build(deps-dev): bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `sqlite3` from 2.9.4 to 2.9.5 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.9.4...v2.9.5) Updates `rubocop-rails` from 2.35.3 to 2.35.4 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.3...v2.35.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rubocop-rails dependency-version: 2.35.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61f2bc3 commit c5dce5a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ group :development, :test do
1212
gem "minitest", "6.0.6"
1313
gem "minitest-mock", "5.27.0"
1414
gem "minitest-parallel_fork", "2.1.1", require: false
15-
gem "sqlite3", "2.9.4"
15+
gem "sqlite3", "2.9.5"
1616
end
1717

1818
group :rubocop do
1919
gem "rubocop-minitest", "0.39.1", require: false
2020
gem "rubocop-packaging", "0.6.0", require: false
2121
gem "rubocop-performance", "1.26.1", require: false
22-
gem "rubocop-rails", "2.35.3", require: false
22+
gem "rubocop-rails", "2.35.4", require: false
2323
gem "rubocop-rake", "0.7.1", require: false
2424
end
2525

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
jbuilder (2.15.1)
165165
actionview (>= 7.0.0)
166166
activesupport (>= 7.0.0)
167-
json (2.19.8)
167+
json (2.19.9)
168168
language_server-protocol (3.17.0.5)
169169
lint_roller (1.1.0)
170170
logger (1.7.0)
@@ -274,7 +274,7 @@ GEM
274274
lint_roller (~> 1.1)
275275
rubocop (>= 1.75.0, < 2.0)
276276
rubocop-ast (>= 1.47.1, < 2.0)
277-
rubocop-rails (2.35.3)
277+
rubocop-rails (2.35.4)
278278
activesupport (>= 4.2.0)
279279
lint_roller (~> 1.1)
280280
rack (>= 1.1)
@@ -308,10 +308,10 @@ GEM
308308
fugit (~> 1.11)
309309
railties (>= 7.1)
310310
thor (>= 1.3.1)
311-
sqlite3 (2.9.4-arm64-darwin)
312-
sqlite3 (2.9.4-x86_64-darwin)
313-
sqlite3 (2.9.4-x86_64-linux-gnu)
314-
sqlite3 (2.9.4-x86_64-linux-musl)
311+
sqlite3 (2.9.5-arm64-darwin)
312+
sqlite3 (2.9.5-x86_64-darwin)
313+
sqlite3 (2.9.5-x86_64-linux-gnu)
314+
sqlite3 (2.9.5-x86_64-linux-musl)
315315
stimulus-rails (1.3.4)
316316
railties (>= 6.0.0)
317317
stringio (3.2.0)
@@ -367,13 +367,13 @@ DEPENDENCIES
367367
rubocop-minitest (= 0.39.1)
368368
rubocop-packaging (= 0.6.0)
369369
rubocop-performance (= 1.26.1)
370-
rubocop-rails (= 2.35.3)
370+
rubocop-rails (= 2.35.4)
371371
rubocop-rake (= 0.7.1)
372372
selenium-webdriver
373373
solid_cable
374374
solid_cache
375375
solid_queue
376-
sqlite3 (= 2.9.4)
376+
sqlite3 (= 2.9.5)
377377
stimulus-rails
378378
tailwindcss-rails
379379
turbo-rails

0 commit comments

Comments
 (0)