Security updates

Resolves CVE-2023-40175 and CVE-2023-38037.
This commit is contained in:
Emi Matchu 2023-10-23 19:08:56 -07:00
parent ddfdd5fc11
commit 661fbd2d03
42 changed files with 67 additions and 67 deletions

View file

@ -1,10 +1,10 @@
source 'http://rubygems.org'
ruby '3.1.4'
gem 'rails', '= 7.0.6'
gem 'rails', '= 7.0.7.1'
# The HTTP server running the Rails instance.
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.3', '>= 6.3.1'
# Our database is MySQL, in both development and production.
gem 'mysql2', '~> 0.5.5'

View file

@ -7,67 +7,67 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actioncable (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
actioncable (7.0.7.1)
actionpack (= 7.0.7.1)
activesupport (= 7.0.7.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.6)
actionpack (= 7.0.6)
activejob (= 7.0.6)
activerecord (= 7.0.6)
activestorage (= 7.0.6)
activesupport (= 7.0.6)
actionmailbox (7.0.7.1)
actionpack (= 7.0.7.1)
activejob (= 7.0.7.1)
activerecord (= 7.0.7.1)
activestorage (= 7.0.7.1)
activesupport (= 7.0.7.1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.6)
actionpack (= 7.0.6)
actionview (= 7.0.6)
activejob (= 7.0.6)
activesupport (= 7.0.6)
actionmailer (7.0.7.1)
actionpack (= 7.0.7.1)
actionview (= 7.0.7.1)
activejob (= 7.0.7.1)
activesupport (= 7.0.7.1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.6)
actionview (= 7.0.6)
activesupport (= 7.0.6)
actionpack (7.0.7.1)
actionview (= 7.0.7.1)
activesupport (= 7.0.7.1)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.6)
actionpack (= 7.0.6)
activerecord (= 7.0.6)
activestorage (= 7.0.6)
activesupport (= 7.0.6)
actiontext (7.0.7.1)
actionpack (= 7.0.7.1)
activerecord (= 7.0.7.1)
activestorage (= 7.0.7.1)
activesupport (= 7.0.7.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.6)
activesupport (= 7.0.6)
actionview (7.0.7.1)
activesupport (= 7.0.7.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.6)
activesupport (= 7.0.6)
activejob (7.0.7.1)
activesupport (= 7.0.7.1)
globalid (>= 0.3.6)
activemodel (7.0.6)
activesupport (= 7.0.6)
activerecord (7.0.6)
activemodel (= 7.0.6)
activesupport (= 7.0.6)
activestorage (7.0.6)
actionpack (= 7.0.6)
activejob (= 7.0.6)
activerecord (= 7.0.6)
activesupport (= 7.0.6)
activemodel (7.0.7.1)
activesupport (= 7.0.7.1)
activerecord (7.0.7.1)
activemodel (= 7.0.7.1)
activesupport (= 7.0.7.1)
activestorage (7.0.7.1)
actionpack (= 7.0.7.1)
activejob (= 7.0.7.1)
activerecord (= 7.0.7.1)
activesupport (= 7.0.7.1)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.6)
activesupport (7.0.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -110,11 +110,11 @@ GEM
factory_girl (~> 4.9.0)
railties (>= 3.0.0)
ffi (1.15.5)
globalid (1.1.0)
activesupport (>= 5.0)
globalize (6.2.1)
activemodel (>= 4.2, < 7.1)
activerecord (>= 4.2, < 7.1)
globalid (1.2.1)
activesupport (>= 6.1)
globalize (6.3.0)
activemodel (>= 4.2, < 7.2)
activerecord (>= 4.2, < 7.2)
request_store (~> 1.0)
haml (6.1.1)
temple (>= 0.8.2)
@ -145,19 +145,19 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.7.2)
mysql2 (0.5.5)
net-imap (0.3.7)
net-imap (0.4.2)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
@ -167,7 +167,7 @@ GEM
orm_adapter (0.5.0)
parallel (1.23.0)
public_suffix (5.0.3)
puma (6.3.0)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
@ -175,20 +175,20 @@ GEM
rack (>= 1.0, < 4)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.6)
actioncable (= 7.0.6)
actionmailbox (= 7.0.6)
actionmailer (= 7.0.6)
actionpack (= 7.0.6)
actiontext (= 7.0.6)
actionview (= 7.0.6)
activejob (= 7.0.6)
activemodel (= 7.0.6)
activerecord (= 7.0.6)
activestorage (= 7.0.6)
activesupport (= 7.0.6)
rails (7.0.7.1)
actioncable (= 7.0.7.1)
actionmailbox (= 7.0.7.1)
actionmailer (= 7.0.7.1)
actionpack (= 7.0.7.1)
actiontext (= 7.0.7.1)
actionview (= 7.0.7.1)
activejob (= 7.0.7.1)
activemodel (= 7.0.7.1)
activerecord (= 7.0.7.1)
activestorage (= 7.0.7.1)
activesupport (= 7.0.7.1)
bundler (>= 1.15.0)
railties (= 7.0.6)
railties (= 7.0.7.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
@ -199,9 +199,9 @@ GEM
rails-i18n (7.0.7)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
railties (7.0.7.1)
actionpack (= 7.0.7.1)
activesupport (= 7.0.7.1)
method_source
rake (>= 12.2)
thor (~> 1.0)
@ -271,7 +271,7 @@ GEM
unf_ext (0.0.8.2)
warden (1.2.7)
rack (>= 1.0)
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
@ -300,9 +300,9 @@ DEPENDENCIES
mysql2 (~> 0.5.5)
nokogiri (~> 1.15, >= 1.15.3)
parallel (~> 1.23)
puma (~> 6.3)
puma (~> 6.3, >= 6.3.1)
rack-attack (~> 6.7)
rails (= 7.0.6)
rails (= 7.0.7.1)
rails-i18n (~> 7.0, >= 7.0.7)
rdiscount (~> 2.2, >= 2.2.7.1)
react-rails (~> 2.7, >= 2.7.1)

Binary file not shown.

BIN
vendor/cache/actioncable-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionmailbox-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionmailer-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionpack-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actiontext-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionview-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activejob-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activemodel-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activerecord-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activestorage-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activesupport-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/globalid-1.2.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/globalize-6.3.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/mini_mime-1.1.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/net-imap-0.4.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/net-smtp-0.4.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/puma-6.4.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rails-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/railties-7.0.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/web-console-4.2.1.gem vendored Normal file

Binary file not shown.