Skip to content

Commit 1e2ebf3

Browse files
authored
Update pull_request.yml
1 parent 189020d commit 1e2ebf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
- name: Setup Ruby
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.1
14-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
13+
bundler-cache: true
1514
- name: Build and test with Rake/Rubocop
1615
env:
1716
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)