WIP: Upgrade to ruby 3.4
This commit is contained in:
parent
3b2f52da9b
commit
0775c06b94
2
.github/workflows/license_finder.yml
vendored
2
.github/workflows/license_finder.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ruby/setup-ruby@v1.202.0
|
||||
with:
|
||||
ruby-version: '3.3.6'
|
||||
ruby-version: '3.4.0'
|
||||
- name: Install project dependencies
|
||||
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
|
||||
- name: Run license finder
|
||||
|
@ -1 +1 @@
|
||||
ruby-3.3.6
|
||||
ruby-3.4.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# syntax = docker/dockerfile:1
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
||||
ARG RUBY_VERSION=3.3.6
|
||||
ARG RUBY_VERSION=3.4.0
|
||||
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
|
||||
|
||||
# Rails app lives here
|
||||
|
@ -1,7 +1,7 @@
|
||||
# syntax = docker/dockerfile:1
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
||||
ARG RUBY_VERSION=3.3.6
|
||||
ARG RUBY_VERSION=3.4.0
|
||||
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
|
||||
|
||||
# Rails app lives here
|
||||
|
Loading…
x
Reference in New Issue
Block a user