Updating Gem versions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2024-02-09 07:19:30 -05:00
parent 8dee8b1f40
commit c83d517437

View File

@ -2,7 +2,9 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.4.2) ast (2.4.2)
ffi (1.15.5) base64 (0.2.0)
bigdecimal (3.1.6)
ffi (1.16.3)
json (2.7.1) json (2.7.1)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
listen (3.8.0) listen (3.8.0)
@ -11,30 +13,31 @@ GEM
multi_json (1.15.0) multi_json (1.15.0)
mustermann (3.0.0) mustermann (3.0.0)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
nio4r (2.5.9) nio4r (2.7.0)
parallel (1.23.0) parallel (1.24.0)
parser (3.2.2.4) parser (3.3.0.5)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
puma (6.3.0) puma (6.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.7.3) racc (1.7.3)
rack (2.2.7) rack (2.2.8)
rack-protection (3.0.6) rack-protection (3.2.0)
rack base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rainbow (3.1.1) rainbow (3.1.1)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (2.8.3) regexp_parser (2.9.0)
rerun (0.14.0) rerun (0.14.0)
listen (~> 3.0) listen (~> 3.0)
rexml (3.2.6) rexml (3.2.6)
rubocop (1.58.0) rubocop (1.60.2)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.2.4) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
@ -47,20 +50,21 @@ GEM
rubocop (~> 1.0) rubocop (~> 1.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
sequel (5.70.0) sequel (5.77.0)
sinatra (3.0.6) bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0) mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4) rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6) rack-protection (= 3.2.0)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-contrib (3.0.6) sinatra-contrib (3.2.0)
multi_json multi_json (>= 0.0.2)
mustermann (~> 3.0) mustermann (~> 3.0)
rack-protection (= 3.0.6) rack-protection (= 3.2.0)
sinatra (= 3.0.6) sinatra (= 3.2.0)
tilt (~> 2.0) tilt (~> 2.0)
sqlite3 (1.7.2-x86_64-linux) sqlite3 (1.7.2-x86_64-linux)
tilt (2.2.0) tilt (2.3.0)
unicode-display_width (2.5.0) unicode-display_width (2.5.0)
PLATFORMS PLATFORMS