Skip to content

Commit 0715ecd

Browse files
committed
update bundles
1 parent 1f8bb81 commit 0715ecd

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.7
1+
ruby 4.0.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rails_version = (ENV["RAILS_VERSION"] || "~> 8").to_s
77

88
gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version
99

10-
ruby_version = (ENV["RUBY_VERSION"] || "~> 3.4").to_s
10+
ruby_version = (ENV["RUBY_VERSION"] || "~> 4.0").to_s
1111
ruby ruby_version
1212

1313
group :development, :test do

Gemfile.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,7 @@ GEM
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
148-
herb (0.8.3-aarch64-linux-gnu)
149-
herb (0.8.3-aarch64-linux-musl)
150-
herb (0.8.3-arm-linux-gnu)
151-
herb (0.8.3-arm-linux-musl)
152-
herb (0.8.3-arm64-darwin)
153-
herb (0.8.3-x86_64-darwin)
154-
herb (0.8.3-x86_64-linux-gnu)
155-
herb (0.8.3-x86_64-linux-musl)
148+
herb (0.8.3)
156149
i18n (1.14.8)
157150
concurrent-ruby (~> 1.0)
158151
io-console (0.8.2)
@@ -390,7 +383,7 @@ GEM
390383
concurrent-ruby (~> 1.0)
391384
unicode-display_width (3.2.0)
392385
unicode-emoji (~> 4.1)
393-
unicode-emoji (4.1.0)
386+
unicode-emoji (4.2.0)
394387
uri (1.1.1)
395388
useragent (0.16.11)
396389
warning (1.5.0)
@@ -456,7 +449,7 @@ DEPENDENCIES
456449
yard-activesupport-concern (< 1)
457450

458451
RUBY VERSION
459-
ruby 3.4.7p58
452+
ruby 4.0.0p0
460453

461454
BUNDLED WITH
462455
2.6.2

gemfiles/rails_8.1.gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ GEM
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
148+
herb (0.8.2)
148149
herb (0.8.2-aarch64-linux-gnu)
149150
herb (0.8.2-aarch64-linux-musl)
150151
herb (0.8.2-arm-linux-gnu)
@@ -183,6 +184,7 @@ GEM
183184
matrix (0.4.3)
184185
method_source (1.1.0)
185186
mini_mime (1.1.5)
187+
mini_portile2 (2.8.9)
186188
minitest (5.26.2)
187189
net-imap (0.5.12)
188190
date
@@ -194,6 +196,9 @@ GEM
194196
net-smtp (0.5.1)
195197
net-protocol
196198
nio4r (2.7.5)
199+
nokogiri (1.18.10)
200+
mini_portile2 (~> 2.8.2)
201+
racc (~> 1.4)
197202
nokogiri (1.18.10-aarch64-linux-gnu)
198203
racc (~> 1.4)
199204
nokogiri (1.18.10-aarch64-linux-musl)
@@ -390,7 +395,7 @@ GEM
390395
concurrent-ruby (~> 1.0)
391396
unicode-display_width (3.2.0)
392397
unicode-emoji (~> 4.1)
393-
unicode-emoji (4.1.0)
398+
unicode-emoji (4.2.0)
394399
uri (1.1.1)
395400
useragent (0.16.11)
396401
warning (1.5.0)
@@ -456,7 +461,7 @@ DEPENDENCIES
456461
yard-activesupport-concern (< 1)
457462

458463
RUBY VERSION
459-
ruby 3.4.7p58
464+
ruby 4.0.0p0
460465

461466
BUNDLED WITH
462467
2.6.7

0 commit comments

Comments
 (0)