Skip to content

Commit

Permalink
[rubygems/rubygems] Add a note about required_rubygems_version in B…
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Nov 13, 2023
1 parent a4d80ee commit c7bf511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/bundler/bundler.gemspec
Expand Up @@ -30,7 +30,9 @@ Gem::Specification.new do |s|
}

s.required_ruby_version = ">= 3.0.0"
s.required_rubygems_version = ">= 3.1.2"

# It should match the RubyGems version shipped with `required_ruby_version` above
s.required_rubygems_version = ">= 3.2.3"

s.files = Dir.glob("lib/bundler{.rb,/**/*}", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }

Expand Down

0 comments on commit c7bf511

Please sign in to comment.