mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Update to Ruby 4.0.2 and update gems
This commit is contained in:
parent
9fc3a242d7
commit
74f7a0b54a
3 changed files with 32 additions and 26 deletions
|
|
@ -1 +1 @@
|
||||||
4.0.1
|
4.0.2
|
||||||
|
|
|
||||||
1
Gemfile
1
Gemfile
|
|
@ -1,4 +1,5 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
gem "phlex", "~> 2.3"
|
gem "phlex", "~> 2.3"
|
||||||
gem "kramdown", "~> 2.5"
|
gem "kramdown", "~> 2.5"
|
||||||
|
|
|
||||||
55
Gemfile.lock
55
Gemfile.lock
|
|
@ -5,14 +5,15 @@ GEM
|
||||||
bake (0.24.1)
|
bake (0.24.1)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
samovar (~> 2.1)
|
samovar (~> 2.1)
|
||||||
bigdecimal (4.0.1)
|
bigdecimal (4.1.1)
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.3.6)
|
concurrent-ruby (1.3.6)
|
||||||
console (1.34.2)
|
console (1.34.3)
|
||||||
fiber-annotation
|
fiber-annotation
|
||||||
fiber-local (~> 1.1)
|
fiber-local (~> 1.1)
|
||||||
json
|
json
|
||||||
|
drb (2.2.3)
|
||||||
dry-core (1.2.0)
|
dry-core (1.2.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
logger
|
logger
|
||||||
|
|
@ -23,7 +24,7 @@ GEM
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (~> 1.1)
|
dry-core (~> 1.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
dry-struct (1.8.0)
|
dry-struct (1.8.1)
|
||||||
dry-core (~> 1.1)
|
dry-core (~> 1.1)
|
||||||
dry-types (~> 1.8, >= 1.8.2)
|
dry-types (~> 1.8, >= 1.8.2)
|
||||||
ice_nine (~> 0.11)
|
ice_nine (~> 0.11)
|
||||||
|
|
@ -35,16 +36,16 @@ GEM
|
||||||
dry-inflector (~> 1.0)
|
dry-inflector (~> 1.0)
|
||||||
dry-logic (~> 1.4)
|
dry-logic (~> 1.4)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
ffi (1.17.3-aarch64-linux-gnu)
|
ffi (1.17.4-aarch64-linux-gnu)
|
||||||
ffi (1.17.3-aarch64-linux-musl)
|
ffi (1.17.4-aarch64-linux-musl)
|
||||||
ffi (1.17.3-arm-linux-gnu)
|
ffi (1.17.4-arm-linux-gnu)
|
||||||
ffi (1.17.3-arm-linux-musl)
|
ffi (1.17.4-arm-linux-musl)
|
||||||
ffi (1.17.3-arm64-darwin)
|
ffi (1.17.4-arm64-darwin)
|
||||||
ffi (1.17.3-x86-linux-gnu)
|
ffi (1.17.4-x86-linux-gnu)
|
||||||
ffi (1.17.3-x86-linux-musl)
|
ffi (1.17.4-x86-linux-musl)
|
||||||
ffi (1.17.3-x86_64-darwin)
|
ffi (1.17.4-x86_64-darwin)
|
||||||
ffi (1.17.3-x86_64-linux-gnu)
|
ffi (1.17.4-x86_64-linux-gnu)
|
||||||
ffi (1.17.3-x86_64-linux-musl)
|
ffi (1.17.4-x86_64-linux-musl)
|
||||||
fiber-annotation (0.2.0)
|
fiber-annotation (0.2.0)
|
||||||
fiber-local (1.1.0)
|
fiber-local (1.1.0)
|
||||||
fiber-storage
|
fiber-storage
|
||||||
|
|
@ -63,7 +64,7 @@ GEM
|
||||||
thor (>= 0.18.1)
|
thor (>= 0.18.1)
|
||||||
ice_nine (0.11.2)
|
ice_nine (0.11.2)
|
||||||
io-console (0.8.2)
|
io-console (0.8.2)
|
||||||
json (2.19.2)
|
json (2.19.3)
|
||||||
kramdown (2.5.2)
|
kramdown (2.5.2)
|
||||||
rexml (>= 3.4.4)
|
rexml (>= 3.4.4)
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
|
@ -78,14 +79,15 @@ GEM
|
||||||
lumberjack (1.4.2)
|
lumberjack (1.4.2)
|
||||||
mapping (1.1.3)
|
mapping (1.1.3)
|
||||||
method_source (1.1.0)
|
method_source (1.1.0)
|
||||||
minitest (6.0.1)
|
minitest (6.0.3)
|
||||||
|
drb (~> 2.0)
|
||||||
prism (~> 1.5)
|
prism (~> 1.5)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
notiffany (0.1.3)
|
notiffany (0.1.3)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
parallel (1.27.0)
|
parallel (1.28.0)
|
||||||
parser (3.3.10.1)
|
parser (3.3.11.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
phlex (2.4.1)
|
phlex (2.4.1)
|
||||||
|
|
@ -104,12 +106,12 @@ GEM
|
||||||
refract (1.1.0)
|
refract (1.1.0)
|
||||||
prism
|
prism
|
||||||
zeitwerk
|
zeitwerk
|
||||||
regexp_parser (2.11.3)
|
regexp_parser (2.12.0)
|
||||||
reline (0.6.3)
|
reline (0.6.3)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rexml (3.4.4)
|
rexml (3.4.4)
|
||||||
rouge (4.7.0)
|
rouge (4.7.0)
|
||||||
rubocop (1.82.1)
|
rubocop (1.84.2)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.1.0)
|
lint_roller (~> 1.1.0)
|
||||||
|
|
@ -117,10 +119,10 @@ GEM
|
||||||
parser (>= 3.3.0.2)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 2.9.3, < 3.0)
|
regexp_parser (>= 2.9.3, < 3.0)
|
||||||
rubocop-ast (>= 1.48.0, < 2.0)
|
rubocop-ast (>= 1.49.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 4.0)
|
unicode-display_width (>= 2.4.0, < 4.0)
|
||||||
rubocop-ast (1.49.0)
|
rubocop-ast (1.49.1)
|
||||||
parser (>= 3.3.7.2)
|
parser (>= 3.3.7.2)
|
||||||
prism (~> 1.7)
|
prism (~> 1.7)
|
||||||
rubocop-performance (1.26.1)
|
rubocop-performance (1.26.1)
|
||||||
|
|
@ -132,10 +134,10 @@ GEM
|
||||||
console (~> 1.0)
|
console (~> 1.0)
|
||||||
mapping (~> 1.0)
|
mapping (~> 1.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
standard (1.53.0)
|
standard (1.54.0)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.0)
|
lint_roller (~> 1.0)
|
||||||
rubocop (~> 1.82.0)
|
rubocop (~> 1.84.0)
|
||||||
standard-custom (~> 1.0.0)
|
standard-custom (~> 1.0.0)
|
||||||
standard-performance (~> 1.8)
|
standard-performance (~> 1.8)
|
||||||
standard-custom (1.0.2)
|
standard-custom (1.0.2)
|
||||||
|
|
@ -148,7 +150,7 @@ GEM
|
||||||
unicode-display_width (3.2.0)
|
unicode-display_width (3.2.0)
|
||||||
unicode-emoji (~> 4.1)
|
unicode-emoji (~> 4.1)
|
||||||
unicode-emoji (4.2.0)
|
unicode-emoji (4.2.0)
|
||||||
zeitwerk (2.7.4)
|
zeitwerk (2.7.5)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
|
|
@ -174,5 +176,8 @@ DEPENDENCIES
|
||||||
rouge (~> 4.6)
|
rouge (~> 4.6)
|
||||||
standard (~> 1.43)
|
standard (~> 1.43)
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 4.0.2
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
4.0.6
|
4.0.10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue