Skip to content

Commit

Permalink
[#102] Update Ruby version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Aug 17, 2023
1 parent 78c4155 commit bbf52ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.15.0
ruby 3.0.6
ruby 3.2.2
yarn 1.22.19
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.6-slim
FROM ruby:3.2.2-slim

ARG BUILD_ENV=development
ARG RUBY_ENV=development
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -472,7 +472,7 @@ DEPENDENCIES
fabrication
faraday-retry
ffaker
figaro
figjam
foreman
graphql
i18n-js
Expand Down Expand Up @@ -513,7 +513,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.6p216
ruby 3.2.2p53

BUNDLED WITH
2.2.33
2.4.18

0 comments on commit bbf52ae

Please sign in to comment.