Bump to Ruby 3.3.1 #15

Merged
atomaka merged 2 commits from 3.3.1 into main 2024-04-25 21:50:41 -04:00
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ kind: pipeline
steps:
- name: install
image: ruby:3.2.0
image: ruby:3.3.1
volumes:
- name: bundle
path: /usr/local/bundle
@ -11,7 +11,7 @@ steps:
- bin/bundle install --jobs=3 --retry=3
- name: autoload
image: ruby:3.2.0
image: ruby:3.3.1
volumes:
- name: bundle
path: /usr/local/bundle
@ -21,7 +21,7 @@ steps:
- install
- name: lint
image: ruby:3.2.0
image: ruby:3.3.1
volumes:
- name: bundle
path: /usr/local/bundle
@ -31,7 +31,7 @@ steps:
- install
- name: test
image: ruby:3.2.0
image: ruby:3.3.1
volumes:
- name: bundle
path: /usr/local/bundle

View file

@ -1 +1 @@
3.3.0
3.3.1

View file

@ -303,4 +303,4 @@ DEPENDENCIES
webdrivers
BUNDLED WITH
2.4.7
2.5.9