Skip to content

Commit

Permalink
pin minitest for rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed May 10, 2017
1 parent 280ba52 commit 1c31b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ end

appraise "5.1" do
gem "rails", "~> 5.1.0"
gem "minitest", "< 5.10.2"
end
1 change: 1 addition & 0 deletions gemfiles/5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "http://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 5.1.0"
gem "minitest", "< 5.10.2"

gemspec path: "../"

0 comments on commit 1c31b9d

Please sign in to comment.