Skip to content

Commit 43343f9

Browse files
committed
Adjust Sinatra dependency paths
1 parent 709c522 commit 43343f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/bundler/support/path.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ def sinatra_dependency_paths
313313
deps = %w[
314314
mustermann
315315
rack
316+
rack-protection
317+
rack-session
316318
tilt
317319
sinatra
318-
ruby2_keywords
319320
base64
320321
logger
321-
cgi
322322
compact_index
323323
]
324324
path = if ruby_core? && deps.all? {|dep| !Dir[source_root.join(".bundle/gems/#{dep}-*")].empty? }

0 commit comments

Comments
 (0)