Skip to content

Commit

Permalink
Bump library/ruby from 3.3.6-slim to 3.4.1-slim (#1872)
Browse files Browse the repository at this point in the history
* Bump library/ruby from 3.3.6-slim to 3.4.1-slim

Bumps library/ruby from 3.3.6-slim to 3.4.1-slim.

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

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

* Ruby 3.4.1

* Fix Gemfile.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Zubkov <[email protected]>
  • Loading branch information
dependabot[bot] and biow0lf authored Dec 30, 2024
1 parent b6439e0 commit 1cb7087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html

FROM registry.docker.com/library/ruby:3.3.6-slim@sha256:1ca5cb8cb6deba49508f7d2517623e1b293ec71349b229c20944cb26117e6ad7 AS base
FROM registry.docker.com/library/ruby:3.4.1-slim@sha256:e872e03ff02996cc9e3200bfc178c306009e851b72b9919f03d7d406ab44da94 AS base

LABEL maintainer="Igor Zubkov <[email protected]>"

Expand Down
23 changes: 1 addition & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,6 @@ GEM
google-protobuf (4.29.2)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-linux)
bigdecimal
rake (>= 13)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
Expand Down Expand Up @@ -160,7 +145,6 @@ GEM
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0)
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.1)
Expand Down Expand Up @@ -426,11 +410,6 @@ CHECKSUMS
fasterer (0.11.0) sha256=9c38b77583584f3339a729eb077fd8f2856a317abe747528f6563d7c23e9dda8
globalid (1.2.1) sha256=70bf76711871f843dbba72beb8613229a49429d1866828476f9c9d6ccc327ce9
google-protobuf (4.29.2) sha256=95cde89ad8e2d4006725430904a422462f0c2d7ddbdd4092d997441c978052f0
google-protobuf (4.29.2-aarch64-linux) sha256=bca9ad4c89f3b583b022393ac423bb5783f8d1881ad74f05a377b0c0ad0e2522
google-protobuf (4.29.2-arm64-darwin) sha256=66bd1a7fcf2b41701bedc2f68494aed5af83f63978fea202c58b3d16c8ce5a37
google-protobuf (4.29.2-x86-linux) sha256=65b3f14670b245f074133a7a96a9367c305bef37c7fd70183d0a845307df704f
google-protobuf (4.29.2-x86_64-darwin) sha256=b7b5636598fa75ce49bc090fd2bf1cac59feba80011958d1ee99cbe09e08e73c
google-protobuf (4.29.2-x86_64-linux) sha256=5335a35189eadbcedf9fe15f1ca0ad01b1cb421c38492528d7d48715aacba8dc
i18n (1.14.6) sha256=dc229a74f5d181f09942dd60ab5d6e667f7392c4ee826f35096db36d1fe3614c
io-console (0.8.0) sha256=cd6a9facbc69871d69b2cb8b926fc6ea7ef06f06e505e81a64f14a470fddefa2
irb (1.14.3) sha256=c457f1f2f1438ae9ce5c5be3981ae2138dec7fb894c7d73777eeeb0a6c0d0752
Expand Down Expand Up @@ -535,7 +514,7 @@ CHECKSUMS
zeitwerk (2.7.1) sha256=0945986050e4907140895378e74df1fe882a2271ed087cc6c6d6b00d415a2756

RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0

BUNDLED WITH
2.6.2

0 comments on commit 1cb7087

Please sign in to comment.