From f6230337180f31af08ccb18fc1349d9e51ebad6a Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Fri, 5 Jan 2024 12:35:40 +0000 Subject: [PATCH] Update Ruby version to 3.3.0 --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- DEVELOPMENT.md | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 6 +----- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e835c39..0ffa281 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.2 + ruby-version: 3.3.0 bundler-cache: true - name: Run tests diff --git a/.ruby-version b/.ruby-version index be94e6f..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7da9955..2b2b9e8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,7 +8,7 @@ First things first, you'll need to fork and clone the repository to your local m The project uses ruby on rails which have a number of system dependencies you'll need to install. -- [ruby 3.2.2](https://www.ruby-lang.org/en/documentation/installation/) +- [ruby 3.3.0](https://www.ruby-lang.org/en/documentation/installation/) - [postgresql 14](https://www.postgresql.org/download/) - [node.js 16+](https://nodejs.org/en/download/) diff --git a/Dockerfile b/Dockerfile index 254efe0..06b5d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-slim-bullseye +FROM ruby:3.3.0-slim-bullseye ENV APP_ROOT /usr/src/app ENV DATABASE_PORT 5432 diff --git a/Gemfile b/Gemfile index b47253f..fadaf26 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.2" +ruby "3.3.0" gem "rails", "~> 7.1.1" gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index c4590c4..25c91d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,10 +134,6 @@ GEM globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.25.1) - google-protobuf (3.25.1-aarch64-linux) - google-protobuf (3.25.1-arm64-darwin) - google-protobuf (3.25.1-x86_64-darwin) - google-protobuf (3.25.1-x86_64-linux) groupdate (6.4.0) activesupport (>= 6.1) hashdiff (1.1.0) @@ -375,7 +371,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2p31 + ruby 3.3.0p31 BUNDLED WITH 2.5.4