Skip to content

Commit

Permalink
Alter to require ruby 3 or higher to use the gem
Browse files Browse the repository at this point in the history
We chose to update a minor version rather than patch to make sure 1.6.0 can still be used for projects that are not yet in Ruby 3 and need to alter rules.
  • Loading branch information
wilkinsondesouza committed Feb 7, 2024
1 parent 07da9e2 commit 861f490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mavenlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'mavenlint'
s.version = '1.6.0'
s.version = '1.7.0'
s.licenses = ['MIT']
s.summary = 'Mavenlink Rubocop config'
s.authors = ['Mavenlink']
Expand All @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '3.12'
s.add_development_dependency 'rubocop', '1.31'

s.required_ruby_version = '>= 2.7.5'
s.required_ruby_version = '>= 3.0.0'
end

0 comments on commit 861f490

Please sign in to comment.