Skip to content

Commit 46e989e

Browse files
committed
update supported rubies. attempt to fix AR DB config
1 parent b890bbc commit 46e989e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
notifications:
33
email: false
44
rvm:
5-
- 2.2.4
65
- 2.3.1
76
- 2.4.0
7+
- 2.5.1
88
- ruby-head

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Unreleased
2+
3+
- Drop Ruby 2.2 support
4+
- Add Ruby 2.5 support

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'knockoff'
77

88
ActiveRecord::Base.configurations = {
9-
'test' => { adapter: 'sqlite3', database: 'tmp/test_db' }
9+
test: => { adapter: 'sqlite3', database: 'tmp/test_db' }
1010
}
1111

1212
# Setup the ENV's for replicas

0 commit comments

Comments
 (0)