diff options
-rw-r--r-- | test/rubygems/test_gem_commands_setup_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase io.puts gemspec.to_ruby end - open(File.join(Gem.default_specifications_dir, "bundler-1.15.4.gemspec"), 'w') do |io| gemspec.version = "1.15.4" io.puts gemspec.to_ruby end |