Skip to content

Commit

Permalink
Bump to new version of the cassandra driver gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rortian committed Jul 10, 2024
1 parent a4aa444 commit 2bd198a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5.1'
gem 'cassandra-driver', '~> 3.2.5.2'
end

gemspec
Expand Down
2 changes: 1 addition & 1 deletion cequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DESC
s.add_runtime_dependency 'activemodel', '>= 4.0'
s.add_runtime_dependency 'bigdecimal', '~> 3.0'
# Require the ART19 patched version of cassandra-driver
s.add_runtime_dependency 'cassandra-driver', '~> 3.2.5.1'
s.add_runtime_dependency 'cassandra-driver', '~> 3.2.5.2'
s.add_runtime_dependency 'sorted_set', '~> 1.0'
s.add_development_dependency 'appraisal', '~> 1.0'
s.add_development_dependency 'wwtd', '~> 0.5'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activemodel", "~> 6.0.6"

# pull the ART19 patched version of cassandra-driver
source 'https://rubygems.pkg.github.com/art19' do
gem 'cassandra-driver', '~> 3.2.5.1'
gem 'cassandra-driver', '~> 3.2.5.2'
end

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activemodel", "~> 6.1"

# pull the ART19 patched version of cassandra-driver
source 'https://rubygems.pkg.github.com/art19' do
gem 'cassandra-driver', '~> 3.2.5.1'
gem 'cassandra-driver', '~> 3.2.5.2'
end

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activemodel", "~> 7.0"

# pull the ART19 patched version of cassandra-driver
source 'https://rubygems.pkg.github.com/art19' do
gem 'cassandra-driver', '~> 3.2.5.1'
gem 'cassandra-driver', '~> 3.2.5.2'
end

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activemodel", "~> 7.1"

# pull the ART19 patched version of cassandra-driver
source 'https://rubygems.pkg.github.com/art19' do
gem 'cassandra-driver', '~> 3.2.5.1'
gem 'cassandra-driver', '~> 3.2.5.2'
end

gemspec :path => "../"

0 comments on commit 2bd198a

Please sign in to comment.