Skip to content

Commit

Permalink
Addressable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpatrick committed Oct 21, 2020
1 parent 0d2939b commit b94299e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v4.17.1](https://github.com/auth0/ruby-auth0/tree/v4.17.1) (2020-10-21)

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.17.0...v4.17.1)

**Fixed**

- Addressable dependency [\#247](https://github.com/auth0/ruby-auth0/pull/247) ([davidpatrick](https://github.com/davidpatrick))


## [v4.17.0](https://github.com/auth0/ruby-auth0/tree/v4.17.0) (2020-10-19)

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
auth0 (4.17.0)
addressable (~> 2.7.0)
jwt (~> 2.2.0)
rest-client (~> 2.0.0)
zache (~> 0.12.0)
Expand Down
1 change: 1 addition & 0 deletions auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rest-client', '~> 2.0.0'
s.add_runtime_dependency 'jwt', '~> 2.2.0'
s.add_runtime_dependency 'zache', '~> 0.12.0'
s.add_runtime_dependency 'addressable', '~> 2.7.0'

s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'fuubar', '~> 2.0'
Expand Down

0 comments on commit b94299e

Please sign in to comment.