Skip to content

Commit ba91f8f

Browse files
committed
Fix
1 parent 58bd820 commit ba91f8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
28-
- name: Update thor
29-
run: gem update thor
3028
- name: Lint
3129
run: bundle exec rake rubocop
3230
- name: Run tests

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ GEM
5454
unicode-emoji (4.0.4)
5555

5656
PLATFORMS
57+
arm64-darwin-22
5758
ruby
5859

5960
DEPENDENCIES
@@ -67,4 +68,4 @@ DEPENDENCIES
6768
simplecov
6869

6970
BUNDLED WITH
70-
2.2.18
71+
2.6.8

0 commit comments

Comments
 (0)