Updates to Ruby 3.3.7 (#163)
* Update .ruby-version and Gemfile * Update .ruby-gemset * Update Gemfile.lock
This commit is contained in:
parent
d75e4a8448
commit
7b74105e63
4 changed files with 290 additions and 227 deletions
|
|
@ -1 +1 @@
|
||||||
hensei
|
granblue
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
ruby-3.0.0
|
ruby-3.3.7
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.0.0'
|
ruby '3.3.7'
|
||||||
|
|
||||||
gem 'bootsnap'
|
gem 'bootsnap'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|
|
||||||
511
Gemfile.lock
511
Gemfile.lock
|
|
@ -1,346 +1,409 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.0.4.1)
|
actioncable (8.0.1)
|
||||||
actionpack (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (7.0.4.1)
|
zeitwerk (~> 2.6)
|
||||||
actionpack (= 7.0.4.1)
|
actionmailbox (8.0.1)
|
||||||
activejob (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
activerecord (= 7.0.4.1)
|
activejob (= 8.0.1)
|
||||||
activestorage (= 7.0.4.1)
|
activerecord (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activestorage (= 8.0.1)
|
||||||
mail (>= 2.7.1)
|
activesupport (= 8.0.1)
|
||||||
net-imap
|
mail (>= 2.8.0)
|
||||||
net-pop
|
actionmailer (8.0.1)
|
||||||
net-smtp
|
actionpack (= 8.0.1)
|
||||||
actionmailer (7.0.4.1)
|
actionview (= 8.0.1)
|
||||||
actionpack (= 7.0.4.1)
|
activejob (= 8.0.1)
|
||||||
actionview (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
activejob (= 7.0.4.1)
|
mail (>= 2.8.0)
|
||||||
activesupport (= 7.0.4.1)
|
rails-dom-testing (~> 2.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
actionpack (8.0.1)
|
||||||
net-imap
|
actionview (= 8.0.1)
|
||||||
net-pop
|
activesupport (= 8.0.1)
|
||||||
net-smtp
|
nokogiri (>= 1.8.5)
|
||||||
rails-dom-testing (~> 2.0)
|
rack (>= 2.2.4)
|
||||||
actionpack (7.0.4.1)
|
rack-session (>= 1.0.1)
|
||||||
actionview (= 7.0.4.1)
|
|
||||||
activesupport (= 7.0.4.1)
|
|
||||||
rack (~> 2.0, >= 2.2.0)
|
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.6)
|
||||||
actiontext (7.0.4.1)
|
useragent (~> 0.16)
|
||||||
actionpack (= 7.0.4.1)
|
actiontext (8.0.1)
|
||||||
activerecord (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
activestorage (= 7.0.4.1)
|
activerecord (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activestorage (= 8.0.1)
|
||||||
|
activesupport (= 8.0.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.0.4.1)
|
actionview (8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (7.0.4.1)
|
activejob (8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.0.4.1)
|
activemodel (8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
activerecord (7.0.4.1)
|
activerecord (8.0.1)
|
||||||
activemodel (= 7.0.4.1)
|
activemodel (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activesupport (= 8.0.1)
|
||||||
activestorage (7.0.4.1)
|
timeout (>= 0.4.0)
|
||||||
actionpack (= 7.0.4.1)
|
activestorage (8.0.1)
|
||||||
activejob (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
activerecord (= 7.0.4.1)
|
activejob (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activerecord (= 8.0.1)
|
||||||
|
activesupport (= 8.0.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
mini_mime (>= 1.1.0)
|
activesupport (8.0.1)
|
||||||
activesupport (7.0.4.1)
|
base64
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
benchmark (>= 0.3)
|
||||||
|
bigdecimal
|
||||||
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
|
connection_pool (>= 2.2.5)
|
||||||
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
logger (>= 1.4.2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
securerandom (>= 0.3)
|
||||||
amazing_print (1.4.0)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
amoeba (3.2.0)
|
uri (>= 0.13.1)
|
||||||
activerecord (>= 4.2.0)
|
amazing_print (1.7.2)
|
||||||
|
amoeba (3.3.0)
|
||||||
|
activerecord (>= 5.2.0)
|
||||||
api_matchers (0.6.2)
|
api_matchers (0.6.2)
|
||||||
activesupport (>= 3.2.5)
|
activesupport (>= 3.2.5)
|
||||||
nokogiri (>= 1.5.2)
|
nokogiri (>= 1.5.2)
|
||||||
rspec (>= 3.1)
|
rspec (>= 3.1)
|
||||||
apipie-rails (0.9.1)
|
apipie-rails (1.4.2)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
awesome_nested_set (3.5.0)
|
awesome_nested_set (3.8.0)
|
||||||
activerecord (>= 4.0.0, < 7.1)
|
activerecord (>= 4.0.0, < 8.1)
|
||||||
aws-eventstream (1.3.0)
|
aws-eventstream (1.3.0)
|
||||||
aws-partitions (1.1035.0)
|
aws-partitions (1.1038.0)
|
||||||
aws-sdk-core (3.215.0)
|
aws-sdk-core (3.216.0)
|
||||||
aws-eventstream (~> 1, >= 1.3.0)
|
aws-eventstream (~> 1, >= 1.3.0)
|
||||||
aws-partitions (~> 1, >= 1.992.0)
|
aws-partitions (~> 1, >= 1.992.0)
|
||||||
aws-sigv4 (~> 1.9)
|
aws-sigv4 (~> 1.9)
|
||||||
jmespath (~> 1, >= 1.6.1)
|
jmespath (~> 1, >= 1.6.1)
|
||||||
aws-sdk-kms (1.96.0)
|
aws-sdk-kms (1.97.0)
|
||||||
aws-sdk-core (~> 3, >= 3.210.0)
|
aws-sdk-core (~> 3, >= 3.216.0)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
aws-sdk-s3 (1.177.0)
|
aws-sdk-s3 (1.178.0)
|
||||||
aws-sdk-core (~> 3, >= 3.210.0)
|
aws-sdk-core (~> 3, >= 3.216.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
aws-sigv4 (1.11.0)
|
aws-sigv4 (1.11.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
backport (1.2.0)
|
backport (1.2.0)
|
||||||
bcrypt (3.1.18)
|
base64 (0.2.0)
|
||||||
benchmark (0.2.1)
|
bcrypt (3.1.20)
|
||||||
blueprinter (0.25.3)
|
benchmark (0.4.0)
|
||||||
bootsnap (1.15.0)
|
bigdecimal (3.1.9)
|
||||||
|
blueprinter (1.1.2)
|
||||||
|
bootsnap (1.18.4)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
builder (3.2.4)
|
builder (3.3.0)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.3.5)
|
||||||
|
connection_pool (2.5.0)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
data_migrate (8.5.0)
|
csv (3.3.2)
|
||||||
activerecord (>= 5.0)
|
data_migrate (11.2.0)
|
||||||
railties (>= 5.0)
|
activerecord (>= 6.1)
|
||||||
database_cleaner (2.0.1)
|
railties (>= 6.1)
|
||||||
database_cleaner-active_record (~> 2.0.0)
|
database_cleaner (2.1.0)
|
||||||
database_cleaner-active_record (2.0.1)
|
database_cleaner-active_record (>= 2, < 3)
|
||||||
|
database_cleaner-active_record (2.2.0)
|
||||||
activerecord (>= 5.a)
|
activerecord (>= 5.a)
|
||||||
database_cleaner-core (~> 2.0.0)
|
database_cleaner-core (~> 2.0.0)
|
||||||
database_cleaner-core (2.0.1)
|
database_cleaner-core (2.0.1)
|
||||||
date (3.3.3)
|
date (3.4.1)
|
||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.1)
|
||||||
docile (1.4.0)
|
docile (1.4.1)
|
||||||
doorkeeper (5.6.2)
|
doorkeeper (5.8.1)
|
||||||
railties (>= 5)
|
railties (>= 5)
|
||||||
dotenv (2.8.1)
|
dotenv (3.1.7)
|
||||||
dotenv-rails (2.8.1)
|
dotenv-rails (3.1.7)
|
||||||
dotenv (= 2.8.1)
|
dotenv (= 3.1.7)
|
||||||
railties (>= 3.2)
|
railties (>= 6.1)
|
||||||
|
drb (2.2.1)
|
||||||
e2mmap (0.1.0)
|
e2mmap (0.1.0)
|
||||||
email_validator (2.2.4)
|
email_validator (2.2.4)
|
||||||
activemodel
|
activemodel
|
||||||
erubi (1.12.0)
|
erubi (1.13.1)
|
||||||
factory_bot (6.2.1)
|
factory_bot (6.5.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
factory_bot_rails (6.2.0)
|
factory_bot_rails (6.4.4)
|
||||||
factory_bot (~> 6.2.0)
|
factory_bot (~> 6.5)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faker (3.1.0)
|
faker (3.5.1)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
ffi (1.15.5)
|
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-musl)
|
||||||
figaro (1.2.0)
|
figaro (1.2.0)
|
||||||
thor (>= 0.14.0, < 2)
|
thor (>= 0.14.0, < 2)
|
||||||
gemoji (4.0.1)
|
gemoji (4.1.0)
|
||||||
gemoji-parser (1.3.1)
|
gemoji-parser (1.3.1)
|
||||||
gemoji (>= 2.1.0)
|
gemoji (>= 2.1.0)
|
||||||
globalid (1.0.1)
|
globalid (1.2.1)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 6.1)
|
||||||
httparty (0.20.0)
|
httparty (0.22.0)
|
||||||
mime-types (~> 3.0)
|
csv
|
||||||
|
mini_mime (>= 1.0.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (1.12.0)
|
i18n (1.14.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jaro_winkler (1.5.4)
|
io-console (0.8.0)
|
||||||
|
irb (1.14.3)
|
||||||
|
rdoc (>= 4.0.0)
|
||||||
|
reline (>= 0.4.2)
|
||||||
|
jaro_winkler (1.6.0)
|
||||||
jmespath (1.6.2)
|
jmespath (1.6.2)
|
||||||
json (2.6.3)
|
json (2.9.1)
|
||||||
kramdown (2.4.0)
|
kramdown (2.5.1)
|
||||||
rexml
|
rexml (>= 3.3.9)
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
listen (3.8.0)
|
language_server-protocol (3.17.0.3)
|
||||||
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
loofah (2.19.1)
|
logger (1.6.5)
|
||||||
|
loofah (2.24.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.12.0)
|
||||||
mail (2.8.0.1)
|
mail (2.8.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
marcel (1.0.2)
|
marcel (1.0.4)
|
||||||
method_source (1.0.0)
|
method_source (1.1.0)
|
||||||
mime-types (3.4.1)
|
mini_mime (1.1.5)
|
||||||
mime-types-data (~> 3.2015)
|
minitest (5.25.4)
|
||||||
mime-types-data (3.2022.0105)
|
msgpack (1.7.5)
|
||||||
mini_mime (1.1.2)
|
multi_xml (0.7.1)
|
||||||
mini_portile2 (2.8.1)
|
bigdecimal (~> 3.1)
|
||||||
minitest (5.17.0)
|
net-imap (0.5.5)
|
||||||
msgpack (1.6.0)
|
|
||||||
multi_xml (0.6.0)
|
|
||||||
net-imap (0.3.4)
|
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
net-protocol
|
net-protocol
|
||||||
net-protocol (0.2.1)
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.5.8)
|
nio4r (2.7.4)
|
||||||
nokogiri (1.14.0)
|
nokogiri (1.18.1-aarch64-linux-gnu)
|
||||||
mini_portile2 (~> 2.8.0)
|
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oj (3.13.23)
|
nokogiri (1.18.1-aarch64-linux-musl)
|
||||||
parallel (1.22.1)
|
racc (~> 1.4)
|
||||||
parser (3.2.0.0)
|
nokogiri (1.18.1-arm-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.1-arm-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.1-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.1-x86_64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.1-x86_64-linux-gnu)
|
||||||
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.18.1-x86_64-linux-musl)
|
||||||
|
racc (~> 1.4)
|
||||||
|
oj (3.16.9)
|
||||||
|
bigdecimal (>= 3.0)
|
||||||
|
ostruct (>= 0.2)
|
||||||
|
ostruct (0.6.1)
|
||||||
|
parallel (1.26.3)
|
||||||
|
parser (3.3.6.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.5)
|
racc
|
||||||
pg_search (2.3.6)
|
pg (1.5.9)
|
||||||
activerecord (>= 5.2)
|
pg_search (2.3.7)
|
||||||
activesupport (>= 5.2)
|
activerecord (>= 6.1)
|
||||||
pry (0.14.1)
|
activesupport (>= 6.1)
|
||||||
|
pry (0.15.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
psych (5.0.2)
|
psych (5.2.2)
|
||||||
|
date
|
||||||
stringio
|
stringio
|
||||||
puma (6.0.2)
|
puma (6.5.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.2)
|
racc (1.8.1)
|
||||||
rack (2.2.6.2)
|
rack (3.1.8)
|
||||||
rack-cors (1.1.1)
|
rack-cors (2.0.2)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
rack-test (2.0.2)
|
rack-session (2.1.0)
|
||||||
|
base64 (>= 0.1.0)
|
||||||
|
rack (>= 3.0.0)
|
||||||
|
rack-test (2.2.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (7.0.4.1)
|
rackup (2.2.1)
|
||||||
actioncable (= 7.0.4.1)
|
rack (>= 3)
|
||||||
actionmailbox (= 7.0.4.1)
|
rails (8.0.1)
|
||||||
actionmailer (= 7.0.4.1)
|
actioncable (= 8.0.1)
|
||||||
actionpack (= 7.0.4.1)
|
actionmailbox (= 8.0.1)
|
||||||
actiontext (= 7.0.4.1)
|
actionmailer (= 8.0.1)
|
||||||
actionview (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
activejob (= 7.0.4.1)
|
actiontext (= 8.0.1)
|
||||||
activemodel (= 7.0.4.1)
|
actionview (= 8.0.1)
|
||||||
activerecord (= 7.0.4.1)
|
activejob (= 8.0.1)
|
||||||
activestorage (= 7.0.4.1)
|
activemodel (= 8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
activerecord (= 8.0.1)
|
||||||
|
activestorage (= 8.0.1)
|
||||||
|
activesupport (= 8.0.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.0.4.1)
|
railties (= 8.0.1)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 5.0.0)
|
||||||
|
minitest
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.5.0)
|
rails-html-sanitizer (1.6.2)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.21)
|
||||||
railties (7.0.4.1)
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
||||||
actionpack (= 7.0.4.1)
|
railties (8.0.1)
|
||||||
activesupport (= 7.0.4.1)
|
actionpack (= 8.0.1)
|
||||||
method_source
|
activesupport (= 8.0.1)
|
||||||
|
irb (~> 1.13)
|
||||||
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
zeitwerk (~> 2.5)
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rdoc (6.5.0)
|
rbs (2.8.4)
|
||||||
|
rdoc (6.10.0)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.6.2)
|
regexp_parser (2.10.0)
|
||||||
responders (3.0.1)
|
reline (0.6.0)
|
||||||
actionpack (>= 5.0)
|
io-console (~> 0.5)
|
||||||
railties (>= 5.0)
|
responders (3.1.1)
|
||||||
|
actionpack (>= 5.2)
|
||||||
|
railties (>= 5.2)
|
||||||
reverse_markdown (2.1.1)
|
reverse_markdown (2.1.1)
|
||||||
nokogiri
|
nokogiri
|
||||||
rexml (3.2.5)
|
rexml (3.4.0)
|
||||||
rspec (3.12.0)
|
rspec (3.13.0)
|
||||||
rspec-core (~> 3.12.0)
|
rspec-core (~> 3.13.0)
|
||||||
rspec-expectations (~> 3.12.0)
|
rspec-expectations (~> 3.13.0)
|
||||||
rspec-mocks (~> 3.12.0)
|
rspec-mocks (~> 3.13.0)
|
||||||
rspec-core (3.12.0)
|
rspec-core (3.13.2)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-expectations (3.12.2)
|
rspec-expectations (3.13.3)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-mocks (3.12.3)
|
rspec-mocks (3.13.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.12.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-rails (6.0.1)
|
rspec-rails (7.1.0)
|
||||||
actionpack (>= 6.1)
|
actionpack (>= 7.0)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 7.0)
|
||||||
railties (>= 6.1)
|
railties (>= 7.0)
|
||||||
rspec-core (~> 3.11)
|
rspec-core (~> 3.13)
|
||||||
rspec-expectations (~> 3.11)
|
rspec-expectations (~> 3.13)
|
||||||
rspec-mocks (~> 3.11)
|
rspec-mocks (~> 3.13)
|
||||||
rspec-support (~> 3.11)
|
rspec-support (~> 3.13)
|
||||||
rspec-support (3.12.0)
|
rspec-support (3.13.2)
|
||||||
rspec_junit_formatter (0.6.0)
|
rspec_junit_formatter (0.6.0)
|
||||||
rspec-core (>= 2, < 4, != 2.12.0)
|
rspec-core (>= 2, < 4, != 2.12.0)
|
||||||
rubocop (1.43.0)
|
rubocop (1.70.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.0.0)
|
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 (>= 2.9.3, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rubocop-ast (>= 1.36.2, < 2.0)
|
||||||
rubocop-ast (>= 1.24.1, < 2.0)
|
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 4.0)
|
||||||
rubocop-ast (1.24.1)
|
rubocop-ast (1.37.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.3.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.13.0)
|
||||||
sdoc (2.6.0)
|
sdoc (2.6.1)
|
||||||
rdoc (>= 5.0)
|
rdoc (>= 5.0)
|
||||||
shoulda-matchers (5.3.0)
|
securerandom (0.4.1)
|
||||||
|
shoulda-matchers (6.4.0)
|
||||||
activesupport (>= 5.2.0)
|
activesupport (>= 5.2.0)
|
||||||
simplecov (0.22.0)
|
simplecov (0.22.0)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
simplecov-html (~> 0.11)
|
simplecov-html (~> 0.11)
|
||||||
simplecov_json_formatter (~> 0.1)
|
simplecov_json_formatter (~> 0.1)
|
||||||
simplecov-html (0.12.3)
|
simplecov-html (0.13.1)
|
||||||
simplecov_json_formatter (0.1.4)
|
simplecov_json_formatter (0.1.4)
|
||||||
solargraph (0.48.0)
|
solargraph (0.50.0)
|
||||||
backport (~> 1.2)
|
backport (~> 1.2)
|
||||||
benchmark
|
benchmark
|
||||||
bundler (>= 1.17.2)
|
bundler (~> 2.0)
|
||||||
diff-lcs (~> 1.4)
|
diff-lcs (~> 1.4)
|
||||||
e2mmap
|
e2mmap
|
||||||
jaro_winkler (~> 1.5)
|
jaro_winkler (~> 1.5)
|
||||||
kramdown (~> 2.3)
|
kramdown (~> 2.3)
|
||||||
kramdown-parser-gfm (~> 1.1)
|
kramdown-parser-gfm (~> 1.1)
|
||||||
parser (~> 3.0)
|
parser (~> 3.0)
|
||||||
reverse_markdown (>= 1.0.5, < 3)
|
rbs (~> 2.0)
|
||||||
rubocop (>= 0.52)
|
reverse_markdown (~> 2.0)
|
||||||
|
rubocop (~> 1.38)
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
yard (~> 0.9, >= 0.9.24)
|
yard (~> 0.9, >= 0.9.24)
|
||||||
spring (4.1.1)
|
spring (4.2.1)
|
||||||
spring-commands-rspec (1.0.4)
|
spring-commands-rspec (1.0.4)
|
||||||
spring (>= 0.9.1)
|
spring (>= 0.9.1)
|
||||||
sprockets (4.2.0)
|
sprockets (4.2.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (>= 2.2.4, < 4)
|
rack (>= 2.2.4, < 4)
|
||||||
sprockets-rails (3.4.2)
|
sprockets-rails (3.5.2)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
squasher (0.7.2)
|
squasher (0.8.0)
|
||||||
stringio (3.0.4)
|
stringio (3.1.2)
|
||||||
strscan (3.0.0)
|
strscan (3.1.2)
|
||||||
thor (1.2.1)
|
thor (1.3.2)
|
||||||
tilt (2.0.11)
|
tilt (2.6.0)
|
||||||
timeout (0.3.1)
|
timeout (0.4.3)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (3.1.4)
|
||||||
webrick (1.7.0)
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||||
websocket-driver (0.7.5)
|
unicode-emoji (4.0.4)
|
||||||
|
uri (1.0.2)
|
||||||
|
useragent (0.16.11)
|
||||||
|
websocket-driver (0.7.7)
|
||||||
|
base64
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (3.3.1)
|
will_paginate (3.3.1)
|
||||||
yard (0.9.28)
|
yard (0.9.37)
|
||||||
webrick (~> 1.7.0)
|
zeitwerk (2.7.1)
|
||||||
zeitwerk (2.6.6)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
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
|
||||||
amazing_print
|
amazing_print
|
||||||
|
|
@ -387,7 +450,7 @@ DEPENDENCIES
|
||||||
will_paginate (~> 3.3)
|
will_paginate (~> 3.3)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.0.0p0
|
ruby 3.3.7p123
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.1
|
2.5.22
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue