mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
updates for ruby 3.4.1
This commit is contained in:
parent
2cb5fb2399
commit
2dd1f55119
2 changed files with 43 additions and 7 deletions
1
Gemfile
1
Gemfile
|
@ -63,6 +63,7 @@ gem 'minfraud'
|
||||||
gem 'image_optimizer' # apt install optipng jpegoptim pngquant
|
gem 'image_optimizer' # apt install optipng jpegoptim pngquant
|
||||||
gem 'rubyzip', require: 'zip'
|
gem 'rubyzip', require: 'zip'
|
||||||
gem 'airbrake'
|
gem 'airbrake'
|
||||||
|
gem 'csv'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|
49
Gemfile.lock
49
Gemfile.lock
|
@ -69,6 +69,7 @@ GEM
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
|
csv (3.3.2)
|
||||||
dante (0.2.0)
|
dante (0.2.0)
|
||||||
date (3.4.1)
|
date (3.4.1)
|
||||||
dnsbl-client (1.1.1)
|
dnsbl-client (1.1.1)
|
||||||
|
@ -78,9 +79,9 @@ GEM
|
||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
exifr (1.4.1)
|
exifr (1.4.1)
|
||||||
fabrication (2.31.0)
|
fabrication (2.31.0)
|
||||||
facter (4.6.1)
|
facter (4.10.0)
|
||||||
hocon (~> 1.3)
|
hocon (~> 1.3)
|
||||||
thor (>= 1.0.1, < 2.0)
|
thor (>= 1.0.1, < 1.3)
|
||||||
faker (3.5.1)
|
faker (3.5.1)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
faraday (1.10.4)
|
faraday (1.10.4)
|
||||||
|
@ -113,7 +114,14 @@ GEM
|
||||||
faraday_middleware (>= 0.9)
|
faraday_middleware (>= 0.9)
|
||||||
loofah (>= 2.0)
|
loofah (>= 2.0)
|
||||||
sax-machine (>= 1.0)
|
sax-machine (>= 1.0)
|
||||||
|
ffi (1.17.1-aarch64-linux-gnu)
|
||||||
|
ffi (1.17.1-aarch64-linux-musl)
|
||||||
|
ffi (1.17.1-arm-linux-gnu)
|
||||||
|
ffi (1.17.1-arm-linux-musl)
|
||||||
|
ffi (1.17.1-arm64-darwin)
|
||||||
|
ffi (1.17.1-x86_64-darwin)
|
||||||
ffi (1.17.1-x86_64-linux-gnu)
|
ffi (1.17.1-x86_64-linux-gnu)
|
||||||
|
ffi (1.17.1-x86_64-linux-musl)
|
||||||
ffi-compiler (1.3.2)
|
ffi-compiler (1.3.2)
|
||||||
ffi (>= 1.15.5)
|
ffi (>= 1.15.5)
|
||||||
rake
|
rake
|
||||||
|
@ -148,6 +156,12 @@ GEM
|
||||||
image_size (>= 1.5, < 4)
|
image_size (>= 1.5, < 4)
|
||||||
in_threads (~> 1.3)
|
in_threads (~> 1.3)
|
||||||
progress (~> 3.0, >= 3.0.1)
|
progress (~> 3.0, >= 3.0.1)
|
||||||
|
image_optim_pack (0.11.2)
|
||||||
|
fspath (>= 2.1, < 4)
|
||||||
|
image_optim (~> 0.19)
|
||||||
|
image_optim_pack (0.11.2-x86_64-darwin)
|
||||||
|
fspath (>= 2.1, < 4)
|
||||||
|
image_optim (~> 0.19)
|
||||||
image_optim_pack (0.11.2-x86_64-linux)
|
image_optim_pack (0.11.2-x86_64-linux)
|
||||||
fspath (>= 2.1, < 4)
|
fspath (>= 2.1, < 4)
|
||||||
image_optim (~> 0.19)
|
image_optim (~> 0.19)
|
||||||
|
@ -221,11 +235,24 @@ GEM
|
||||||
net-protocol (0.2.2)
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
nio4r (2.7.4)
|
nio4r (2.7.4)
|
||||||
|
nokogiri (1.18.2-aarch64-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-aarch64-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-arm-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-arm-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-x86_64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.18.2-x86_64-linux-gnu)
|
nokogiri (1.18.2-x86_64-linux-gnu)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.2-x86_64-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
ostruct (0.6.1)
|
ostruct (0.6.1)
|
||||||
ox (2.14.21)
|
ox (2.14.21)
|
||||||
bigdecimal (>= 3.0)
|
bigdecimal (>= 3.0)
|
||||||
|
@ -294,7 +321,7 @@ GEM
|
||||||
rexml (~> 3.2, >= 3.2.5)
|
rexml (~> 3.2, >= 3.2.5)
|
||||||
rubyzip (>= 1.2.2, < 3.0)
|
rubyzip (>= 1.2.2, < 3.0)
|
||||||
websocket (~> 1.0)
|
websocket (~> 1.0)
|
||||||
sequel (5.88.0)
|
sequel (5.89.0)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
sequel_pg (1.17.1)
|
sequel_pg (1.17.1)
|
||||||
pg (>= 0.18.0, != 1.2.0)
|
pg (>= 0.18.0, != 1.2.0)
|
||||||
|
@ -335,7 +362,7 @@ GEM
|
||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
terrapin (1.0.1)
|
terrapin (1.0.1)
|
||||||
climate_control
|
climate_control
|
||||||
thor (1.3.2)
|
thor (1.2.2)
|
||||||
thread (0.2.2)
|
thread (0.2.2)
|
||||||
tilt (2.6.0)
|
tilt (2.6.0)
|
||||||
timecop (0.9.10)
|
timecop (0.9.10)
|
||||||
|
@ -370,7 +397,14 @@ GEM
|
||||||
zip_tricks (5.6.0)
|
zip_tricks (5.6.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
aarch64-linux-gnu
|
||||||
|
aarch64-linux-musl
|
||||||
|
arm-linux-gnu
|
||||||
|
arm-linux-musl
|
||||||
|
arm64-darwin
|
||||||
|
x86_64-darwin
|
||||||
|
x86_64-linux-gnu
|
||||||
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acme-client (~> 2.0.0)
|
acme-client (~> 2.0.0)
|
||||||
|
@ -382,6 +416,7 @@ DEPENDENCIES
|
||||||
capybara
|
capybara
|
||||||
certified
|
certified
|
||||||
coveralls_reborn
|
coveralls_reborn
|
||||||
|
csv
|
||||||
dav4rack!
|
dav4rack!
|
||||||
dnsbl-client
|
dnsbl-client
|
||||||
erubi
|
erubi
|
||||||
|
@ -456,4 +491,4 @@ DEPENDENCIES
|
||||||
zip_tricks
|
zip_tricks
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.10
|
2.6.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue