Skip to content

Commit

Permalink
whack-a-mole
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Kloepping committed Jan 13, 2017
1 parent 5c6a260 commit 91bd16a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: ruby
rvm:
- 1.9.3
- 2.2.6
# https://github.com/norman/friendly_id/blob/master/.travis.yml
env:
# lowest supported active record
- DB=postgres ACTIVE_RECORD_VERSION=3.0.0
- DB=mysql ACTIVE_RECORD_VERSION=3.0.0
- DB=sqlite3 ACTIVE_RECORD_VERSION=3.0.0
- DB=postgres ACTIVE_RECORD_VERSION=3.0.20
- DB=mysql ACTIVE_RECORD_VERSION=3.0.20
- DB=sqlite3 ACTIVE_RECORD_VERSION=3.0.20
# most recent active record 3
- DB=postgres ACTIVE_RECORD_VERSION=3.2.22
- DB=mysql ACTIVE_RECORD_VERSION=3.2.22
Expand Down
2 changes: 1 addition & 1 deletion randumb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rake'

# need to test different versions of active record
ar_env = ENV['ACTIVE_RECORD_VERSION'] || '>= 3.0.0'
ar_env = ENV['ACTIVE_RECORD_VERSION'] || '>= 3.0.20'
ar_env = ">= 5.0.1" if ar_env == 'latest'
s.add_dependency 'activesupport', ar_env
s.add_dependency 'activerecord', ar_env
Expand Down

0 comments on commit 91bd16a

Please sign in to comment.