Skip to content

Commit dd84a52

Browse files
committed
bump ruby version to 3.1.3
1 parent 5e4680e commit dd84a52

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build and test with RSpec
1717
run: |
1818
gem install bundler
19-
bundle install --jobs=4 --retry=3 --path vendor/bundle
19+
bundle install --jobs=4 --retry=3
2020
bin/rspec
2121
- name: Upload test results to BuildPulse for flaky test detection
2222
if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.bundle
22
/spec/reports
3+
/vendor

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
3.1.3

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.7.4'
3+
ruby '3.1.3'
44

55
gem 'rspec'
66
gem 'rspec_junit_formatter'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DEPENDENCIES
2626
rspec_junit_formatter
2727

2828
RUBY VERSION
29-
ruby 2.7.4p191
29+
ruby 3.1.3p185
3030

3131
BUNDLED WITH
3232
2.1.4

0 commit comments

Comments
 (0)