You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
let(:warnings){last_command.bundler_err}# change to err in 2.0
5
5
let(:warnings_without_version_messages){warnings.gsub(/#{Spec::Matchers::MAJOR_DEPRECATION}Bundler will only support ruby(gems)? >= .*/,"")}
6
6
@@ -198,17 +198,6 @@
198
198
end
199
199
200
200
context"with github gems"do
201
-
it"warns about the https change"do
202
-
msg=<<-EOS
203
-
The :github git source is deprecated, and will be removed in Bundler 3.0. Change any "reponame" :github sources to "username/reponame". Add this code to the top of your Gemfile to ensure it continues to work:
0 commit comments