summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_setup_command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-01-10 13:53:41 +0900
committerHiroshi SHIBATA <[email protected]>2023-01-10 15:53:07 +0900
commita43f1d90c2b3aed232d5f4ef9dfe226401cf5d81 ()
treedcb61dd3ab8434242b81d54e8e16b4c4d86d5b8c /test/rubygems/test_gem_commands_setup_command.rb
parent89fb61f9a3276121da2826b93f131e52d6449859 (diff)
Merge RubyGems and Bundler master
from https://.com/rubygems/rubygems/commit/0635c1423db5d7c461d53bf0c3329bca75de7609
Notes: Merged: https://.com/ruby/ruby/pull/7094
-rw-r--r--test/rubygems/test_gem_commands_setup_command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
if File.exist?(bundler_gemspec)
BUNDLER_VERS = File.read(bundler_gemspec).match(/VERSION = "(#{Gem::Version::VERSION_PATTERN})"/)[1]
else
- BUNDLER_VERS = "2.0.1".freeze
end
def setup