Skip to content

Commit fb928de

Browse files
Merge pull request #221 from cedarcode/nt--bump-ruby
Bump `Ruby` from `3.3.5` to `3.4.2`
2 parents cf0ce72 + 93a2aba commit fb928de

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.5
1+
3.4.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
4-
ARG RUBY_VERSION=3.3.5
4+
ARG RUBY_VERSION=3.4.2
55
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
66

77
# Rails app lives here
@@ -22,7 +22,7 @@ FROM base as build
2222

2323
# Install packages needed to build gems
2424
RUN apt-get update -qq && \
25-
apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
25+
apt-get install --no-install-recommends -y build-essential git libssl-dev libyaml-dev pkg-config
2626

2727
# Install application gems
2828
COPY .ruby-version Gemfile Gemfile.lock ./

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# frozen_string_literal: true
22

33
source 'https://rubygems.org'
4-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5-
6-
ruby File.read(".ruby-version").strip
74

85
gem 'rails', "~> 8.0.1"
96
gem "webauthn", "~> 3.4"

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,5 @@ DEPENDENCIES
357357
web-console (~> 4.2, >= 4.2.1)
358358
webauthn (~> 3.4)
359359

360-
RUBY VERSION
361-
ruby 3.3.5p100
362-
363360
BUNDLED WITH
364361
2.5.20

0 commit comments

Comments
 (0)