1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Upgrade bundler and rubygems on CI

This commit is contained in:
Jean Boussier 2021-05-07 10:30:06 +02:00
parent 70e8498ebc
commit 75b69a4e46

View file

@ -17,6 +17,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Update Rubygems
run: gem update --system
- name: Install bundler
run: gem install bundler -v '2.2.16'
- name: Install dependencies
run: bundle install
- name: Run test