Skip to content

Commit

Permalink
Relax the constraints of what gets installed (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilinger committed Aug 9, 2024
1 parent bdf819c commit cb359be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aptible-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']

spec.add_dependency 'aptible-auth', '~> 1.0'
spec.add_dependency 'aptible-resource', '~> 1.0'
spec.add_dependency 'aptible-auth'
spec.add_dependency 'aptible-resource'
spec.add_dependency 'gem_config'
spec.add_dependency 'multipart-post', '<2.2.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/aptible/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aptible
module Api
VERSION = '1.6.1'.freeze
VERSION = '1.6.2'.freeze
end
end

0 comments on commit cb359be

Please sign in to comment.