Skip to content

Commit

Permalink
Aspirational version numbers gone
Browse files Browse the repository at this point in the history
  • Loading branch information
rortian committed Jul 3, 2024
1 parent fd08cf2 commit 899b776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.2.1'
gem 'cassandra-driver', '~> 3.2.5.1'
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.5.2.1'
gem 'cassandra-driver', '~> 3.2.5.1'
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.5.2.1'
gem 'cassandra-driver', '~> 3.2.5.1'
end

gemspec :path => "../"

0 comments on commit 899b776

Please sign in to comment.