Bump to Ruby 3.3.1 (#15)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #15
This commit is contained in:
Andrew Tomaka 2024-04-25 21:50:38 -04:00
parent 42a5cd8106
commit adc8fbc42b
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -1 +1 @@
3.3.0 3.3.1

View file

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