summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-22 11:39:36 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-22 15:43:33 +0100
commitb33c7b7a71f7b355c1072a2eca514052bf22f36f (patch)
tree21070fd0a8eaa53e88b03464c20b1e6f50a22017 /lib/bundler/shared_helpers.rb
parent552d0952828ecd3f1e50b3345f5293096139d8ae (diff)
downloadbundler-b33c7b7a71f7b355c1072a2eca514052bf22f36f.tar.gz
Remove ruby version major deprecation
Since the current master will never run those rubies.
Diffstat (limited to 'lib/bundler/shared_helpers.rb')
-rw-r--r--lib/bundler/shared_helpers.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index ed88caf8cf..db3f123bca 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -164,9 +164,6 @@ module Bundler
"gems.rb and gems.locked will be preferred to Gemfile and Gemfile.lock."
end
- if RUBY_VERSION < "2"
- major_deprecation(2, "Bundler will only support ruby >= 2.0, you are running #{RUBY_VERSION}")
- end
return if Bundler.rubygems.provides?(">= 2")
major_deprecation(2, "Bundler will only support rubygems >= 2.0, you are running #{Bundler.rubygems.version}")
end