Skip to content

Commit

Permalink
Fix activemodel version usage in travis gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 1, 2016
1 parent 65be85c commit 9394eb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.gemfile
Expand Up @@ -18,6 +18,9 @@ end

if RUBY_VERSION < '1.9.0'
gem "fastercsv"
end

if RUBY_VERSION < '1.9.3'
gem 'activemodel', '<4.0.0'
elsif RUBY_VERSION < '2.2.0'
gem 'activemodel', '<5.0.0'
Expand Down

0 comments on commit 9394eb0

Please sign in to comment.