Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Oct 9, 2022
1 parent f902cd8 commit 055de30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.6.0
6 changes: 3 additions & 3 deletions apple_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'json-jwt', '~> 1.15.2'
spec.add_runtime_dependency 'rack-oauth2', '~> 1.21.2'
spec.add_runtime_dependency 'openid_connect', '~> 1.3.0'
spec.add_runtime_dependency 'json-jwt', '~> 1.16'
spec.add_runtime_dependency 'rack-oauth2', '~> 2.0'
spec.add_runtime_dependency 'openid_connect', '~> 2.0'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit 055de30

Please sign in to comment.