Skip to content

Commit 189b33a

Browse files
committed
Added removing the 3.0 and 4.0 Gemfiles to the main rake bundle:clean Rake tasks
1 parent 60c1950 commit 189b33a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ namespace :bundle do
4343
subprojects.each do |project|
4444
sh "rm -f #{__current__.join(project)}/Gemfile.lock"
4545
end
46+
sh "rm -f #{__current__.join('elasticsearch-model/gemfiles')}/3.0.gemfile.lock"
47+
sh "rm -f #{__current__.join('elasticsearch-model/gemfiles')}/4.0.gemfile.lock"
4648
end
4749
end
4850

0 commit comments

Comments
 (0)