Skip to content

Commit

Permalink
chore(error_reporting): Update minitest to 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Apr 27, 2020
1 parent 7b293a7 commit 62f64dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions google-cloud-error_reporting/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ gem "google-cloud-errors", path: "../google-cloud-errors"
gem "stackdriver-core", path: "../stackdriver-core"

gem "rake"

# Pin minitest to 5.11.x to avoid warnings emitted by 5.12.
# See https://github.com/googleapis/google-cloud-ruby/issues/4110
gem "minitest", "~> 5.11.3"
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "concurrent-ruby", "~> 1.1"

gem.add_development_dependency "google-style", "~> 1.24.0"
gem.add_development_dependency "minitest", "~> 5.10"
gem.add_development_dependency "minitest", "~> 5.14"
gem.add_development_dependency "minitest-autotest", "~> 1.0"
gem.add_development_dependency "minitest-focus", "~> 1.1"
gem.add_development_dependency "minitest-rg", "~> 5.2"
Expand Down

0 comments on commit 62f64dc

Please sign in to comment.