Skip to content

Commit 17642fa

Browse files
yahondaclaude
andcommitted
Drop required_ruby_version from gemspec
Ruby version support is now driven by the per-Rails gemfile matrix in test_gemfiles.yml, which exercises Ruby versions as low as 2.4. The hard-coded >= 3.2 floor in the gemspec blocked bundle install on any of those older Ruby rows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb45ba3 commit 17642fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ruby-plsql.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
1010
s.version = "0.8.0"
1111

1212
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13-
s.required_ruby_version = ">= 3.2"
1413
s.require_paths = ["lib".freeze]
1514
s.authors = ["Raimonds Simanovskis".freeze]
1615
s.date = "2018-09-03"

0 commit comments

Comments
 (0)