We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709c522 commit 43343f9Copy full SHA for 43343f9
1 file changed
spec/bundler/support/path.rb
@@ -313,12 +313,12 @@ def sinatra_dependency_paths
313
deps = %w[
314
mustermann
315
rack
316
+ rack-protection
317
+ rack-session
318
tilt
319
sinatra
- ruby2_keywords
320
base64
321
logger
- cgi
322
compact_index
323
]
324
path = if ruby_core? && deps.all? {|dep| !Dir[source_root.join(".bundle/gems/#{dep}-*")].empty? }
0 commit comments