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 Oct 26, 2022
1 parent 7d91034 commit 080dc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 6.0.5.1'
gem 'activesupport', '~> 6.0.5.1'
gem 'activerecord', '~> 6.0.6'
gem 'activesupport', '~> 6.0.6'
gem 'sqlite3', '~> 1.4.2'

gemspec path: '../'
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.6.1'
gem 'activesupport', '~> 6.1.6.1'
gem 'activerecord', '~> 6.1.7'
gem 'activesupport', '~> 6.1.7'
gem 'sqlite3', '~> 1.4.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.3.1'
gem 'activesupport', '~> 7.0.3.1'
gem 'activerecord', '~> 7.0.4'
gem 'activesupport', '~> 7.0.4'
gem 'sqlite3', '~> 1.4.2'

gemspec path: '../'

0 comments on commit 080dc6d

Please sign in to comment.