Skip to content

Commit 976b79d

Browse files
committed
Downgrade rubygems requirement
1 parent b29c5c1 commit 976b79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/cucumber-ci-environment.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.platform = Gem::Platform::RUBY
1212
s.license = 'MIT'
1313
s.required_ruby_version = '>= 2.6'
14-
s.required_rubygems_version = '>= 3.0.8'
14+
s.required_rubygems_version = '>= 3.0.3'
1515

1616
s.metadata = {
1717
'bug_tracker_uri' => 'https://github.com/cucumber/ci-environment/issues',

0 commit comments

Comments
 (0)