Skip to content

Commit a323dda

Browse files
chore(deps): bump the bundler-version-updates group across 1 directory with 9 updates
Updates the requirements on [oauth2](https://github.com/ruby-oauth/oauth2), [typhoeus](https://github.com/typhoeus/typhoeus), [warning](https://github.com/jeremyevans/ruby-warning), [rubocop](https://github.com/rubocop/rubocop), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest), [dotenv](https://github.com/bkeepers/dotenv), [minitest-hooks](https://github.com/jeremyevans/minitest-hooks), [rake](https://github.com/ruby/rake) and [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura) to permit the latest version. Updates `oauth2` from 2.0.12 to 2.0.23 - [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.23) Updates `typhoeus` from 1.4.1 to 1.6.0 - [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md) - [Commits](typhoeus/typhoeus@v1.4.1...v1.6.0) Updates `warning` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/jeremyevans/ruby-warning/blob/master/CHANGELOG) - [Commits](jeremyevans/ruby-warning@1.5.0...1.6.0) Updates `rubocop` from 1.78.0 to 1.88.0 - [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.88.0) 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.4 - [Changelog](https://github.com/jeremyevans/minitest-hooks/blob/master/CHANGELOG) - [Commits](jeremyevans/minitest-hooks@1.5.2...1.5.4) Updates `rake` from 13.3.0 to 13.4.2 - [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.4.2) Updates `simplecov-cobertura` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](jessebs/simplecov-cobertura@v3.1.0...v3.2.0) --- updated-dependencies: - 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.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: oauth2 dependency-version: 2.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: rubocop dependency-version: 1.87.0 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: simplecov-cobertura dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: typhoeus dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-version-updates - dependency-name: warning dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3df5126 commit a323dda

2 files changed

Lines changed: 35 additions & 30 deletions

File tree

Gemfile.lock

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PATH
1111
time (>= 0.1)
1212
typhoeus (~> 1.0, >= 1.0.1)
1313
uri (>= 0.10)
14-
warning (~> 1.5.0)
14+
warning (>= 1.5, < 1.7)
1515
zeitwerk (~> 2.5)
1616

1717
GEM
@@ -32,6 +32,8 @@ GEM
3232
uri (>= 0.13.1)
3333
ansi (1.6.0)
3434
ast (2.4.3)
35+
auth-sanitizer (0.2.1)
36+
version_gem (~> 1.1, >= 1.1.10)
3537
base64 (0.3.0)
3638
better_coverage (1.1.1)
3739
minitest-reporters (~> 1.8)
@@ -47,25 +49,27 @@ GEM
4749
docker-api (2.4.0)
4850
excon (>= 0.64.0)
4951
multi_json
50-
dotenv (3.1.8)
52+
dotenv (3.2.0)
5153
drb (2.2.3)
52-
ethon (0.16.0)
54+
ethon (0.18.0)
5355
ffi (>= 1.15.0)
56+
logger
5457
excon (1.2.5)
5558
logger
56-
faraday (2.14.2)
59+
faraday (2.14.3)
5760
faraday-net_http (>= 2.0, < 3.5)
5861
json
5962
logger
60-
faraday-net_http (3.4.2)
63+
faraday-net_http (3.4.4)
6164
net-http (~> 0.5)
62-
ffi (1.17.3)
63-
ffi (1.17.3-arm64-darwin)
65+
ffi (1.17.4)
66+
ffi (1.17.4-arm64-darwin)
6467
fileutils (1.7.3)
65-
hashie (5.0.0)
68+
hashie (5.1.0)
69+
logger
6670
i18n (1.14.8)
6771
concurrent-ruby (~> 1.0)
68-
json (2.19.5)
72+
json (2.19.9)
6973
jwt (3.2.0)
7074
base64
7175
language_server-protocol (3.17.0.5)
@@ -77,7 +81,7 @@ GEM
7781
minitest (6.0.3)
7882
drb (~> 2.0)
7983
prism (~> 1.5)
80-
minitest-hooks (1.5.2)
84+
minitest-hooks (1.5.4)
8185
minitest (> 5.3)
8286
minitest-reporters (1.8.0)
8387
ansi
@@ -88,45 +92,46 @@ GEM
8892
multi_xml (0.6.0)
8993
net-http (0.9.1)
9094
uri (>= 0.11.1)
91-
oauth2 (2.0.12)
95+
oauth2 (2.0.23)
96+
auth-sanitizer (~> 0.2, >= 0.2.1)
9297
faraday (>= 0.17.3, < 4.0)
9398
jwt (>= 1.0, < 4.0)
9499
logger (~> 1.2)
95100
multi_xml (~> 0.5)
96101
rack (>= 1.2, < 4)
97-
snaky_hash (~> 2.0, >= 2.0.3)
98-
version_gem (>= 1.1.8, < 3)
99-
parallel (1.27.0)
100-
parser (3.3.8.0)
102+
snaky_hash (~> 2.0, >= 2.0.6)
103+
version_gem (~> 1.1, >= 1.1.11)
104+
parallel (1.28.0)
105+
parser (3.3.11.1)
101106
ast (~> 2.4.1)
102107
racc
103108
prism (1.9.0)
104109
racc (1.8.1)
105110
rack (3.2.6)
106111
rainbow (3.1.1)
107-
rake (13.3.0)
112+
rake (13.4.2)
108113
rb-fsevent (0.11.2)
109114
rb-inotify (0.11.1)
110115
ffi (~> 1.0)
111116
rbs (3.6.1)
112117
logger
113-
regexp_parser (2.10.0)
118+
regexp_parser (2.12.0)
114119
rexml (3.4.4)
115-
rubocop (1.78.0)
120+
rubocop (1.88.0)
116121
json (~> 2.3)
117122
language_server-protocol (~> 3.17.0.2)
118123
lint_roller (~> 1.1.0)
119-
parallel (~> 1.10)
124+
parallel (>= 1.10)
120125
parser (>= 3.3.0.2)
121126
rainbow (>= 2.2.2, < 4.0)
122127
regexp_parser (>= 2.9.3, < 3.0)
123-
rubocop-ast (>= 1.45.1, < 2.0)
128+
rubocop-ast (>= 1.49.0, < 2.0)
124129
ruby-progressbar (~> 1.7)
125130
unicode-display_width (>= 2.4.0, < 4.0)
126-
rubocop-ast (1.46.0)
131+
rubocop-ast (1.49.1)
127132
parser (>= 3.3.7.2)
128-
prism (~> 1.4)
129-
rubocop-minitest (0.38.1)
133+
prism (~> 1.7)
134+
rubocop-minitest (0.39.1)
130135
lint_roller (~> 1.1)
131136
rubocop (>= 1.75.0, < 2.0)
132137
rubocop-ast (>= 1.38.0, < 2.0)
@@ -139,12 +144,12 @@ GEM
139144
docile (~> 1.1)
140145
simplecov-html (~> 0.11)
141146
simplecov_json_formatter (~> 0.1)
142-
simplecov-cobertura (3.1.0)
147+
simplecov-cobertura (3.2.0)
143148
rexml
144149
simplecov (~> 0.19)
145150
simplecov-html (0.13.2)
146151
simplecov_json_formatter (0.1.4)
147-
snaky_hash (2.0.3)
152+
snaky_hash (2.0.6)
148153
hashie (>= 0.1.0, < 6)
149154
version_gem (>= 1.1.8, < 3)
150155
steep (1.7.1)
@@ -172,14 +177,14 @@ GEM
172177
docker-api (~> 2.2)
173178
time (0.4.2)
174179
date
175-
typhoeus (1.4.1)
176-
ethon (>= 0.9.0)
180+
typhoeus (1.6.0)
181+
ethon (>= 0.18.0)
177182
tzinfo (2.0.6)
178183
concurrent-ruby (~> 1.0)
179184
unicode-display_width (2.6.0)
180185
uri (1.1.1)
181-
version_gem (1.1.8)
182-
warning (1.5.0)
186+
version_gem (1.1.12)
187+
warning (1.6.0)
183188
zeitwerk (2.6.18)
184189

185190
PLATFORMS

zitadel-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |gemspec|
2626
gemspec.add_dependency 'time', '>= 0.1'
2727
gemspec.add_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
2828
gemspec.add_dependency 'uri', '>= 0.10'
29-
gemspec.add_dependency 'warning', '~> 1.5.0'
29+
gemspec.add_dependency 'warning', '>= 1.5', '< 1.7'
3030
gemspec.add_dependency 'zeitwerk', '~> 2.5'
3131

3232
gemspec.files = Dir.chdir(File.expand_path(__dir__)) do

0 commit comments

Comments
 (0)