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
Bundler.ui.warn"A gemspec development dependency (#{gemspec_dep.name}, #{gemspec_dep.requirement}) is being overridden by a Gemfile dependency (#{gemfile_dep.name}, #{gemfile_dep.requirement}).\n" \
117
114
"This behaviour may change in the future. Please remove either of them, or make sure they both have the same requirement\n"
118
115
end
119
-
120
-
returnifdep.gemspec_dev_dep?
121
116
else
122
117
update_prompt=""
123
118
@@ -135,8 +130,13 @@ def gem(name, *args)
135
130
"You specified: #{current.name} (#{current.requirement}) and #{dep.name} (#{dep.requirement})" \
0 commit comments