summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 12:37:48 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 13:19:04 +0200
commit1db65c45d2552b452087209a59471ae9d8611aa6 (patch)
treec152f01973a29725548c6ddad4003524e92ffbb1
parente8c08b0cee32e7229a3a27c5326b4ec7332211f3 (diff)
downloadbundler-1db65c45d2552b452087209a59471ae9d8611aa6.tar.gz
Remove unnecessary Gemfile line
-rw-r--r--spec/other/major_deprecation_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index 7047235dd3..e67c524206 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -7,7 +7,6 @@ RSpec.describe "major deprecations" do
before do
install_gemfile! <<-G
source "file:#{gem_repo1}"
- ruby #{RUBY_VERSION.dump}
gem "rack"
G
end