Browse Source

Gem upgrades (#1206)

* Update rack

* update globalid

* Update rails
pull/1198/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
96b3aa4765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 149
      Gemfile.lock

149
Gemfile.lock

@ -13,67 +13,67 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4) actioncable (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4) actionmailbox (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.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) actionmailer (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.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) actionpack (7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
rack (~> 2.0, >= 2.2.0) 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.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4) actiontext (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4) actionview (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.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) activejob (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4) activemodel (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
activerecord (7.0.4) activerecord (7.0.4.1)
activemodel (= 7.0.4) activemodel (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
activestorage (7.0.4) activestorage (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4) activesupport (7.0.4.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)
@ -136,6 +136,7 @@ GEM
crack (0.4.5) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
date (3.3.3)
devise_two_factor_authentication (3.0.0) devise_two_factor_authentication (3.0.0)
devise devise
encryptor encryptor
@ -143,7 +144,6 @@ GEM
randexp randexp
rotp (>= 4.0.0) rotp (>= 4.0.0)
diff-lcs (1.5.0) diff-lcs (1.5.0)
digest (3.1.0)
docile (1.4.0) docile (1.4.0)
dotenv (2.8.1) dotenv (2.8.1)
dotenv-rails (2.8.1) dotenv-rails (2.8.1)
@ -157,7 +157,7 @@ GEM
rainbow rainbow
rubocop rubocop
smart_properties smart_properties
erubi (1.11.0) erubi (1.12.0)
excon (0.92.5) excon (0.92.5)
factory_bot (6.2.1) factory_bot (6.2.1)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
@ -167,7 +167,7 @@ GEM
faker (2.23.0) faker (2.23.0)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
ffi (1.15.5) ffi (1.15.5)
globalid (1.0.0) globalid (1.0.1)
activesupport (>= 5.0) activesupport (>= 5.0)
govuk-components (3.2.1) govuk-components (3.2.1)
actionpack (>= 6.1) actionpack (>= 6.1)
@ -202,34 +202,32 @@ GEM
loofah (2.19.1) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.8.0.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2) marcel (1.0.2)
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.16.3) minitest (5.17.0)
msgpack (1.5.6) msgpack (1.5.6)
net-imap (0.2.3) net-imap (0.3.4)
digest date
net-protocol net-protocol
strscan net-pop (0.1.2)
net-pop (0.1.1)
digest
net-protocol net-protocol
net-protocol (0.2.1)
timeout timeout
net-protocol (0.1.3) net-smtp (0.3.3)
timeout
net-smtp (0.3.1)
digest
net-protocol net-protocol
timeout
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10-arm64-darwin) nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin) nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux) nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
notifications-ruby-client (5.3.0) notifications-ruby-client (5.3.0)
jwt (>= 1.5, < 3) jwt (>= 1.5, < 3)
@ -269,36 +267,36 @@ GEM
public_suffix (5.0.0) public_suffix (5.0.0)
puma (5.6.5) puma (5.6.5)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.1) racc (1.6.2)
rack (2.2.4) rack (2.2.6.2)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-mini-profiler (2.3.4) rack-mini-profiler (2.3.4)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-test (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4) rails (7.0.4.1)
actioncable (= 7.0.4) actioncable (= 7.0.4.1)
actionmailbox (= 7.0.4) actionmailbox (= 7.0.4.1)
actionmailer (= 7.0.4) actionmailer (= 7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
actiontext (= 7.0.4) actiontext (= 7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activemodel (= 7.0.4) activemodel (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4) railties (= 7.0.4.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.4.4) rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.19, >= 2.19.1)
railties (7.0.4) railties (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -396,10 +394,9 @@ GEM
smart_properties (1.17.0) smart_properties (1.17.0)
stimulus-rails (1.1.0) stimulus-rails (1.1.0)
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.0.4)
thor (1.2.1) thor (1.2.1)
timecop (0.9.5) timecop (0.9.5)
timeout (0.3.0) timeout (0.3.1)
tzinfo (2.0.5) tzinfo (2.0.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uk_postcode (2.1.8) uk_postcode (2.1.8)
@ -425,7 +422,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.0) zeitwerk (2.6.6)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21

Loading…
Cancel
Save