diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 841add15538..211684c0646 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - name: install ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '3.2.4' bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: init db run: | @@ -94,7 +94,7 @@ jobs: - name: install ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '3.2.4' bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: install node.js uses: actions/setup-node@v2 diff --git a/.ruby-version b/.ruby-version index be94e6f53db..351227fca34 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.4 diff --git a/DEVSETUP.md b/DEVSETUP.md index 8faf30d5f62..045ec0656ce 100644 --- a/DEVSETUP.md +++ b/DEVSETUP.md @@ -53,10 +53,10 @@ When a new version of ruby is released, you can update ruby-build with cd "$(rbenv root)"/plugins/ruby-build && git pull ``` -At the time of writing 3.2.2 is the version of ruby that Loomio uses. To check what the current version required is, see [.ruby-version](https://github.com/loomio/loomio/blob/master/.ruby-version) +At the time of writing 3.2.4 is the version of ruby that Loomio uses. To check what the current version required is, see [.ruby-version](https://github.com/loomio/loomio/blob/master/.ruby-version) ``` -rbenv install 3.2.2 +rbenv install 3.2.4 gem install bundler ``` diff --git a/Dockerfile b/Dockerfile index 732654de1c4..3e07b06e49e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-slim as base +FROM ruby:3.2.4-slim as base ENV MALLOC_ARENA_MAX=2 ENV RAILS_LOG_TO_STDOUT=1 diff --git a/Gemfile b/Gemfile index efc38e5450a..bd256dc821a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -ruby '3.2.2' +ruby '3.2.4' gem 'rails', '7.0.8.1' gem 'rack', '2.2.9' gem 'uri', '0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1ef278ea9c4..b11a9387649 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -691,7 +691,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.4p170 BUNDLED WITH 2.4.12