Skip to content

Commit

Permalink
rails 6.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gigorok committed Dec 17, 2020
1 parent c87b59d commit 73b640d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ services:
- postgresql
rvm:
- 2.5.7
- 2.7.2
before_install: gem install bundler -v 2.1.4
before_script:
- psql -c 'CREATE DATABASE pg_sql_caller_test;' -U postgres
- cp -v spec/config/database.travis.yml spec/config/database.yml
env:
matrix:
- AR=5.2.0
- AR=6.0.0
- AR=6.1.0
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ gem 'pg'
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 0.80.1'
gem 'activerecord', "~> #{ENV.fetch('AR', '6.0.0')}"

0 comments on commit 73b640d

Please sign in to comment.