Skip to content

Commit 0767f1a

Browse files
chore(deps): bump the ruby-deps group with 5 updates
Bumps the ruby-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.2.2` | `3.2.3` | | [pg](https://github.com/ged/ruby-pg) | `1.6.1` | `1.6.2` | | [rubocop](https://github.com/rubocop/rubocop) | `1.80.1` | `1.80.2` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.25.0` | `1.26.0` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.6.0` | `3.7.0` | Updates `bigdecimal` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.2.2...v3.2.3) Updates `pg` from 1.6.1 to 1.6.2 - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.1...v1.6.2) Updates `rubocop` from 1.80.1 to 1.80.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.1...v1.80.2) Updates `rubocop-performance` from 1.25.0 to 1.26.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.25.0...v1.26.0) Updates `rubocop-rspec` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rubocop-performance dependency-version: 1.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 883b045 commit 0767f1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
erubi (>= 1.0.0)
109109
rack (>= 0.9.0)
110110
rouge (>= 1.0.0)
111-
bigdecimal (3.2.2)
111+
bigdecimal (3.2.3)
112112
bindex (0.8.1)
113113
binding_of_caller (1.0.1)
114114
debug_inspector (>= 1.2.0)
@@ -319,7 +319,7 @@ GEM
319319
parser (3.3.9.0)
320320
ast (~> 2.4.1)
321321
racc
322-
pg (1.6.1)
322+
pg (1.6.2)
323323
pickadate-rails (3.5.6.1)
324324
railties (>= 3.1.0)
325325
popper_js (2.11.8)
@@ -447,7 +447,7 @@ GEM
447447
rspec-mocks (~> 3.13)
448448
rspec-support (~> 3.13)
449449
rspec-support (3.13.2)
450-
rubocop (1.80.1)
450+
rubocop (1.80.2)
451451
json (~> 2.3)
452452
language_server-protocol (~> 3.17.0.2)
453453
lint_roller (~> 1.1.0)
@@ -461,17 +461,17 @@ GEM
461461
rubocop-ast (1.46.0)
462462
parser (>= 3.3.7.2)
463463
prism (~> 1.4)
464-
rubocop-performance (1.25.0)
464+
rubocop-performance (1.26.0)
465465
lint_roller (~> 1.1)
466466
rubocop (>= 1.75.0, < 2.0)
467-
rubocop-ast (>= 1.38.0, < 2.0)
467+
rubocop-ast (>= 1.44.0, < 2.0)
468468
rubocop-rails (2.33.3)
469469
activesupport (>= 4.2.0)
470470
lint_roller (~> 1.1)
471471
rack (>= 1.1)
472472
rubocop (>= 1.75.0, < 2.0)
473473
rubocop-ast (>= 1.44.0, < 2.0)
474-
rubocop-rspec (3.6.0)
474+
rubocop-rspec (3.7.0)
475475
lint_roller (~> 1.1)
476476
rubocop (~> 1.72, >= 1.72.1)
477477
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)