Skip to content

Commit

Permalink
Test ActiveRecord 5.0 too
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed Jun 19, 2017
1 parent 726632a commit 764e076
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:

gemfile:
- gemfiles/activerecord_4_2.gemfile
- gemfiles/activerecord_5_0.gemfile
- gemfiles/activerecord_5_1.gemfile

addons:
Expand Down
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ appraise "activerecord_5_0" do
gem "activerecord", "~> 5.0.0"
gem "activesupport", "~> 5.0.0"
end

appraise "activerecord_5_1" do
gem "activerecord", "~> 5.1.0"
gem "activesupport", "~> 5.1.0"
end
8 changes: 8 additions & 0 deletions gemfiles/activerecord_5_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 5.0.0"
gem "activesupport", "~> 5.0.0"

gemspec :path => "../"
4 changes: 2 additions & 2 deletions gemfiles/activerecord_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "~> 5.1"
gem "activesupport", "~> 5.1"
gem "activerecord", "~> 5.1.0"
gem "activesupport", "~> 5.1.0"

gemspec :path => "../"

0 comments on commit 764e076

Please sign in to comment.