* Bump ruby * Bump workflow too
@ -38,7 +38,7 @@ jobs:
--health-retries 5
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.1.0
GEMFILE_RUBY_VERSION: 3.1.1
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -37,7 +37,7 @@ jobs:
@ -1 +1 @@
3.1.0
3.1.1
@ -1,5 +1,5 @@
# Build compilation image
FROM ruby:3.1.0-alpine as builder
FROM ruby:3.1.1-alpine as builder
# The application runs from /app
WORKDIR /app
@ -45,7 +45,7 @@ RUN rm -rf node_modules log tmp && \
find /usr/local/bundle/gems -name "*.html" -delete
# Build runtime image
FROM ruby:3.1.0-alpine as production
FROM ruby:3.1.1-alpine as production
FROM ruby:3.1.0-alpine
FROM ruby:3.1.1-alpine
@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.0"
ruby "3.1.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.2"
@ -516,7 +516,7 @@ DEPENDENCIES
webpacker (~> 5.0)
RUBY VERSION
ruby 3.1.0p0
ruby 3.1.1p18
BUNDLED WITH
2.3.7