Skip to content

Commit

Permalink
Update Ruby from 3.3.6 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorumori committed Jan 8, 2025
1 parent 5dfdade commit ec784fc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.3.5
ARG RUBY_VERSION=3.4.1
FROM ruby:$RUBY_VERSION-slim as base

WORKDIR /app
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

ruby "3.3.6"

gem "sinatra"
gem "rack"
gem "rackup"
Expand Down
40 changes: 19 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,53 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
cairo (1.17.13)
cairo (1.17.14)
native-package-installer (>= 1.0.3)
pkg-config (>= 1.2.2)
red-colors
cairo-gobject (4.2.4)
cairo-gobject (4.2.5)
cairo (>= 1.16.2)
glib2 (= 4.2.4)
glib2 (4.2.4)
glib2 (= 4.2.5)
glib2 (4.2.5)
native-package-installer (>= 1.0.3)
pkg-config (>= 1.3.5)
gobject-introspection (4.2.4)
glib2 (= 4.2.4)
json (2.8.2)
logger (1.6.1)
gobject-introspection (4.2.5)
glib2 (= 4.2.5)
json (2.9.1)
logger (1.6.4)
matrix (0.4.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
native-package-installer (1.1.9)
nio4r (2.7.4)
pango (4.2.4)
cairo-gobject (= 4.2.4)
gobject-introspection (= 4.2.4)
pkg-config (1.5.7)
puma (6.4.3)
pango (4.2.5)
cairo-gobject (= 4.2.5)
gobject-introspection (= 4.2.5)
pkg-config (1.5.8)
puma (6.5.0)
nio4r (~> 2.0)
rack (3.1.8)
rack-protection (4.1.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.2.1)
rack (>= 3)
red-colors (0.4.0)
json
matrix
ruby2_keywords (0.0.5)
sinatra (4.1.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.4.0)
tilt (2.5.0)

PLATFORMS
ruby
Expand All @@ -59,8 +60,5 @@ DEPENDENCIES
rackup
sinatra

RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.23

0 comments on commit ec784fc

Please sign in to comment.