Skip to content

Commit

Permalink
Update dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Oct 27, 2022
1 parent f250314 commit 1420b35
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 171 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
ruby-version: "3.1"
bundler-cache: true
- name: Run Linter
run: bundle exec ci-helper RubocopLint
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7]
ruby: ["2.7", "3.0"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit_gem:

AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
SuggestExtensions: false

RSpec/EmptyLineAfterHook:
Enabled: false
Expand Down
Loading

0 comments on commit 1420b35

Please sign in to comment.