Skip to content

Commit

Permalink
Merge pull request #899 from isucon/update-ruby-version-to-3.4
Browse files Browse the repository at this point in the history
Update Ruby version to 3.4, add bigdecimal gem in Gemfile and lockfile.
  • Loading branch information
catatsuy authored Dec 28, 2024
2 parents 7631f61 + 701ca79 commit 691ba9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1

FROM ruby:3.3-slim
FROM ruby:3.4-slim

RUN \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down
1 change: 1 addition & 0 deletions webapp/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem 'puma'
gem 'sinatra'
gem 'mysql2'
gem 'mysql2-cs-bind'
gem 'bigdecimal'
gem 'bcrypt'
gem 'rackup'

Expand Down
2 changes: 2 additions & 0 deletions webapp/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.9)
logger (1.6.1)
multi_json (1.15.0)
mustermann (3.0.3)
Expand Down Expand Up @@ -43,6 +44,7 @@ PLATFORMS

DEPENDENCIES
bcrypt
bigdecimal
mysql2
mysql2-cs-bind
puma
Expand Down

0 comments on commit 691ba9e

Please sign in to comment.