Skip to content

Commit ff65688

Browse files
committed
installing bundler
1 parent e60ef53 commit ff65688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: false
3131
ruby-version: ${{ matrix.ruby }}
3232
- name: Update bundler
33-
run: bundle update --bundler && bundle install
33+
run: gem install bundler && bundle install
3434
- name: Run tests
3535
run: bundle exec rspec
3636
static_type_check:

0 commit comments

Comments
 (0)