Skip to content

Commit 87cd467

Browse files
Merge pull request #13 from modelcontextprotocol/remove-gemfile-lock
remove `Gemfile.lock`
2 parents e89af18 + afa0d8b commit 87cd467

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)