Skip to content

Commit

Permalink
chore(deps): update ruby docker tag to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent f0ad5dd commit a10fbae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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-bullseye
FROM ruby:3.3.3-bullseye

RUN apt-get update && apt-get install -y --no-install-recommends python3-pip shellcheck \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion logorama/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

ruby "3.3.1"
ruby "3.3.3"
2 changes: 1 addition & 1 deletion logorama/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.3p89

BUNDLED WITH
2.4.6
2 changes: 1 addition & 1 deletion pdfstar/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "mdl"
gem "rubocop", require: false

ruby "3.3.1"
ruby "3.3.3"
2 changes: 1 addition & 1 deletion pdfstar/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DEPENDENCIES
rubocop

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.3p89

BUNDLED WITH
2.4.6

0 comments on commit a10fbae

Please sign in to comment.