summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-12 11:37:42 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-12 11:37:42 +0100
commit22db310f67c717a972cd5437cf6dcfc4bfc76b26 (patch)
tree7d442bf959a374f765c57c5dcb2f60da0e4721d6 /lib
parent33c55e748b3ecea5ab8ee86b826a4d58de743996 (diff)
downloadbundler-22db310f67c717a972cd5437cf6dcfc4bfc76b26.tar.gz
Don't commit to a deprecation horizon
Bundler 3.0 was incorrect according to the new plan of migrating to https sources first, and then removing custom sources.
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/dsl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/dsl.rb b/lib/bundler/dsl.rb
index 977a50d5c0..d16a50cb7e 100644
--- a/lib/bundler/dsl.rb
+++ b/lib/bundler/dsl.rb
@@ -480,7 +480,7 @@ repo_name ||= user_name
end
Bundler::SharedHelpers.major_deprecation 3, <<-EOS
-The :#{name} git source is deprecated, and will be removed in Bundler 3.0.#{additional_message} Add this code to the top of your Gemfile to ensure it continues to work:
+The :#{name} git source is deprecated, and will be removed in the future.#{additional_message} Add this code to the top of your Gemfile to ensure it continues to work:
git_source(:#{name}) #{replacement}