From 017f5eb07632e59c2471a852164c4f7bd5e5eff9 Mon Sep 17 00:00:00 2001 From: T Van Doren <210452321+tvdaptible@users.noreply.github.com> Date: Sat, 13 Dec 2025 04:42:54 -0800 Subject: [PATCH] depend on aptible-auth gem ~> 1.3 --- Gemfile | 2 ++ Gemfile.lock | 35 ++++++++++++++++++++++++----------- aptible-cli.gemspec | 2 +- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 00775107..454db9c2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,7 @@ group :test do gem 'webmock' end +gem 'aptible-auth', git: 'https://github.com/aptible/aptible-auth-ruby', branch: 'concur-ruby-version-fix' + # Specify your gem's dependencies in aptible-cli.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 9a176935..89cbac43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,22 @@ +GIT + remote: https://github.com/aptible/aptible-auth-ruby + revision: e5c276898948f04e0d483c143a31b9e24002027b + branch: concur-ruby-version-fix + specs: + aptible-auth (1.3.0) + aptible-resource (~> 1.0) + concurrent-ruby (~> 1.1.9) + gem_config + multipart-post (= 2.1.1) + oauth2 (= 2.0.9) + PATH remote: . specs: aptible-cli (0.25.1) activesupport (>= 4.0, < 6.0) aptible-api (~> 1.10.0) - aptible-auth (~> 1.2.5) + aptible-auth (~> 1.3) aptible-billing (~> 1.0) aptible-resource (~> 1.1) aws-eventstream (~> 1.1.1) @@ -40,11 +52,6 @@ GEM aptible-resource gem_config multipart-post (< 2.2.0) - aptible-auth (1.2.5) - aptible-resource (~> 1.0) - gem_config - multipart-post (= 2.1.1) - oauth2 (= 1.4.7) aptible-billing (1.0.1) activesupport (>= 4.0, < 6.0) aptible-resource (~> 1.0) @@ -93,6 +100,7 @@ GEM git (1.7.0) rchardet (~> 1.8) hashdiff (1.1.1) + hashie (5.0.0) httpclient (2.8.3) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -101,18 +109,18 @@ GEM jwt (2.3.0) method_source (1.1.0) minitest (5.12.0) - multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) net-http-persistent (3.1.0) connection_pool (~> 2.2) numerizer (0.1.1) - oauth2 (1.4.7) - faraday (>= 0.8, < 2.0) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) parser (2.7.2.0) ast (~> 2.4.1) powerpack (0.1.3) @@ -146,6 +154,9 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.13.0) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) stripe (4.24.0) faraday (~> 0.13) net-http-persistent (~> 3.0) @@ -161,6 +172,7 @@ GEM thread_safe (~> 0.1) unicode-display_width (1.8.0) uri_template (0.7.0) + version_gem (1.1.9) webmock (3.16.2) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -171,6 +183,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 4.0) + aptible-auth! aptible-cli! aptible-tasks (~> 0.5.8) bundler (~> 1.3) diff --git a/aptible-cli.gemspec b/aptible-cli.gemspec index 35922d76..2c440e92 100644 --- a/aptible-cli.gemspec +++ b/aptible-cli.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'activesupport', '>= 4.0', '< 6.0' spec.add_dependency 'aptible-api', '~> 1.10.0' - spec.add_dependency 'aptible-auth', '~> 1.2.5' + spec.add_dependency 'aptible-auth', '~> 1.3' spec.add_dependency 'aptible-billing', '~> 1.0' spec.add_dependency 'aptible-resource', '~> 1.1' spec.add_dependency 'aws-eventstream', '~> 1.1.1'