Skip to content

Commit

Permalink
Merge pull request #388 from betadots/dependabot/docker/ruby-3.3.2-sl…
Browse files Browse the repository at this point in the history
…im-bookworm

Bump ruby from 3.3.1-slim-bookworm to 3.3.2-slim-bookworm
  • Loading branch information
bastelfreak authored Jun 3, 2024
2 parents 1b4ca50 + 1f49022 commit 8b02775
Show file tree
Hide file tree
Showing 4 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 @@
ruby-3.3.1
ruby-3.3.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.1-slim-bookworm
FROM ruby:3.3.2-slim-bookworm

RUN apt update && apt install -y \
g++ \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.1'
ruby file: '.ruby-version'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.2p78

BUNDLED WITH
2.5.3

0 comments on commit 8b02775

Please sign in to comment.