Skip to content

Commit

Permalink
update ruby, bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 8, 2024
1 parent 0a351e1 commit 1e8d19b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.5
ARG RUBY_VERSION=3.3.6
FROM ruby:$RUBY_VERSION-slim AS base

ARG GIT_SHA
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
web-console (~> 4.2)

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.21
2.5.23

0 comments on commit 1e8d19b

Please sign in to comment.