Skip to content

Commit 7e6f62a

Browse files
Update Ruby to 3.4.7 (#742)
1 parent bb733a4 commit 7e6f62a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.6
1+
3.4.7

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.6-slim AS base
1+
FROM ruby:3.4.7-slim AS base
22

33
WORKDIR /hackathons
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ DEPENDENCIES
526526
webmock
527527

528528
RUBY VERSION
529-
ruby 3.4.6p54
529+
ruby 3.4.7p58
530530

531531
BUNDLED WITH
532532
2.6.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using 🐘 [PostgreSQL](https://www.postgresql.org) for the database and 💾 [S
2525
### Getting Started
2626

2727
1. Make sure you have Docker
28-
and [Ruby 3.4.5 installed](https://guides.rubyonrails.org/install_ruby_on_rails.html).
28+
and [Ruby 3.4.7 installed](https://guides.rubyonrails.org/install_ruby_on_rails.html).
2929

3030
2. Clone the repo
3131

0 commit comments

Comments
 (0)