upgrade ruby and gems
This commit is contained in:
parent
c60406aecf
commit
3e31584713
2 changed files with 45 additions and 40 deletions
|
|
@ -1 +1 @@
|
||||||
3.3.0
|
3.4.2
|
||||||
|
|
|
||||||
83
Gemfile.lock
83
Gemfile.lock
|
|
@ -1,14 +1,15 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (7.2.1)
|
activemodel (8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
activerecord (7.2.1)
|
activerecord (8.0.1)
|
||||||
activemodel (= 7.2.1)
|
activemodel (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activesupport (7.2.1)
|
activesupport (8.0.1)
|
||||||
base64
|
base64
|
||||||
|
benchmark (>= 0.3)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
|
|
@ -18,65 +19,69 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0, >= 2.0.5)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
|
uri (>= 0.13.1)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.8)
|
benchmark (0.4.0)
|
||||||
concurrent-ruby (1.3.4)
|
bigdecimal (3.1.9)
|
||||||
connection_pool (2.4.1)
|
concurrent-ruby (1.3.5)
|
||||||
|
connection_pool (2.5.0)
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
foreman (0.88.1)
|
foreman (0.88.1)
|
||||||
i18n (1.14.6)
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
logger (1.6.1)
|
logger (1.6.6)
|
||||||
minitest (5.25.1)
|
minitest (5.25.4)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
mustermann (3.0.3)
|
mustermann (3.0.3)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
nio4r (2.7.3)
|
nio4r (2.7.4)
|
||||||
puma (6.4.3)
|
puma (6.6.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
rack (3.1.7)
|
rack (3.1.11)
|
||||||
rack-protection (4.0.0)
|
rack-protection (4.1.1)
|
||||||
base64 (>= 0.1.0)
|
base64 (>= 0.1.0)
|
||||||
|
logger (>= 1.6.0)
|
||||||
rack (>= 3.0.0, < 4)
|
rack (>= 3.0.0, < 4)
|
||||||
rack-session (2.0.0)
|
rack-session (2.1.0)
|
||||||
|
base64 (>= 0.1.0)
|
||||||
rack (>= 3.0.0)
|
rack (>= 3.0.0)
|
||||||
rackup (2.1.0)
|
rackup (2.2.1)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
webrick (~> 1.8)
|
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
securerandom (0.3.1)
|
securerandom (0.4.1)
|
||||||
sinatra (4.0.0)
|
sinatra (4.1.1)
|
||||||
|
logger (>= 1.6.0)
|
||||||
mustermann (~> 3.0)
|
mustermann (~> 3.0)
|
||||||
rack (>= 3.0.0, < 4)
|
rack (>= 3.0.0, < 4)
|
||||||
rack-protection (= 4.0.0)
|
rack-protection (= 4.1.1)
|
||||||
rack-session (>= 2.0.0, < 3)
|
rack-session (>= 2.0.0, < 3)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
sinatra-activerecord (2.0.27)
|
sinatra-activerecord (2.0.28)
|
||||||
activerecord (>= 4.1)
|
activerecord (>= 4.1)
|
||||||
sinatra (>= 1.0)
|
sinatra (>= 1.0)
|
||||||
sinatra-contrib (4.0.0)
|
sinatra-contrib (4.1.1)
|
||||||
multi_json (>= 0.0.2)
|
multi_json (>= 0.0.2)
|
||||||
mustermann (~> 3.0)
|
mustermann (~> 3.0)
|
||||||
rack-protection (= 4.0.0)
|
rack-protection (= 4.1.1)
|
||||||
sinatra (= 4.0.0)
|
sinatra (= 4.1.1)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
sqlite3 (2.0.4-aarch64-linux-gnu)
|
sqlite3 (2.6.0-aarch64-linux-gnu)
|
||||||
sqlite3 (2.0.4-aarch64-linux-musl)
|
sqlite3 (2.6.0-aarch64-linux-musl)
|
||||||
sqlite3 (2.0.4-arm-linux-gnu)
|
sqlite3 (2.6.0-arm-linux-gnu)
|
||||||
sqlite3 (2.0.4-arm-linux-musl)
|
sqlite3 (2.6.0-arm-linux-musl)
|
||||||
sqlite3 (2.0.4-arm64-darwin)
|
sqlite3 (2.6.0-arm64-darwin)
|
||||||
sqlite3 (2.0.4-x86-linux-gnu)
|
sqlite3 (2.6.0-x86-linux-gnu)
|
||||||
sqlite3 (2.0.4-x86-linux-musl)
|
sqlite3 (2.6.0-x86-linux-musl)
|
||||||
sqlite3 (2.0.4-x86_64-darwin)
|
sqlite3 (2.6.0-x86_64-darwin)
|
||||||
sqlite3 (2.0.4-x86_64-linux-gnu)
|
sqlite3 (2.6.0-x86_64-linux-gnu)
|
||||||
sqlite3 (2.0.4-x86_64-linux-musl)
|
sqlite3 (2.6.0-x86_64-linux-musl)
|
||||||
tilt (2.4.0)
|
tilt (2.6.0)
|
||||||
timecop (0.9.10)
|
timecop (0.9.10)
|
||||||
timeout (0.4.1)
|
timeout (0.4.3)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
webrick (1.8.1)
|
uri (1.0.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux-gnu
|
aarch64-linux-gnu
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue