Skip to content

Commit

Permalink
bump min ruby to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 12, 2022
1 parent 4e3dd64 commit 5e9a6fd
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 @@ -3,7 +3,7 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 3.0
NewCops: enable

Style/StringLiterals:
Expand Down
2 changes: 1 addition & 1 deletion foreman_envsync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Sync pupperserver envs with foreman"
spec.homepage = "https://github.com/lsst-it/foreman_envsync"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.5.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/lsst-it/foreman_envsync"
Expand Down

0 comments on commit 5e9a6fd

Please sign in to comment.