mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Install bundler instead of trying to upgrade Ruby
Ruby 2.7 is not available yet.
This commit is contained in:
parent
ea287ad835
commit
d2e21d07a4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/rubocop.yml
vendored
5
.github/workflows/rubocop.yml
vendored
|
@ -11,11 +11,14 @@ jobs:
|
|||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7.x
|
||||
ruby-version: 2.6.x
|
||||
- name: Install required package
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
|
||||
- name: Install bundler
|
||||
run: |
|
||||
gem install bundler:2.1.2
|
||||
- name: Cache gems
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue