Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 27 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
time (>= 0.1)
typhoeus (~> 1.0, >= 1.0.1)
uri (>= 0.10)
warning (~> 1.5.0)
warning (>= 1.5, < 1.7)
zeitwerk (~> 2.5)

GEM
Expand Down Expand Up @@ -47,10 +47,11 @@ GEM
docker-api (2.4.0)
excon (>= 0.64.0)
multi_json
dotenv (3.1.8)
dotenv (3.2.0)
drb (2.2.3)
ethon (0.16.0)
ethon (0.18.0)
ffi (>= 1.15.0)
logger
excon (1.2.5)
logger
faraday (2.14.1)
Expand All @@ -59,14 +60,15 @@ GEM
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.17.3)
ffi (1.17.3-arm64-darwin)
ffi (1.17.4)
ffi (1.17.4-arm64-darwin)
fileutils (1.7.3)
hashie (5.0.0)
hashie (5.1.0)
logger
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.19.2)
jwt (3.1.2)
json (2.19.5)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
Expand All @@ -77,7 +79,7 @@ GEM
minitest (6.0.3)
drb (~> 2.0)
prism (~> 1.5)
minitest-hooks (1.5.2)
minitest-hooks (1.5.4)
minitest (> 5.3)
minitest-reporters (1.8.0)
ansi
Expand All @@ -88,45 +90,45 @@ GEM
multi_xml (0.6.0)
net-http (0.9.1)
uri (>= 0.11.1)
oauth2 (2.0.12)
oauth2 (2.0.18)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (>= 1.1.8, < 3)
parallel (1.27.0)
parser (3.3.8.0)
version_gem (~> 1.1, >= 1.1.9)
parallel (1.28.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
prism (1.9.0)
racc (1.8.1)
rack (3.2.6)
rainbow (3.1.1)
rake (13.3.0)
rake (13.4.2)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.1)
logger
regexp_parser (2.10.0)
regexp_parser (2.12.0)
rexml (3.4.4)
rubocop (1.78.0)
rubocop (1.86.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.38.1)
prism (~> 1.7)
rubocop-minitest (0.39.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
Expand Down Expand Up @@ -172,14 +174,14 @@ GEM
docker-api (~> 2.2)
time (0.4.2)
date
typhoeus (1.4.1)
ethon (>= 0.9.0)
typhoeus (1.6.0)
ethon (>= 0.18.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.1.1)
version_gem (1.1.8)
warning (1.5.0)
version_gem (1.1.9)
warning (1.6.0)
zeitwerk (2.6.18)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion zitadel-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gemspec|
gemspec.add_dependency 'time', '>= 0.1'
gemspec.add_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
gemspec.add_dependency 'uri', '>= 0.10'
gemspec.add_dependency 'warning', '~> 1.5.0'
gemspec.add_dependency 'warning', '>= 1.5', '< 1.7'
gemspec.add_dependency 'zeitwerk', '~> 2.5'

gemspec.files = Dir.chdir(File.expand_path(__dir__)) do
Expand Down
Loading