From ec55727d80f7942ae3f807ee873b44534cc61f27 Mon Sep 17 00:00:00 2001 From: Hoang Mirs Date: Thu, 17 Aug 2023 22:16:08 +0700 Subject: [PATCH] [#102] Update Ruby version to 3.2.2 --- .github/workflows/danger.yml | 2 +- .tool-versions | 2 +- Dockerfile | 2 +- Gemfile | 4 ++-- Gemfile.lock | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 46b11416..59b11416 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.0.6" + ruby-version: "3.2.2" bundler-cache: true - name: Setup Node diff --git a/.tool-versions b/.tool-versions index a56897b0..13a21033 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ nodejs 18.15.0 -ruby 3.0.6 +ruby 3.2.2 yarn 1.22.19 diff --git a/Dockerfile b/Dockerfile index bd5fbe56..3eac18ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0.6-slim +FROM ruby:3.2.2-slim ARG BUILD_ENV=development ARG RUBY_ENV=development diff --git a/Gemfile b/Gemfile index 75200ca2..3cf47973 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.0.6' +ruby '3.2.2' # Backend gem 'rails', '7.0.4.3' # Latest stable @@ -49,7 +49,7 @@ end group :development, :test do gem 'bullet' # help to kill N+1 queries and unused eager loading - gem 'figaro' # Simple Rails app configuration + gem 'figjam' # ENV configuration for ruby using yaml files gem 'pry-rails' # Call 'binding.pry' anywhere in the code to stop execution and get a debugger console gem 'pry-byebug' # Step by step debugging and stack navigation in Pry gem 'listen' # Listens to file modifications diff --git a/Gemfile.lock b/Gemfile.lock index d04d2884..da535945 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM faraday (~> 2.0) ffaker (2.21.0) ffi (1.15.5) - figaro (1.2.0) + figjam (1.6.0) thor (>= 0.14.0, < 2) foreman (0.87.2) git (1.18.0) @@ -472,7 +472,7 @@ DEPENDENCIES fabrication faraday-retry ffaker - figaro + figjam foreman graphql i18n-js @@ -513,7 +513,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.0.6p216 + ruby 3.2.2p53 BUNDLED WITH - 2.2.33 + 2.4.18