Skip to content

Commit

Permalink
Update Ruby from 3.1.1 to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbaig committed Jan 29, 2024
1 parent 8e8079d commit 79a7e81
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.3.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ azure-cli 2.37.0
nodejs 18.1.0
postgres 13.5
redis 6.2.6
ruby 3.1.1
ruby 3.3.0
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.1.1-alpine
FROM ruby:3.3.0-alpine

RUN apk -U upgrade && \
apk add --update --no-cache gcc git libc6-compat libc-dev make nodejs \
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.1"
ruby "3.3.0"

gem "audits1984", "~> 0.1.4"
gem "bootsnap", require: false
Expand Down Expand Up @@ -55,6 +55,7 @@ gem "view_component"

group :development, :test do
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "pry-rails"
gem "dotenv-rails"
gem "factory_bot_rails"
end
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ GEM
capybara (>= 2.4, < 4.0)
mail
choice (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
console1984 (0.1.29)
Expand Down Expand Up @@ -281,6 +282,11 @@ GEM
racc
pg (1.5.3)
prettier_print (1.2.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -539,6 +545,7 @@ DEPENDENCIES
pagy
pg (~> 1.5)
prettier_print (~> 1.2.1)
pry-rails
puma (~> 6.4)
rack-attack
rails (~> 7.0.6)
Expand Down Expand Up @@ -566,7 +573,7 @@ DEPENDENCIES
webmock (~> 3.18)

RUBY VERSION
ruby 3.1.1p18
ruby 3.3.0p0

BUNDLED WITH
2.3.8
2.5.5

0 comments on commit 79a7e81

Please sign in to comment.