Commit 64f6c2df by Jared Norman

Specify compatible sqlite versions for older rails

These versions of rails enforce this version constraint when loading the
sqlite adapter so we need to make sure that we always use a compatible
version.
parent b443fd95
......@@ -12,8 +12,8 @@ rvm:
env:
matrix:
- RAILS='~> 4.2.0'
- RAILS='~> 5.0.0'
- RAILS='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
- RAILS='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
- RAILS='~> 5.1.0'
- RAILS='~> 5.2.0'
- RAILS='master'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment