Skip to content

Commit

Permalink
Upgrade Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
slorek authored and kenfodder committed Mar 23, 2023
1 parent a961121 commit bad28b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.2.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform 1.2.4
ruby 3.0.4
ruby 3.2.0
nodejs 16.17.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# base
# ------------------------------------------------------------------------------
FROM ruby:3.0.4-alpine AS base
FROM ruby:3.2.0-alpine AS base

RUN addgroup -S appgroup && adduser -S appuser -G appgroup

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.0.4"
ruby "3.2.0"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "7.0.4"
Expand Down
11 changes: 2 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ GEM
daemons (1.4.1)
date (3.3.3)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
declarative (0.0.20)
delayed_cron_job (0.9.0)
fugit (>= 1.5)
Expand Down Expand Up @@ -231,9 +229,6 @@ GEM
httpclient (2.8.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -375,8 +370,6 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.2)
reline (0.3.2)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand Down Expand Up @@ -579,7 +572,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.4p208
ruby 3.2.0p0

BUNDLED WITH
2.3.23
2.4.4

0 comments on commit bad28b6

Please sign in to comment.