Skip to content

Commit 2bd0608

Browse files
committed
(PA-5341) Update minimum Ruby version to 2.7
This commit updates the minimum version of Ruby to run semantic_puppet from 1.9.3 to 2.7.0 in the gemspec, and updates the README to reflect that change.
1 parent 1f5a7cf commit 2bd0608

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ This library is used by a number of Puppet Labs projects, including
1919
Requirements
2020
------------
2121

22-
Semantic_puppet will work on several ruby versions, including 1.9.3,
23-
2.0.0, 2.1.9 and 2.4.1. Please see the exact matrix in `.travis.yml`.
22+
semantic_puppet will work on Ruby version 2.7 and greater.
2423

2524
No gem/library requirements.
2625

semantic_puppet.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
2020
s.require_paths = ["lib"]
2121

2222
# Dependencies
23-
s.required_ruby_version = '>= 1.9.3'
23+
s.required_ruby_version = '>= 2.7.0'
2424

2525
s.add_development_dependency "json", "~> 1.8.3" if RUBY_VERSION < '2.0'
2626
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)