Navigation Menu

Skip to content

Commit

Permalink
Bump minitest; Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jul 15, 2017
1 parent aad42dc commit 0391bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -92,7 +92,7 @@ local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile instance_eval File.read local_gemfile if File.exist? local_gemfile


group :test do group :test do
gem 'minitest-bisect' gem "minitest-bisect"


platforms :mri do platforms :mri do
gem "stackprof" gem "stackprof"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -213,7 +213,7 @@ GEM
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
mini_portile2 (2.2.0) mini_portile2 (2.2.0)
minitest (5.10.1) minitest (5.10.2)
minitest-bisect (1.4.0) minitest-bisect (1.4.0)
minitest-server (~> 1.0) minitest-server (~> 1.0)
path_expander (~> 1.0) path_expander (~> 1.0)
Expand Down

0 comments on commit 0391bbc

Please sign in to comment.