Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.
Closed
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: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
35 changes: 24 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -171,6 +183,7 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 4.0)
aptible-auth!
aptible-cli!
aptible-tasks (~> 0.5.8)
bundler (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion aptible-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down