File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22 "ruby" : [" 3.4" ],
33 "rails_version" : [" 8.1.1" ],
44 "bootstrap_version" : [null ],
5+ "bundler_version" : [" 2.7.2" ],
56 "view_component_version" : [" ~> 4.0" ],
67 "api" : [null ],
78 "additional_engine_cart_rails_options" : [" --css=bootstrap" ],
Original file line number Diff line number Diff line change 3636 BOOTSTRAP_VERSION : ${{ matrix.bootstrap_version }}
3737 BLACKLIGHT_API_TEST : ${{ matrix.api }}
3838 ENGINE_CART_RAILS_OPTIONS : " --skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-solid --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
39+ BUNDLER_VERSION : ${{ matrix.bundler_version || '2.7.2' }}
3940 steps :
4041 - uses : actions/checkout@v4
4142 with :
4445 uses : ruby/setup-ruby@v1
4546 with :
4647 ruby-version : ${{ matrix.ruby }}
48+ bundler : ${{ matrix.bundler_version || '2.7.2' }}
4749 - name : Change permissions
4850 run : " chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"
4951 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments