Skip to content

Commit

Permalink
Add appraisal config
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Apr 16, 2013
1 parent 4037076 commit 0866970
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
appraise "rails3_2" do
gem 'activesupport', '>= 3.0', '< 4'
gem 'actionpack', '>= 3.0', '< 4'
end

appraise "rails4_0" do
gem 'activesupport', '>= 4.0.0.beta', '< 5'
gem 'actionpack', '>= 4.0.0.beta', '< 5'
end

0 comments on commit 0866970

Please sign in to comment.