diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f27281..849782c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.2 + ruby-version: 3.2.3 bundler-cache: true - name: Install dependencies diff --git a/.ruby-version b/.ruby-version index 9e79f6c4..981a0289 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.2.2 +ruby-3 diff --git a/Dockerfile.dev b/Dockerfile.dev index 02cab4ba..a608464a 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-alpine +FROM ruby:3.2.3-alpine ENV APP_PATH /var/app ENV BUNDLE_VERSION 2.3.3 diff --git a/Gemfile b/Gemfile index eb1e4840..3df51650 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +ruby '3.2.3' gem 'bootsnap', require: false gem 'devise', '4.9.2' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index a1791910..466676ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -297,6 +297,7 @@ PLATFORMS aarch64-linux-musl arm64-darwin-21 arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -324,7 +325,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.3p157 BUNDLED WITH 2.3.3