Skip to content

Commit

Permalink
Use minitest 4.7.5 for Rails 3.1/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd committed Apr 10, 2014
1 parent 6a6a400 commit 366c51f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appraisals
@@ -1,9 +1,11 @@
appraise "rails31" do
gem "rails", "~> 3.1.12"
gem "minitest", "~> 4.7.5"
end if RUBY_VERSION < '2.0.0'

appraise "rails32" do
gem "rails", "~> 3.2.17"
gem "minitest", "~> 4.7.5"
end

appraise "rails40" do
Expand Down

2 comments on commit 366c51f

@metaskills
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one.

@simi
Copy link
Collaborator

@simi simi commented on 366c51f Apr 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.