We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b890bbc commit 46e989eCopy full SHA for 46e989e
.travis.yml
@@ -2,7 +2,7 @@ language: ruby
2
notifications:
3
email: false
4
rvm:
5
- - 2.2.4
6
- 2.3.1
7
- 2.4.0
+ - 2.5.1
8
- ruby-head
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## Unreleased
+
+- Drop Ruby 2.2 support
+- Add Ruby 2.5 support
spec/spec_helper.rb
@@ -6,7 +6,7 @@
require 'knockoff'
ActiveRecord::Base.configurations = {
9
- 'test' => { adapter: 'sqlite3', database: 'tmp/test_db' }
+ test: => { adapter: 'sqlite3', database: 'tmp/test_db' }
10
}
11
12
# Setup the ENV's for replicas
0 commit comments