summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-09-20 13:12:43 +0200
committergit <svn-admin@ruby-lang.org>2024-09-20 15:57:39 +0000
commit42a6916a3c120afcce76910059e09408ace3c24b (patch)
treeb14c177c13069874636430bec7e80ed63e0771dc /spec
parentf515a1ab4b04ae79e02194e1f25a400b9f3f8f66 (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.rb1
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