Skip to content

Commit

Permalink
fix(deps): Upgrade simplecov to [calling twice bug fix](simplecov-r…
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft authored Feb 29, 2024
1 parent d9b7b2b commit 63b21ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.1.1...master))
## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.1.2...master))

* TBD

## v3.1.2, 2024-02-29 ([changes](https://github.com/infertux/bashcov/compare/v3.1.1...v3.1.2))

* [BUGFIX] Upgrade `simplecov` to [calling twice bug fix](https://github.com/simplecov-ruby/simplecov/issues/1003)

## v3.1.1, 2023-09-28 ([changes](https://github.com/infertux/bashcov/compare/v3.1.0...v3.1.1))

* [BUGFIX] Make sure StringIO is loaded when `--mute` is used
Expand Down
2 changes: 1 addition & 1 deletion bashcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Abin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "simplecov", "~> 0.21.2"
spec.add_dependency "simplecov", "~> 0.22.0"

spec.add_development_dependency "aruba"
spec.add_development_dependency "bundler-audit"
Expand Down
2 changes: 1 addition & 1 deletion lib/bashcov/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# :nodoc:
module Bashcov
# Current Bashcov version
VERSION = "3.1.1"
VERSION = "3.1.2"
end

0 comments on commit 63b21ee

Please sign in to comment.