Skip to content

Commit bc98a58

Browse files
authored
[795] Revert bundler setup and try matching Ruby version w/ local
1 parent 9ca0658 commit bc98a58

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/on_pull_request.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
- name: Set up Ruby environment
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 3.0
25+
ruby-version: 3.3.1
2626

27-
- name: Install Bundler + Dependencies
28-
run: rm -rf ~/.gems & gem install bundler & bundle install
27+
- name: Install bundler
28+
run: gem install bundler
29+
30+
- name: Install dependencies
31+
run: bundle install
2932

3033
- name: Install SwiftLint
3134
run: brew install swiftlint

0 commit comments

Comments
 (0)