mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 14:19:39 +02:00
Bump to Ruby 3.4.1 (#1721)
This commit is contained in:
parent
8256d116dd
commit
d428a1f954
4 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG RUBY_VERSION=3.3.5
|
ARG RUBY_VERSION=3.4.1
|
||||||
FROM ruby:${RUBY_VERSION}-slim-bullseye
|
FROM ruby:${RUBY_VERSION}-slim-bullseye
|
||||||
|
|
||||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.3.5
|
3.4.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# syntax = docker/dockerfile:1
|
# syntax = docker/dockerfile:1
|
||||||
|
|
||||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
|
||||||
ARG RUBY_VERSION=3.3.5
|
ARG RUBY_VERSION=3.4.1
|
||||||
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
|
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
|
||||||
|
|
||||||
# Rails app lives here
|
# Rails app lives here
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -451,8 +451,8 @@ GEM
|
||||||
tailwindcss-ruby (3.4.17-arm64-darwin)
|
tailwindcss-ruby (3.4.17-arm64-darwin)
|
||||||
tailwindcss-ruby (3.4.17-x86_64-darwin)
|
tailwindcss-ruby (3.4.17-x86_64-darwin)
|
||||||
tailwindcss-ruby (3.4.17-x86_64-linux)
|
tailwindcss-ruby (3.4.17-x86_64-linux)
|
||||||
terminal-table (3.0.2)
|
terminal-table (4.0.0)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 4)
|
||||||
thor (1.3.2)
|
thor (1.3.2)
|
||||||
timeout (0.4.3)
|
timeout (0.4.3)
|
||||||
turbo-rails (2.0.11)
|
turbo-rails (2.0.11)
|
||||||
|
@ -460,7 +460,9 @@ GEM
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.6.0)
|
unicode-display_width (3.1.4)
|
||||||
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||||
|
unicode-emoji (4.0.4)
|
||||||
uri (1.0.2)
|
uri (1.0.2)
|
||||||
useragent (0.16.11)
|
useragent (0.16.11)
|
||||||
vcr (6.3.1)
|
vcr (6.3.1)
|
||||||
|
@ -549,7 +551,7 @@ DEPENDENCIES
|
||||||
webmock
|
webmock
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.3.5p100
|
ruby 3.4.1p0
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.3
|
2.6.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue