Skip to content

Commit 60c1950

Browse files
committed
Added installing the 3.0 and 4.0 gemfiles to the main rake bundle:install task
1 parent 54bec06 commit 60c1950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rakefile

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ namespace :bundle do
3131
sh "bundle install --gemfile #{__current__.join(project)}/Gemfile"
3232
puts
3333
end
34+
puts '-'*80
35+
sh "bundle install --gemfile #{__current__.join('elasticsearch-model/gemfiles')}/3.0.gemfile"
36+
puts '-'*80
37+
sh "bundle install --gemfile #{__current__.join('elasticsearch-model/gemfiles')}/4.0.gemfile"
3438
end
3539

3640
desc "Remove Gemfile.lock in all subprojects"

0 commit comments

Comments
 (0)