Skip to content

Commit

Permalink
Update Rest Client 2.1 (#296)
Browse files Browse the repository at this point in the history
- Updated rest client 2.1
- Rerun tests for integration tests
  • Loading branch information
davidpatrick authored Sep 8, 2021
1 parent 0fd2dcc commit aa755ea
Show file tree
Hide file tree
Showing 181 changed files with 8,019 additions and 5,990 deletions.
2 changes: 1 addition & 1 deletion auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.add_runtime_dependency 'rest-client', '~> 2.0.2' #2.1.0 has breaking changes
s.add_runtime_dependency 'rest-client', '~> 2.1'
s.add_runtime_dependency 'jwt', '~> 2.2'
s.add_runtime_dependency 'zache', '~> 0.12'
s.add_runtime_dependency 'addressable', '~> 2.8'
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa755ea

Please sign in to comment.