diff --git a/Gemfile b/Gemfile index 165d2e32..26b808d4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # pull the ART19 patched version of cassandra-driver source 'https://rubygems.pkg.github.com/art19' do - gem 'cassandra-driver', '~> 3.5.2.1' + gem 'cassandra-driver', '~> 3.2.5.1' end gemspec