Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Ruby 2.7/Bundler 2.x. #31296

Merged
merged 1 commit into from Aug 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
env:
CI: true
NODE: 12.x
RUBY: 2.6.x
RUBY: 2.7.x

jobs:
docs:
Expand All @@ -23,8 +23,11 @@ jobs:
with:
ruby-version: ${{ env.RUBY }}

- name: Disable gem docs
run: 'echo "gem: --no-document" > ~/.gemrc'
- name: Set up Ruby env
run: |
echo "gem: --no-document" > ~/.gemrc # Disable gem docs
bundle config set clean 'true'
bundle config set deployment 'true'

- name: Set up Ruby cache
uses: actions/cache@v2
Expand All @@ -44,9 +47,6 @@ jobs:
${{ runner.OS }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
${{ runner.OS }}-node-v${{ env.NODE }}-

- name: Set up Bundler
run: gem install bundler -v "~> 1.17"

- run: ruby --version
- run: gem --version
- run: bundle --version
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -86,4 +86,4 @@ DEPENDENCIES
wdm (~> 0.1.1)

BUNDLED WITH
1.17.3
2.1.4