Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Back version of ruby to be in RVM supported set (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
poloka authored Jul 6, 2023
1 parent 45acf5c commit de0cfef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
- Update version of thor to have a broader availability ([#6](https://github.com/cerner/codeowner_validator/pull/6))

# 0.3.0
- Update to support ruby 3.2 ([#9](https://github.com/cerner/codeowner_validator/pull/9))
- Update to support ruby 3.2 ([#9](https://github.com/cerner/codeowner_validator/pull/9))

# 0.3.1
- Back version of ruby to be in RVM supported set ([#10](https://github.com/cerner/codeowner_validator/pull/10))
2 changes: 1 addition & 1 deletion codeowner_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

# rubocop:disable Gemspec/RequiredRubyVersion
# The intent is for supportability from ruby 2.7 and greater
spec.required_ruby_version = '>= 2.7.6'
spec.required_ruby_version = '>= 2.7.2'
# rubocop:enable Gemspec/RequiredRubyVersion

spec.add_dependency 'rainbow', '>= 2.0', '< 4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/codeowner_validator/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module CodeownerValidator
VERSION = '0.3.0'
VERSION = '0.3.1'

# version module
module Version
Expand Down

0 comments on commit de0cfef

Please sign in to comment.