Skip to content

Commit

Permalink
Ruby 3.3.5 -> 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince committed Dec 10, 2024
1 parent 47c56b0 commit f3c4f24
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.5
3.3.6
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.5-slim AS base
FROM ruby:3.3.6-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 @@ -542,7 +542,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.20
2.5.22
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 🥋 [Solid Queue](https://github.com/rails/solid_queue) for running ba
### Getting Started

1. Make sure you have Docker
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).
and [Ruby 3.3.6 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 f3c4f24

Please sign in to comment.