Skip to content

Commit

Permalink
Bump ruby from 3.2.4-alpine to 3.3.3-alpine (#2846)
Browse files Browse the repository at this point in the history
* Bump ruby from 3.2.4-alpine to 3.3.3-alpine

Bumps ruby from 3.2.4-alpine to 3.3.3-alpine.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Ruby and Bundler

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Lorek <[email protected]>
  • Loading branch information
dependabot[bot] and slorek authored Jun 18, 2024
1 parent a7cef8d commit 21ad58e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform 1.8.4
ruby 3.2.4
ruby 3.3.3
nodejs 16.17.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# base
# ------------------------------------------------------------------------------
FROM ruby:3.2.4-alpine AS base
FROM ruby:3.3.3-alpine AS base

RUN addgroup -S appgroup && adduser -S appuser -G appgroup

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.2.4"
ruby "3.3.3"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0.8"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.4p170
ruby 3.3.3p89

BUNDLED WITH
2.4.4
2.5.13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Architecture decision records can be found in the

## Prerequisites

- Ruby 3.2.4
- Ruby 3.3.3
- PostgreSQL
- [ShellCheck](https://www.shellcheck.net/)
- [Yarn](https://yarnpkg.com/en/docs/install)
Expand Down

0 comments on commit 21ad58e

Please sign in to comment.