Commit b07e444a85c9c4681aad5cc099a94287be37d12f
Exists in
master
and in
21 other branches
Merged master
Showing
5 changed files
with
27 additions
and
5 deletions
Show diff stats
.travis.yml
1 | language: ruby | 1 | language: ruby |
2 | rvm: | 2 | rvm: |
3 | - - 1.9.3 | ||
4 | - - 2.0.0 | 3 | + - 2.1 |
5 | services: | 4 | services: |
6 | - elasticsearch | 5 | - elasticsearch |
7 | - mongodb | 6 | - mongodb |
@@ -16,6 +15,9 @@ notifications: | @@ -16,6 +15,9 @@ notifications: | ||
16 | on_failure: change | 15 | on_failure: change |
17 | gemfile: | 16 | gemfile: |
18 | - Gemfile | 17 | - Gemfile |
18 | + - gemfiles/activerecord40.gemfile | ||
19 | + - gemfiles/activerecord32.gemfile | ||
20 | + - gemfiles/activerecord31.gemfile | ||
19 | - gemfiles/mongoid2.gemfile | 21 | - gemfiles/mongoid2.gemfile |
20 | - gemfiles/mongoid3.gemfile | 22 | - gemfiles/mongoid3.gemfile |
21 | - gemfiles/mongoid4.gemfile | 23 | - gemfiles/mongoid4.gemfile |
Gemfile
@@ -4,7 +4,5 @@ source 'https://rubygems.org' | @@ -4,7 +4,5 @@ source 'https://rubygems.org' | ||
4 | gemspec | 4 | gemspec |
5 | 5 | ||
6 | gem "sqlite3" | 6 | gem "sqlite3" |
7 | -gem "activerecord", ">= 3.1" | ||
8 | -# gem "activerecord", "~> 3.2.0" | ||
9 | -# gem "activerecord", "~> 3.1.0" | 7 | +gem "activerecord", "~> 4.1.0" |
10 | gem "activejob_backport" | 8 | gem "activejob_backport" |