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

Commit

Permalink
Update the Ione requirement to v1.2.0.pre3
Browse files Browse the repository at this point in the history
This version fixes a small issue with what error is raised when connecting to something that doesn’t talk the CQL protocol.
  • Loading branch information
iconara committed Sep 11, 2014
1 parent 16eab5b commit 9afa6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cql-rb (2.1.0.pre0)
ione (= 1.2.0.pre2)
ione (= 1.2.0.pre3)

GEM
remote: https://rubygems.org/
Expand All @@ -16,7 +16,7 @@ GEM
simplecov (>= 0.7)
thor
diff-lcs (1.2.4)
ione (1.2.0.pre2)
ione (1.2.0.pre3)
lz4-ruby (0.3.2)
lz4-ruby (0.3.2-java)
method_source (0.8.1)
Expand Down
2 changes: 1 addition & 1 deletion cql-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'

s.add_dependency 'ione', '= 1.2.0.pre2'
s.add_dependency 'ione', '= 1.2.0.pre3'
end

0 comments on commit 9afa6e9

Please sign in to comment.