Skip to content

Commit 6beefb3

Browse files
committed
Fixing the reference to cortex-client
1 parent 4aa16e3 commit 6beefb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-snippets-client-ruby.gemspec

+1-1
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.8.0'
21+
spec.add_dependency 'cortex-client', '~> 0.8.2'
2222
spec.add_dependency 'connection_pool', '~> 2.2.0'
2323
spec.add_dependency 'addressable', '~> 2.4.0'
2424

lib/cortex/snippets/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Cortex
22
module Snippets
3-
VERSION = '0.4.1'
3+
VERSION = '0.4.4'
44
end
55
end

0 commit comments

Comments
 (0)