Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gemspec

gem 'oauth2'
gem 'oauth2', '>= 2.0.12'
gem 'typhoeus'
gem 'warning'
gem 'zeitwerk'
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,21 @@ GEM
mutex_m (0.3.0)
net-http (0.6.0)
uri
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
oauth2 (2.0.12)
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)
version_gem (~> 1.1)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (>= 1.1.8, < 3)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
racc (1.8.1)
rack (3.1.14)
rack (3.1.15)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -130,9 +131,9 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
snaky_hash (2.0.3)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
steep (1.7.1)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
Expand Down Expand Up @@ -161,7 +162,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.3)
version_gem (1.1.7)
version_gem (1.1.8)
warning (1.5.0)
zeitwerk (2.6.18)

Expand All @@ -174,7 +175,7 @@ DEPENDENCIES
minitest
minitest-hooks
minitest-reporters
oauth2
oauth2 (>= 2.0.12)
rake
rbs
rubocop
Expand Down
28 changes: 0 additions & 28 deletions lib/patch.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/zitadel_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'zeitwerk'
require 'warning'
require_relative 'patch'

Warning.ignore(:method_redefined, __dir__)

Expand Down
Loading