Skip to content
Snippets Groups Projects
Unverified Commit 8d16fb6a authored by tribut's avatar tribut :man_dancing:
Browse files

Update ruby

parent 610f355f
No related branches found
No related tags found
No related merge requests found
ruby 3.2.0 ruby 3.2.6
# 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.2.5 ARG RUBY_VERSION=3.2.6
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
......
source "https://rubygems.org" source "https://rubygems.org"
ruby "3.2.5" ruby "3.2.6"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.2" gem "rails", "~> 7.1.2"
......
...@@ -361,7 +361,7 @@ DEPENDENCIES ...@@ -361,7 +361,7 @@ DEPENDENCIES
web-console web-console
RUBY VERSION RUBY VERSION
ruby 3.2.5p208 ruby 3.2.6p234
BUNDLED WITH BUNDLED WITH
2.4.1 2.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment