Skip to content

Commit f00402c

Browse files
build(deps): bump the all-dependencies group with 4 updates
Bumps the all-dependencies group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rake](https://github.com/ruby/rake), [rspec](https://github.com/rspec/rspec) and [rubocop-github](https://github.com/github/rubocop-github). Updates `rubocop` from 1.75.7 to 1.75.8 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.7...v1.75.8) Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) Updates `rspec` from 3.13.0 to 3.13.1 - [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.1) Updates `rubocop-github` from 0.23.0 to 0.25.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.23.0...v0.25.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rspec dependency-version: 3.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rubocop-github dependency-version: 0.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c01decb commit f00402c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ GEM
2727
tzinfo (~> 2.0, >= 2.0.5)
2828
uri (>= 0.13.1)
2929
ast (2.4.3)
30-
base64 (0.2.0)
31-
benchmark (0.4.0)
32-
bigdecimal (3.1.9)
30+
base64 (0.3.0)
31+
benchmark (0.4.1)
32+
bigdecimal (3.2.1)
3333
builder (3.3.0)
3434
concurrent-ruby (1.3.5)
3535
connection_pool (2.5.3)
3636
crass (1.0.6)
37-
diff-lcs (1.5.1)
38-
drb (2.2.1)
37+
diff-lcs (1.6.2)
38+
drb (2.2.3)
3939
erubi (1.13.1)
4040
i18n (1.14.7)
4141
concurrent-ruby (~> 1.0)
@@ -68,22 +68,22 @@ GEM
6868
loofah (~> 2.21)
6969
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
7070
rainbow (3.1.1)
71-
rake (13.2.1)
71+
rake (13.3.0)
7272
regexp_parser (2.10.0)
73-
rspec (3.13.0)
73+
rspec (3.13.1)
7474
rspec-core (~> 3.13.0)
7575
rspec-expectations (~> 3.13.0)
7676
rspec-mocks (~> 3.13.0)
77-
rspec-core (3.13.0)
77+
rspec-core (3.13.4)
7878
rspec-support (~> 3.13.0)
79-
rspec-expectations (3.13.0)
79+
rspec-expectations (3.13.5)
8080
diff-lcs (>= 1.2.0, < 2.0)
8181
rspec-support (~> 3.13.0)
82-
rspec-mocks (3.13.0)
82+
rspec-mocks (3.13.5)
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
85-
rspec-support (3.13.0)
86-
rubocop (1.75.7)
85+
rspec-support (3.13.4)
86+
rubocop (1.75.8)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -97,7 +97,7 @@ GEM
9797
rubocop-ast (1.44.1)
9898
parser (>= 3.3.7.2)
9999
prism (~> 1.4)
100-
rubocop-github (0.23.0)
100+
rubocop-github (0.25.0)
101101
rubocop (>= 1.72)
102102
rubocop-performance (>= 1.24)
103103
rubocop-rails (>= 2.23)

0 commit comments

Comments
 (0)