Bump to Ruby 3.3.1 #15
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -11,7 +11,7 @@ steps:
|
||||||
- bin/bundle install --jobs=3 --retry=3
|
- bin/bundle install --jobs=3 --retry=3
|
||||||
|
|
||||||
- name: autoload
|
- name: autoload
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -21,7 +21,7 @@ steps:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: ruby:3.2.0
|
image: ruby:3.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.3.0
|
3.3.1
|
||||||
|
|
|
@ -303,4 +303,4 @@ DEPENDENCIES
|
||||||
webdrivers
|
webdrivers
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.7
|
2.5.9
|
||||||
|
|
Loading…
Reference in a new issue