mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update ruby version to 3.2.3
This commit is contained in:
parent
fe6a2f41e7
commit
0d2dbed2d0
5 changed files with 6 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.2.2
|
ruby-version: 3.2.3
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
ruby-3.2.2
|
ruby-3
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:3.2.2-alpine
|
FROM ruby:3.2.3-alpine
|
||||||
|
|
||||||
ENV APP_PATH /var/app
|
ENV APP_PATH /var/app
|
||||||
ENV BUNDLE_VERSION 2.3.3
|
ENV BUNDLE_VERSION 2.3.3
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
ruby '3.2.2'
|
ruby '3.2.3'
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
gem 'devise', '4.9.2'
|
gem 'devise', '4.9.2'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|
|
||||||
|
|
@ -297,6 +297,7 @@ PLATFORMS
|
||||||
aarch64-linux-musl
|
aarch64-linux-musl
|
||||||
arm64-darwin-21
|
arm64-darwin-21
|
||||||
arm64-darwin-22
|
arm64-darwin-22
|
||||||
|
arm64-darwin-23
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
|
@ -324,7 +325,7 @@ DEPENDENCIES
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.2.2p53
|
ruby 3.2.3p157
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.3
|
2.3.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue