Skip to content

Commit

Permalink
Avoid Minitest 5.11.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jan 2, 2018
1 parent 48de6e9 commit 13afd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile

group :test do
gem "minitest", "~> 5.10.0"
gem "minitest-bisect"

platforms :mri do
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ DEPENDENCIES
libxml-ruby
listen (>= 3.0.5, < 3.2)
mini_magick
minitest (~> 5.10.0)
minitest-bisect
mocha
mysql2 (>= 0.4.4)
Expand Down Expand Up @@ -560,4 +561,4 @@ DEPENDENCIES
websocket-client-simple!

BUNDLED WITH
1.16.0
1.16.1

0 comments on commit 13afd2c

Please sign in to comment.