Skip to content

Commit 3c0bf59

Browse files
committed
Bump gem to fix backup log streaming across stacks
1 parent aaa10bb commit 3c0bf59

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

Gemfile.lock

Lines changed: 37 additions & 18 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
@@ -53,15 +53,15 @@ GEM
5353
rake (>= 10, < 13.0)
5454
rubocop (= 0.42.0)
5555
ast (2.4.2)
56-
aws-eventstream (1.1.1)
56+
aws-eventstream (1.3.1)
5757
aws-sdk (2.11.632)
5858
aws-sdk-resources (= 2.11.632)
5959
aws-sdk-core (2.11.632)
6060
aws-sigv4 (~> 1.0)
6161
jmespath (~> 1.0)
6262
aws-sdk-resources (2.11.632)
6363
aws-sdk-core (= 2.11.632)
64-
aws-sigv4 (1.2.4)
64+
aws-sigv4 (1.11.0)
6565
aws-eventstream (~> 1, >= 1.0.2)
6666
bigdecimal (1.3.5)
6767
cbor (0.5.9.8)
@@ -71,34 +71,54 @@ GEM
7171
activesupport (>= 3.0)
7272
coderay (1.1.3)
7373
concurrent-ruby (1.1.9)
74-
connection_pool (2.2.3)
7574
crack (1.0.0)
7675
bigdecimal
7776
rexml
7877
diff-lcs (1.5.1)
7978
fabrication (2.15.2)
80-
faraday (0.17.6)
81-
multipart-post (>= 1.2, < 3)
82-
fridge (0.2.2)
79+
faraday (1.10.4)
80+
faraday-em_http (~> 1.0)
81+
faraday-em_synchrony (~> 1.0)
82+
faraday-excon (~> 1.1)
83+
faraday-httpclient (~> 1.0)
84+
faraday-multipart (~> 1.0)
85+
faraday-net_http (~> 1.0)
86+
faraday-net_http_persistent (~> 1.0)
87+
faraday-patron (~> 1.0)
88+
faraday-rack (~> 1.0)
89+
faraday-retry (~> 1.0)
90+
ruby2_keywords (>= 0.0.4)
91+
faraday-em_http (1.0.0)
92+
faraday-em_synchrony (1.0.0)
93+
faraday-excon (1.1.0)
94+
faraday-httpclient (1.0.1)
95+
faraday-multipart (1.1.0)
96+
multipart-post (~> 2.0)
97+
faraday-net_http (1.0.2)
98+
faraday-net_http_persistent (1.2.0)
99+
faraday-patron (1.0.0)
100+
faraday-rack (1.0.0)
101+
faraday-retry (1.0.3)
102+
fridge (1.0.0)
83103
gem_config
84-
jwt
104+
jwt (~> 2.3.0)
85105
gem_config (0.3.2)
86-
git (1.7.0)
106+
git (1.9.1)
87107
rchardet (~> 1.8)
88108
hashdiff (1.1.1)
89-
httpclient (2.8.3)
109+
httpclient (2.9.0)
110+
mutex_m
90111
i18n (0.9.5)
91112
concurrent-ruby (~> 1.0)
92113
jmespath (1.6.2)
93-
json (2.5.1)
114+
json (2.7.6)
94115
jwt (2.3.0)
95116
method_source (1.1.0)
96117
minitest (5.12.0)
97118
multi_json (1.15.0)
98119
multi_xml (0.6.0)
99120
multipart-post (2.1.1)
100-
net-http-persistent (3.1.0)
101-
connection_pool (~> 2.2)
121+
mutex_m (0.3.0)
102122
numerizer (0.1.1)
103123
oauth2 (1.4.7)
104124
faraday (>= 0.8, < 2.0)
@@ -139,15 +159,14 @@ GEM
139159
ruby-progressbar (~> 1.7)
140160
unicode-display_width (~> 1.0, >= 1.0.1)
141161
ruby-progressbar (1.13.0)
142-
stripe (4.24.0)
143-
faraday (~> 0.13)
144-
net-http-persistent (~> 3.0)
162+
ruby2_keywords (0.0.5)
163+
stripe (13.5.0)
145164
sync (0.5.0)
146165
term-ansicolor (1.8.0)
147166
tins (~> 1.0)
148167
thor (0.20.3)
149168
thread_safe (0.3.6)
150-
tins (1.33.0)
169+
tins (1.38.0)
151170
bigdecimal
152171
sync
153172
tzinfo (1.2.11)

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)