File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
8
8
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
9
9
10
10
## [ Unreleased]
11
- ### Fixed
12
- - Fixed compatibility with older rubies
11
+ ### Changed
12
+ - Restrict to Ruby 2.3+
13
13
14
- [ Unreleased ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0 ...main
14
+ [ Unreleased ] : https://github.com/sj26/rspec_junit_formatter/compare/v0.5.1 ...main
15
15
16
16
## [ v0.5.1] - 2022-01-06
17
17
### Fixed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
s . description = "RSpec results that your continuous integration service can read."
10
10
s . license = "MIT"
11
11
12
- s . required_ruby_version = ">= 2.0 .0"
12
+ s . required_ruby_version = ">= 2.3 .0"
13
13
s . required_rubygems_version = ">= 2.0.0"
14
14
15
15
s . metadata = {
You can’t perform that action at this time.
0 commit comments