Browse Source

update rails (#1727)

pull/1728/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
8fd6bb58b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 139
      Gemfile.lock

139
Gemfile.lock

@ -1,67 +1,67 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4.3) actioncable (7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4.3) actionmailbox (7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
activejob (= 7.0.4.3) activejob (= 7.0.5.1)
activerecord (= 7.0.4.3) activerecord (= 7.0.5.1)
activestorage (= 7.0.4.3) activestorage (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.4.3) actionmailer (7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
actionview (= 7.0.4.3) actionview (= 7.0.5.1)
activejob (= 7.0.4.3) activejob (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.4.3) actionpack (7.0.5.1)
actionview (= 7.0.4.3) actionview (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4.3) actiontext (7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
activerecord (= 7.0.4.3) activerecord (= 7.0.5.1)
activestorage (= 7.0.4.3) activestorage (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4.3) actionview (7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4.3) activejob (7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4.3) activemodel (7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
activerecord (7.0.4.3) activerecord (7.0.5.1)
activemodel (= 7.0.4.3) activemodel (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
activestorage (7.0.4.3) activestorage (7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
activejob (= 7.0.4.3) activejob (= 7.0.5.1)
activerecord (= 7.0.4.3) activerecord (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4.3) activesupport (7.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -189,7 +189,7 @@ GEM
hashdiff (1.0.1) hashdiff (1.0.1)
html-attributes-utils (0.9.2) html-attributes-utils (0.9.2)
activesupport (>= 6.1.4.4) activesupport (>= 6.1.4.4)
i18n (1.12.0) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
iniparse (1.5.0) iniparse (1.5.0)
jmespath (1.6.2) jmespath (1.6.2)
@ -203,9 +203,9 @@ GEM
listen (3.8.0) listen (3.8.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) loofah (2.21.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap net-imap
@ -215,9 +215,9 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.18.0) minitest (5.18.1)
msgpack (1.6.0) msgpack (1.6.0)
net-imap (0.3.4) net-imap (0.3.6)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -226,12 +226,12 @@ GEM
timeout timeout
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin) nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin) nokogiri (1.15.2-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux) nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
notifications-ruby-client (5.4.0) notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3) jwt (>= 1.5, < 3)
@ -274,7 +274,7 @@ GEM
pundit (2.3.0) pundit (2.3.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.6.2) racc (1.7.1)
rack (2.2.7) rack (2.2.7)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -282,28 +282,29 @@ GEM
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4.3) rails (7.0.5.1)
actioncable (= 7.0.4.3) actioncable (= 7.0.5.1)
actionmailbox (= 7.0.4.3) actionmailbox (= 7.0.5.1)
actionmailer (= 7.0.4.3) actionmailer (= 7.0.5.1)
actionpack (= 7.0.4.3) actionpack (= 7.0.5.1)
actiontext (= 7.0.4.3) actiontext (= 7.0.5.1)
actionview (= 7.0.4.3) actionview (= 7.0.5.1)
activejob (= 7.0.4.3) activejob (= 7.0.5.1)
activemodel (= 7.0.4.3) activemodel (= 7.0.5.1)
activerecord (= 7.0.4.3) activerecord (= 7.0.5.1)
activestorage (= 7.0.4.3) activestorage (= 7.0.5.1)
activesupport (= 7.0.4.3) activesupport (= 7.0.5.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4.3) railties (= 7.0.5.1)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.21)
railties (7.0.4.3) nokogiri (~> 1.14)
actionpack (= 7.0.4.3) railties (7.0.5.1)
activesupport (= 7.0.4.3) actionpack (= 7.0.5.1)
activesupport (= 7.0.5.1)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -403,9 +404,9 @@ GEM
smart_properties (1.17.0) smart_properties (1.17.0)
stimulus-rails (1.2.1) stimulus-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
thor (1.2.1) thor (1.2.2)
timecop (0.9.6) timecop (0.9.6)
timeout (0.3.2) timeout (0.4.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uk_postcode (2.1.8) uk_postcode (2.1.8)
@ -431,7 +432,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.7) zeitwerk (2.6.8)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21

Loading…
Cancel
Save