Skip to content

Commit addfdde

Browse files
committed
Updating the dependency for cortex-client to 0.6.0
1 parent 9de729b commit addfdde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-snippets-client-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1919
spec.require_paths = ['lib']
2020

21-
spec.add_dependency 'cortex-client', '~> 0.4.6'
21+
spec.add_dependency 'cortex-client', '~> 0.6.0'
2222
spec.add_dependency 'connection_pool', '~> 2.2.0'
2323
spec.add_dependency 'addressable', '~> 2.4.0'
2424

lib/cortex/snippets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Cortex
22
module Snippets
3-
VERSION = '0.2.1'
3+
VERSION = '0.2.2'
44
end
55
end

0 commit comments

Comments
 (0)