Skip to content

Commit 377e8f4

Browse files
authored
Bump gem to fix backup log streaming across stacks (#375)
* Bump gem to fix backup log streaming across stacks * Don't bump it all
1 parent aaa10bb commit 377e8f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
aptible-cli (0.24.4)
55
activesupport (>= 4.0, < 6.0)
6-
aptible-api (~> 1.6.5)
6+
aptible-api (~> 1.8)
77
aptible-auth (~> 1.2.5)
88
aptible-billing (~> 1.0)
99
aptible-resource (~> 1.1)
@@ -28,7 +28,7 @@ GEM
2828
tzinfo (~> 1.1)
2929
addressable (2.8.0)
3030
public_suffix (>= 2.0.2, < 5.0)
31-
aptible-api (1.6.5)
31+
aptible-api (1.8)
3232
aptible-auth
3333
aptible-resource
3434
gem_config

aptible-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ['lib']
2222

2323
spec.add_dependency 'activesupport', '>= 4.0', '< 6.0'
24-
spec.add_dependency 'aptible-api', '~> 1.6.5'
24+
spec.add_dependency 'aptible-api', '~> 1.8'
2525
spec.add_dependency 'aptible-auth', '~> 1.2.5'
2626
spec.add_dependency 'aptible-billing', '~> 1.0'
2727
spec.add_dependency 'aptible-resource', '~> 1.1'

0 commit comments

Comments
 (0)