File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments