We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19315 commit 039d859Copy full SHA for 039d859
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
ruby-version: ${{ matrix.ruby }}
23
- name: Install bundler
24
- run: gem install bundler -v 4.0.7
+ run: gem install bundler
25
- name: Install dependencies
26
run: bundle install
27
- run: bundle exec rspec
0 commit comments