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 784b8b8 commit afa0d8bCopy full SHA for afa0d8b
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: ruby/setup-ruby@v1
18
with:
19
ruby-version: ${{ matrix.entry.ruby }}
20
- bundler-cache: true
+ bundler-cache: false
21
+ - name: Bundle install
22
+ run: bundle install
23
- run: bundle exec rake test
24
continue-on-error: ${{ matrix.entry.allowed-failure }}
.gitignore
@@ -6,3 +6,4 @@
6
/pkg/
7
/spec/reports/
8
/tmp/
9
+.Gemfile.lock
Gemfile.lock
0 commit comments