Skip to content

Commit

Permalink
fix travis ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kelevro committed Oct 26, 2019
1 parent b95c1ef commit 1c910fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ rvm:
- 2.4
- 2.5
- 2.6
jobs:
exclude:
- rvm: 2.4
gemfile: gemfiles/rails_6.0.0.gemfile
before_install: gem install bundler -v 2.0.1
2 changes: 1 addition & 1 deletion lib/attr_filters/active_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AttrFilters
module ActiveModel
if AttrFilters::Utils.satisfied_spec?("activemodel")
require "active_model"
require "active_model/Validations/filters_validator"
require "active_model/validations/filters_validator"
end

def self.included(base)
Expand Down

0 comments on commit 1c910fb

Please sign in to comment.