aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/runtime/load_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-03 20:47:59 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit596588c6978b1bef4a19328a978ff063d05cb6ab (patch)
tree0b7a60bb05dff1fc33f1d93f09d2a86523dbfc58 /spec/bundler/runtime/load_spec.rb
parenta572e78201e1a4f5a44b6e354dc7b91f5f6d9c93 (diff)
downloadruby-596588c6978b1bef4a19328a978ff063d05cb6ab.tar.gz
[rubygems/rubygems] s/ruby!/ruby
https://github.com/rubygems/rubygems/commit/a73fa0760e
Diffstat (limited to 'spec/bundler/runtime/load_spec.rb')
-rw-r--r--spec/bundler/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/load_spec.rb b/spec/bundler/runtime/load_spec.rb
index 5783654c0e..0274ba18b8 100644
--- a/spec/bundler/runtime/load_spec.rb
+++ b/spec/bundler/runtime/load_spec.rb
@@ -81,7 +81,7 @@ RSpec.describe "Bundler.load" do
gem "activesupport", :group => :test
G
- ruby! <<-RUBY
+ ruby <<-RUBY
require "#{lib_dir}/bundler"
Bundler.setup :default
Bundler.require :default