Skip to content

Commit

Permalink
Added appraisal for AR4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blaet committed Aug 1, 2016
1 parent 418c0c3 commit 636b9fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ end
appraise "activerecord-4.1" do
gem "activerecord", "~> 4.1.0"
end

appraise "activerecord-4.2" do
gem "activerecord", "~> 4.2.0"
end
17 changes: 17 additions & 0 deletions gemfiles/activerecord_4.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"

group :development, :test do
gem "spec"
gem "rspec", ">= 1.2.9"
gem "rake"
end

group :development do
gem "jeweler"
gem "appraisal"
gem "simplecov", :require => false
end

0 comments on commit 636b9fa

Please sign in to comment.