From 0ba3391c55ce19f3b13ad7b6509823d16de6bf17 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 19 May 2024 11:16:19 +0200 Subject: [PATCH] Ruby 3.3.1 --- .ruby-version | 2 +- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a27998..bea438e9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/.tool-versions b/.tool-versions index 3294aeda..51f617d2 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.0 +ruby 3.3.1 diff --git a/Dockerfile b/Dockerfile index 199bae5e..0de3fbd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.0 +FROM ruby:3.3.1 ENV RAILS_ENV=production diff --git a/Gemfile.lock b/Gemfile.lock index d347c200..db9e2781 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -519,4 +519,4 @@ DEPENDENCIES will_paginate-bootstrap BUNDLED WITH - 2.4.8 + 2.5.10 diff --git a/README.md b/README.md index 14fe3009..7340fb4d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In short, Gandalf is a project that does everything that makes organising and ma If you have NixOS or Nix installed, you can use the `flake.nix` to avoid the hassle of installing the right dependencies. Scroll down for more info. -0. Install the prerequisites: ruby 3.3.0, preferably using [asdf](https://asdf-vm.com/), and some system libraries depending on your OS (e.g. imagemagick) +0. Install the prerequisites: ruby 3.3.1, preferably using [asdf](https://asdf-vm.com/), and some system libraries depending on your OS (e.g. imagemagick) 1. Install the ruby dependencies: `bin/bundle` 2. Start up the database, sidekiq and rails server by running `bin/dev` 3. Set up some database data using `rails db:setup`