Skip to content

Commit 9f7cdb2

Browse files
committed
chore: update dependencies
1 parent be5b5e3 commit 9f7cdb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.4
1+
ruby-3.3.5

Diff for: Dockerfile

+1-1
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 and Gemfile
4-
ARG RUBY_VERSION=3.3.4
4+
ARG RUBY_VERSION=3.3.5
55
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim
66

77
# Rails app lives here

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "3.3.4"
3+
ruby "3.3.5"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
66
gem "rails", "~> 7.2", ">= 7.2"

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ DEPENDENCIES
269269
web-console
270270

271271
RUBY VERSION
272-
ruby 3.3.4p94
272+
ruby 3.3.5p100
273273

274274
BUNDLED WITH
275275
2.5.3

0 commit comments

Comments
 (0)