Skip to content

Commit

Permalink
Use bundler-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 14, 2024
1 parent 7d00d43 commit a79941b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.image }}
bundler-cache: true
- name: Run tests
run: |
gem install -g
rake
bundle install
bundle exec rake
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AllCops:
TargetRubyVersion: 2.7
Exclude:
- 'numbers_and_words.gemspec'
- vendor/bundle/**/*

Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.11.13 (Next)

### Features
* Upgrade RuboCop to 1.63.5. \[[#198](https://github.com/kslazarev/numbers_and_words/pull/198)\]
* Your contribution here.

## 0.11.12 (April 22, 2023)
Expand Down

0 comments on commit a79941b

Please sign in to comment.