Skip to content

Commit

Permalink
Change to use Ruby 2.7 in required_ruby_version and `TargetRubyVers…
Browse files Browse the repository at this point in the history
…ion` (#404)

* Bump `required_ruby_version = ">= 2.7.0"`

* Bump `TargetRubyVersion: 2.7`
  • Loading branch information
ydah authored Jan 23, 2024
1 parent 9430eb6 commit 6e7b245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require:
- rubocop-performance

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down
2 changes: 1 addition & 1 deletion committee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables << "committee-stub"
s.files = Dir["{bin,lib,test}/**/*.rb"]

s.required_ruby_version = ">= 2.6.0"
s.required_ruby_version = ">= 2.7.0"

s.add_dependency "json_schema", "~> 0.14", ">= 0.14.3"

Expand Down

0 comments on commit 6e7b245

Please sign in to comment.