Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 9afa6e9

Browse files
committed
Update the Ione requirement to v1.2.0.pre3
This version fixes a small issue with what error is raised when connecting to something that doesn’t talk the CQL protocol.
1 parent 16eab5b commit 9afa6e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
cql-rb (2.1.0.pre0)
5-
ione (= 1.2.0.pre2)
5+
ione (= 1.2.0.pre3)
66

77
GEM
88
remote: https://rubygems.org/
@@ -16,7 +16,7 @@ GEM
1616
simplecov (>= 0.7)
1717
thor
1818
diff-lcs (1.2.4)
19-
ione (1.2.0.pre2)
19+
ione (1.2.0.pre3)
2020
lz4-ruby (0.3.2)
2121
lz4-ruby (0.3.2-java)
2222
method_source (0.8.1)

cql-rb.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
2323
s.platform = Gem::Platform::RUBY
2424
s.required_ruby_version = '>= 1.9.3'
2525

26-
s.add_dependency 'ione', '= 1.2.0.pre2'
26+
s.add_dependency 'ione', '= 1.2.0.pre3'
2727
end

0 commit comments

Comments
 (0)