We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99d784 commit e954a71Copy full SHA for e954a71
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- aptible-cli (0.24.8)
+ aptible-cli (0.24.9)
5
activesupport (>= 4.0, < 6.0)
6
aptible-api (~> 1.8.0)
7
aptible-auth (~> 1.2.5)
@@ -71,7 +71,7 @@ GEM
71
aws-sigv4 (1.2.4)
72
aws-eventstream (~> 1, >= 1.0.2)
73
bigdecimal (1.3.5)
74
- cbor (0.5.9.8)
+ cbor (0.5.10.1)
75
chronic_duration (0.10.6)
76
numerizer (~> 0.1.1)
77
climate_control (0.0.3)
@@ -154,7 +154,7 @@ GEM
154
tins (~> 1.0)
155
thor (0.20.3)
156
thread_safe (0.3.6)
157
- tins (1.38.0)
+ tins (1.39.1)
158
bigdecimal
159
sync
160
tzinfo (1.2.11)
lib/aptible/cli/version.rb
@@ -1,5 +1,5 @@
module Aptible
module CLI
- VERSION = '0.24.8'.freeze
+ VERSION = '0.24.9'.freeze
end
0 commit comments