From a21d403f21473b21b5766c2483b4325240e9edda Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 1 Feb 2016 12:43:26 +0000 Subject: * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2. It supports to enable frozen string literal and add `--norc` option for disable to `.gemrc` configuration. See 2.5.2 release notes for other fixes and enhancements. https://github.com/rubygems/rubygems/blob/a8aa3bac723f045c52471c7b9328310a048561e0/History.txt#L3 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/plugin/exception/rubygems_plugin.rb | 2 +- test/rubygems/plugin/load/rubygems_plugin.rb | 2 +- test/rubygems/plugin/standarderror/rubygems_plugin.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/rubygems/plugin') diff --git a/test/rubygems/plugin/exception/rubygems_plugin.rb b/test/rubygems/plugin/exception/rubygems_plugin.rb index 1ab8c553e2..9a6f557b5c 100644 --- a/test/rubygems/plugin/exception/rubygems_plugin.rb +++ b/test/rubygems/plugin/exception/rubygems_plugin.rb @@ -1,3 +1,3 @@ -# frozen_string_literal: false +# frozen_string_literal: true TestGem::TEST_PLUGIN_EXCEPTION = :loaded raise Exception.new('boom') diff --git a/test/rubygems/plugin/load/rubygems_plugin.rb b/test/rubygems/plugin/load/rubygems_plugin.rb index 7336fd2b55..7cc6bef90b 100644 --- a/test/rubygems/plugin/load/rubygems_plugin.rb +++ b/test/rubygems/plugin/load/rubygems_plugin.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true class TestGem TEST_PLUGIN_LOAD = :loaded end diff --git a/test/rubygems/plugin/standarderror/rubygems_plugin.rb b/test/rubygems/plugin/standarderror/rubygems_plugin.rb index a0850bf98e..94cf4e8a52 100644 --- a/test/rubygems/plugin/standarderror/rubygems_plugin.rb +++ b/test/rubygems/plugin/standarderror/rubygems_plugin.rb @@ -1,3 +1,3 @@ -# frozen_string_literal: false +# frozen_string_literal: true TestGem::TEST_PLUGIN_STANDARDERROR = :loaded raise StandardError.new('boom') -- cgit v1.2.3