summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-20 11:02:15 +0900
committergit <svn-admin@ruby-lang.org>2023-07-25 06:23:25 +0000
commit2424b921b2e773343fa7dd670c40e26873adc22f (patch)
treeb35452689d89008a5a09b84b684fb189fe3e1dd2 /lib/bundler/rubygems_ext.rb
parentcc2617ae3f82b6ae12965d9974680f3d15462745 (diff)
[rubygems/rubygems] make bundled gemst list as constant under Gem namespace
https://github.com/rubygems/rubygems/commit/438eac5447
Diffstat (limited to 'lib/bundler/rubygems_ext.rb')
-rw-r--r--lib/bundler/rubygems_ext.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index b96edd5e2d..c21884ee13 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -29,6 +29,12 @@ unless Gem.ruby_version.to_s == RUBY_VERSION || RUBY_PATCHLEVEL == -1
end
module Gem
+
+ BUNDLED_GEMS = %w[
+ abbrev observer getoptlong resolv-replace rinda
+ nkf syslog drb mutex_m csv base64
+ ]
+
class Specification
include ::Bundler::MatchMetadata
include ::Bundler::MatchPlatform