We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd820 commit ba91f8fCopy full SHA for ba91f8f
.github/workflows/ci.yml
@@ -25,8 +25,6 @@ jobs:
25
with:
26
ruby-version: ${{ matrix.ruby-version }}
27
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
28
- - name: Update thor
29
- run: gem update thor
30
- name: Lint
31
run: bundle exec rake rubocop
32
- name: Run tests
Gemfile.lock
@@ -54,6 +54,7 @@ GEM
54
unicode-emoji (4.0.4)
55
56
PLATFORMS
57
+ arm64-darwin-22
58
ruby
59
60
DEPENDENCIES
@@ -67,4 +68,4 @@ DEPENDENCIES
67
68
simplecov
69
70
BUNDLED WITH
- 2.2.18
71
+ 2.6.8
0 commit comments