Skip to content

Commit

Permalink
Test against latest Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Dec 1, 2024
1 parent 14af6b9 commit 3585b71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 6.1.7.8'
gem 'activesupport', '~> 6.1.7.8'
gem 'activerecord', '~> 6.1.7.10'
gem 'activesupport', '~> 6.1.7.10'
gem 'sqlite3', '< 2'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 7.0.8.4'
gem 'activesupport', '~> 7.0.8.4'
gem 'activerecord', '~> 7.0.8.6'
gem 'activesupport', '~> 7.0.8.6'
gem 'sqlite3', '< 2'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 7.1.3.4'
gem 'activesupport', '~> 7.1.3.4'
gem 'activerecord', '~> 7.1.5'
gem 'activesupport', '~> 7.1.5'
gem 'sqlite3', '< 2'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 7.2.0'
gem 'activesupport', '~> 7.2.0'
gem 'activerecord', '~> 7.2.2'
gem 'activesupport', '~> 7.2.2'
gem 'sqlite3', '< 2'

gemspec path: '../'

0 comments on commit 3585b71

Please sign in to comment.