Skip to content

Commit

Permalink
Restrict to Ruby 2.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jan 6, 2022
1 parent c2bf138 commit a84710c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html

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

[Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.4.0...main
[Unreleased]: https://github.com/sj26/rspec_junit_formatter/compare/v0.5.1...main

## [v0.5.1] - 2022-01-06
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rspec_junit_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.description = "RSpec results that your continuous integration service can read."
s.license = "MIT"

s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.3.0"
s.required_rubygems_version = ">= 2.0.0"

s.metadata = {
Expand Down

0 comments on commit a84710c

Please sign in to comment.