We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2d475 commit 3de10e3Copy full SHA for 3de10e3
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: ruby/setup-ruby@v1
17
with:
18
- bundler-cache: true
+ bundler-cache: false
19
ruby-version: 2.5.0
20
- run: bundle install
21
- run: bundle exec rubocop
Gemfile
@@ -7,6 +7,7 @@ gemspec
7
gem "byebug"
8
gem "minitest"
9
gem "mocha"
10
+gem "openssl"
11
gem "rake"
12
gem "rubocop"
13
gem "rubocop-minitest"
0 commit comments