Skip to content

Commit

Permalink
Test against newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosmichas committed Sep 24, 2020
1 parent cc5fd43 commit 0ad026e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,10 +5,15 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
- gemfiles/rails6.0.gemfile
- gemfiles/rails6.1.gemfile
matrix:
exclude:
- rvm: 2.2
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails6.0.gemfile
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 6.0'
gem 'test-unit'
end

gemspec :path => "../"
8 changes: 8 additions & 0 deletions gemfiles/rails6.1.gemfile
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 6.1'
gem 'test-unit'
end

gemspec :path => "../"

0 comments on commit 0ad026e

Please sign in to comment.