Skip to content

Commit

Permalink
Try relative paths to the git gems in the custom Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Jul 15, 2022
1 parent 49b741a commit bb2f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-core/spec/lib/dependency_resolver_spec.rb
Expand Up @@ -185,7 +185,7 @@ module Decidim
<<~GEMFILE
source "https://rubygems.org"
#{gems.map { |gem| %(gem "#{gem}", path: "#{root_path}") }.join("\n")}
#{gems.map { |gem| %(gem "#{gem}", path: "..") }.join("\n")}
GEMFILE
end
let(:lockfile) do
Expand Down

0 comments on commit bb2f675

Please sign in to comment.