Skip to content

Commit

Permalink
Bump bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jun 4, 2021
1 parent 101ed39 commit 7e314f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler: 2.2.16
bundler: 2.2.19
bundler-cache: true
- run: bin/bundle --jobs=$(nproc) --retry=$(nproc)
- run: bin/rubocop -P
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler: 2.2.16
bundler: 2.2.19
bundler-cache: true
- run: bin/bundle --jobs=$(nproc) --retry=$(nproc)
- run: bin/reek .
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler: 2.2.16
bundler: 2.2.19
bundler-cache: true

- name: Install Code Climate reporter
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 2.2.16
bundler: 2.2.19
bundler-cache: true
- run: bin/appraisal install --jobs=$(nproc) --retry=$(nproc)
- run: bin/appraisal rspec --require spec_helper --tag ~perf

0 comments on commit 7e314f8

Please sign in to comment.