Skip to content

Commit afa0d8b

Browse files
committed
remove Gemfile.lock
ci on #10 is failing due to darwin deps in the lockfile. fix ci by removing the gemfile and adding `bundle install` to ci steps
1 parent 784b8b8 commit afa0d8b

File tree

3 files changed

+4
-118
lines changed

3 files changed

+4
-118
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.entry.ruby }}
20-
bundler-cache: true
20+
bundler-cache: false
21+
- name: Bundle install
22+
run: bundle install
2123
- run: bundle exec rake test
2224
continue-on-error: ${{ matrix.entry.allowed-failure }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9+
.Gemfile.lock

Gemfile.lock

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)