Skip to content

Commit a84710c

Browse files
committed
Restrict to Ruby 2.3+
1 parent c2bf138 commit a84710c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
88
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
99

1010
## [Unreleased]
11-
### Fixed
12-
- Fixed compatibility with older rubies
11+
### Changed
12+
- Restrict to Ruby 2.3+
1313

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
1515

1616
## [v0.5.1] - 2022-01-06
1717
### Fixed

rspec_junit_formatter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.description = "RSpec results that your continuous integration service can read."
1010
s.license = "MIT"
1111

12-
s.required_ruby_version = ">= 2.0.0"
12+
s.required_ruby_version = ">= 2.3.0"
1313
s.required_rubygems_version = ">= 2.0.0"
1414

1515
s.metadata = {

0 commit comments

Comments
 (0)