Skip to content

Commit 5b9f129

Browse files
chore(deps): bump the bundler-version-updates group with 7 updates
Bumps the bundler-version-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [oauth2](https://github.com/ruby-oauth/oauth2) | `2.0.12` | `2.0.18` | | [typhoeus](https://github.com/typhoeus/typhoeus) | `1.4.1` | `1.5.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.78.0` | `1.85.1` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.38.1` | `0.39.1` | | [dotenv](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` | | [minitest-hooks](https://github.com/jeremyevans/minitest-hooks) | `1.5.2` | `1.5.3` | | [rake](https://github.com/ruby/rake) | `13.3.0` | `13.3.1` | Updates `oauth2` from 2.0.12 to 2.0.18 - [Release notes](https://github.com/ruby-oauth/oauth2/releases) - [Changelog](https://github.com/ruby-oauth/oauth2/blob/main/CHANGELOG.md) - [Commits](ruby-oauth/oauth2@v2.0.12...v2.0.18) Updates `typhoeus` from 1.4.1 to 1.5.0 - [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md) - [Commits](typhoeus/typhoeus@v1.4.1...v1.5.0) Updates `rubocop` from 1.78.0 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.85.1) Updates `rubocop-minitest` from 0.38.1 to 0.39.1 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.38.1...v0.39.1) Updates `dotenv` from 3.1.8 to 3.2.0 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](bkeepers/dotenv@v3.1.8...v3.2.0) Updates `minitest-hooks` from 1.5.2 to 1.5.3 - [Changelog](https://github.com/jeremyevans/minitest-hooks/blob/master/CHANGELOG) - [Commits](jeremyevans/minitest-hooks@1.5.2...1.5.3) Updates `rake` from 13.3.0 to 13.3.1 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.0...v13.3.1) --- updated-dependencies: - dependency-name: oauth2 dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: typhoeus dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: rubocop-minitest dependency-version: 0.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: dotenv dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: minitest-hooks dependency-version: 1.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: rake dependency-version: 13.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6958c8 commit 5b9f129

1 file changed

Lines changed: 30 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ GEM
3030
mutex_m
3131
securerandom (>= 0.3)
3232
tzinfo (~> 2.0)
33+
addressable (2.8.9)
34+
public_suffix (>= 2.0.2, < 8.0)
3335
ansi (1.5.0)
3436
ast (2.4.3)
3537
base64 (0.3.0)
3638
benchmark (0.4.1)
3739
better_coverage (1.0.1)
3840
minitest-reporters (~> 1.5)
3941
simplecov (~> 0.22)
40-
bigdecimal (3.2.2)
42+
bigdecimal (4.0.1)
4143
builder (3.3.0)
4244
cgi (0.5.1)
4345
concurrent-ruby (1.3.5)
@@ -48,9 +50,9 @@ GEM
4850
docker-api (2.4.0)
4951
excon (>= 0.64.0)
5052
multi_json
51-
dotenv (3.1.8)
53+
dotenv (3.2.0)
5254
drb (2.2.3)
53-
ethon (0.16.0)
55+
ethon (0.15.0)
5456
ffi (>= 1.15.0)
5557
excon (1.2.5)
5658
logger
@@ -63,10 +65,14 @@ GEM
6365
ffi (1.17.3)
6466
ffi (1.17.3-arm64-darwin)
6567
fileutils (1.7.3)
66-
hashie (5.0.0)
68+
hashie (5.1.0)
69+
logger
6770
i18n (1.14.7)
6871
concurrent-ruby (~> 1.0)
69-
json (2.18.1)
72+
json (2.19.1)
73+
json-schema (6.2.0)
74+
addressable (~> 2.8)
75+
bigdecimal (>= 3.1, < 5)
7076
jwt (3.1.2)
7177
base64
7278
language_server-protocol (3.17.0.5)
@@ -75,8 +81,10 @@ GEM
7581
rb-fsevent (~> 0.10, >= 0.10.3)
7682
rb-inotify (~> 0.9, >= 0.9.10)
7783
logger (1.7.0)
84+
mcp (0.8.0)
85+
json-schema (>= 4.1)
7886
minitest (5.26.1)
79-
minitest-hooks (1.5.2)
87+
minitest-hooks (1.5.3)
8088
minitest (> 5.3)
8189
minitest-reporters (1.7.1)
8290
ansi
@@ -88,45 +96,47 @@ GEM
8896
mutex_m (0.3.0)
8997
net-http (0.9.1)
9098
uri (>= 0.11.1)
91-
oauth2 (2.0.12)
99+
oauth2 (2.0.18)
92100
faraday (>= 0.17.3, < 4.0)
93101
jwt (>= 1.0, < 4.0)
94102
logger (~> 1.2)
95103
multi_xml (~> 0.5)
96104
rack (>= 1.2, < 4)
97105
snaky_hash (~> 2.0, >= 2.0.3)
98-
version_gem (>= 1.1.8, < 3)
106+
version_gem (~> 1.1, >= 1.1.9)
99107
parallel (1.27.0)
100-
parser (3.3.8.0)
108+
parser (3.3.10.2)
101109
ast (~> 2.4.1)
102110
racc
103-
prism (1.4.0)
111+
prism (1.9.0)
112+
public_suffix (6.0.2)
104113
racc (1.8.1)
105114
rack (3.2.5)
106115
rainbow (3.1.1)
107-
rake (13.3.0)
116+
rake (13.3.1)
108117
rb-fsevent (0.11.2)
109118
rb-inotify (0.11.1)
110119
ffi (~> 1.0)
111120
rbs (3.6.1)
112121
logger
113-
regexp_parser (2.10.0)
122+
regexp_parser (2.11.3)
114123
rexml (3.4.4)
115-
rubocop (1.78.0)
124+
rubocop (1.85.1)
116125
json (~> 2.3)
117126
language_server-protocol (~> 3.17.0.2)
118127
lint_roller (~> 1.1.0)
128+
mcp (~> 0.6)
119129
parallel (~> 1.10)
120130
parser (>= 3.3.0.2)
121131
rainbow (>= 2.2.2, < 4.0)
122132
regexp_parser (>= 2.9.3, < 3.0)
123-
rubocop-ast (>= 1.45.1, < 2.0)
133+
rubocop-ast (>= 1.49.0, < 2.0)
124134
ruby-progressbar (~> 1.7)
125135
unicode-display_width (>= 2.4.0, < 4.0)
126-
rubocop-ast (1.46.0)
136+
rubocop-ast (1.49.0)
127137
parser (>= 3.3.7.2)
128-
prism (~> 1.4)
129-
rubocop-minitest (0.38.1)
138+
prism (~> 1.7)
139+
rubocop-minitest (0.39.1)
130140
lint_roller (~> 1.1)
131141
rubocop (>= 1.75.0, < 2.0)
132142
rubocop-ast (>= 1.38.0, < 2.0)
@@ -172,13 +182,13 @@ GEM
172182
docker-api (~> 2.2)
173183
time (0.4.2)
174184
date
175-
typhoeus (1.4.1)
176-
ethon (>= 0.9.0)
185+
typhoeus (1.5.0)
186+
ethon (>= 0.9.0, < 0.16.0)
177187
tzinfo (2.0.6)
178188
concurrent-ruby (~> 1.0)
179189
unicode-display_width (2.6.0)
180190
uri (1.1.1)
181-
version_gem (1.1.8)
191+
version_gem (1.1.9)
182192
warning (1.5.0)
183193
zeitwerk (2.6.18)
184194

0 commit comments

Comments
 (0)