From 267a72be800da0ec47f441d7d8210dc6aec137af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 23 Jul 2019 19:19:31 +0200 Subject: [bundler/bundler] Enable `Style/UnneededInterpolation` cop https://github.com/bundler/bundler/commit/4c6a3c3cf7 --- spec/bundler/install/gemfile/sources_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/bundler/install') diff --git a/spec/bundler/install/gemfile/sources_spec.rb b/spec/bundler/install/gemfile/sources_spec.rb index 7af97958c1..b2861e1c00 100644 --- a/spec/bundler/install/gemfile/sources_spec.rb +++ b/spec/bundler/install/gemfile/sources_spec.rb @@ -550,8 +550,8 @@ RSpec.describe "bundle install with gems on multiple sources" do context "and the gemfile changes" do it "is still able to find that gem from remote sources" do - source_uri = "#{file_uri_for(gem_repo1)}" - second_uri = "#{file_uri_for(gem_repo4)}" + source_uri = file_uri_for(gem_repo1) + second_uri = file_uri_for(gem_repo4) build_repo4 do build_gem "rack", "2.0.1.1.forked" -- cgit v1.2.3