File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ruby 3.4.7
1+ ruby 4.0.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rails_version = (ENV["RAILS_VERSION"] || "~> 8").to_s
77
88gem "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
1111ruby ruby_version
1212
1313group :development , :test do
Original file line number Diff line number Diff line change 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 )
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
458451RUBY VERSION
459- ruby 3.4.7p58
452+ ruby 4.0.0p0
460453
461454BUNDLED WITH
462455 2.6.2
Original file line number Diff line number Diff line change 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)
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
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)
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
458463RUBY VERSION
459- ruby 3.4.7p58
464+ ruby 4.0.0p0
460465
461466BUNDLED WITH
462467 2.6.7
You can’t perform that action at this time.
0 commit comments