Skip to content

Commit

Permalink
Ruby 3.3.2 -> 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince committed Sep 26, 2024
1 parent 6d2cd2d commit 87228ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.3.5
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.2-slim AS base
FROM ruby:3.3.5-slim AS base

WORKDIR /hackathons

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.2p78
ruby 3.3.5p100

BUNDLED WITH
2.5.3
2.5.20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and uses 🥋 [Sidekiq](https://sidekiq.org/)/[Redis](https://redis.io/) for run
### Getting Started

1. Make sure you have Docker
and [Ruby 3.3.2 installed](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-22-04#step-1-install-rbenv-and-dependencies).
and [Ruby 3.3.5 installed](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-22-04#step-1-install-rbenv-and-dependencies).

2. Clone the repo

Expand Down

0 comments on commit 87228ee

Please sign in to comment.