diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-09-20 13:12:43 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-09-20 15:57:39 +0000 |
| commit | 42a6916a3c120afcce76910059e09408ace3c24b (patch) | |
| tree | b14c177c13069874636430bec7e80ed63e0771dc /spec | |
| parent | f515a1ab4b04ae79e02194e1f25a400b9f3f8f66 (diff) | |
[rubygems/rubygems] Fix RubyGems warnings about minimum required Ruby
https://github.com/rubygems/rubygems/commit/8f262f3a47
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/bundler/support/builders.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index a0b94004f2..b493ab8d60 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -456,6 +456,7 @@ module Spec s.email = "foo@bar.baz" s.homepage = "http://example.com" s.license = "MIT" + s.required_ruby_version = ">= 3.0" end @files = {} end |
