Skip to content

Commit

Permalink
bump ruby 3.2.2 - all files but .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelfaure committed Aug 28, 2023
1 parent da8668e commit 760e3f4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CI: true
COVERAGE: true
RUBY_VERSION: 3.2.0
RUBY_VERSION: 3.2.2

BACK_HOST: http://localhost:3001
FRONT_HOST: http://localhost:3000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
ruby-version: 3.2.2
bundler-cache: true
- name: Install postgres client
run: sudo apt-get install libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.2.0
FROM ruby:3.2.2
WORKDIR /opt/apps/datapass-backend/current
COPY ./Gemfile Gemfile
COPY ./Gemfile.lock Gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby "3.2.0"
ruby "3.2.2"

gem "carrierwave"
gem "carrierwave-i18n"
Expand Down
2 changes: 1 addition & 1 deletion backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.2p53

BUNDLED WITH
2.4.7
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pour le développement en local, suivez les instructions ci-dessous:

## Dépendances

- ruby 3.2.0
- ruby 3.2.2
- postgresql 12.11

## Installation
Expand Down

0 comments on commit 760e3f4

Please sign in to comment.