Maintenance: Updated Rails and some other gems.

This commit is contained in:
Martin Gruner 2022-03-08 21:14:21 +01:00
parent 381713e5db
commit e74af6e4bc

View file

@ -23,50 +23,50 @@ GEM
simple_po_parser (~> 1.1.2) simple_po_parser (~> 1.1.2)
aasm (5.2.0) aasm (5.2.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
actioncable (6.0.4.6) actioncable (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.4.6) actionmailbox (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
activejob (= 6.0.4.6) activejob (= 6.0.4.7)
activerecord (= 6.0.4.6) activerecord (= 6.0.4.7)
activestorage (= 6.0.4.6) activestorage (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.4.6) actionmailer (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
actionview (= 6.0.4.6) actionview (= 6.0.4.7)
activejob (= 6.0.4.6) activejob (= 6.0.4.7)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.0.4.6) actionpack (6.0.4.7)
actionview (= 6.0.4.6) actionview (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.8)
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 (6.0.4.6) actiontext (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
activerecord (= 6.0.4.6) activerecord (= 6.0.4.7)
activestorage (= 6.0.4.6) activestorage (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.4.6) actionview (6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
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 (6.0.4.6) activejob (6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.4.6) activemodel (6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
activerecord (6.0.4.6) activerecord (6.0.4.7)
activemodel (= 6.0.4.6) activemodel (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
activerecord-import (1.3.0) activerecord-import (1.3.0)
activerecord (>= 4.2) activerecord (>= 4.2)
activerecord-nulldb-adapter (0.8.0) activerecord-nulldb-adapter (0.8.0)
@ -77,12 +77,12 @@ GEM
multi_json (~> 1.11, >= 1.11.2) multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3) rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1) railties (>= 5.2.4.1)
activestorage (6.0.4.6) activestorage (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
activejob (= 6.0.4.6) activejob (= 6.0.4.7)
activerecord (= 6.0.4.6) activerecord (= 6.0.4.7)
marcel (~> 1.0.0) marcel (~> 1.0.0)
activesupport (6.0.4.6) activesupport (6.0.4.7)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -103,7 +103,7 @@ GEM
biz (1.8.2) biz (1.8.2)
clavius (~> 1.0) clavius (~> 1.0)
tzinfo tzinfo
bootsnap (1.10.3) bootsnap (1.11.1)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (5.2.1) brakeman (5.2.1)
browser (5.3.1) browser (5.3.1)
@ -204,12 +204,12 @@ GEM
faraday-retry (1.0.3) faraday-retry (1.0.3)
faraday_middleware (1.2.0) faraday_middleware (1.2.0)
faraday (~> 1.0) faraday (~> 1.0)
ffi (1.15.4) ffi (1.15.5)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
rake rake
formatador (0.3.0) formatador (1.1.0)
gli (2.20.1) gli (2.21.0)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
gmail_xoauth (0.4.2) gmail_xoauth (0.4.2)
@ -256,7 +256,7 @@ GEM
icalendar-recurrence (1.1.3) icalendar-recurrence (1.1.3)
icalendar (~> 2.0) icalendar (~> 2.0)
ice_cube (~> 0.16) ice_cube (~> 0.16)
ice_cube (0.16.3) ice_cube (0.16.4)
inflection (1.0.0) inflection (1.0.0)
iniparse (1.5.0) iniparse (1.5.0)
interception (0.5) interception (0.5)
@ -269,7 +269,7 @@ GEM
json (>= 1.8) json (>= 1.8)
rexml rexml
libv8 (8.4.255.0) libv8 (8.4.255.0)
listen (3.7.0) listen (3.7.1)
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)
little-plugger (1.1.4) little-plugger (1.1.4)
@ -288,13 +288,13 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mime-types (3.4.1) mime-types (3.4.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115) mime-types-data (3.2022.0105)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.0) mini_portile2 (2.8.0)
mini_racer (0.2.9) mini_racer (0.2.9)
libv8 (>= 6.9.411) libv8 (>= 6.9.411)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.4) msgpack (1.4.5)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
@ -312,7 +312,7 @@ GEM
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
oauth (0.5.6) oauth (0.5.8)
oauth2 (1.4.9) oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0) faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
@ -343,7 +343,7 @@ GEM
omniauth-oauth (1.2.0) omniauth-oauth (1.2.0)
oauth oauth
omniauth (>= 1.0, < 3) omniauth (>= 1.0, < 3)
omniauth-oauth2 (1.7.1) omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4) oauth2 (~> 1.4)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (0.1.2) omniauth-rails_csrf_protection (0.1.2)
@ -395,20 +395,20 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.0.4.6) rails (6.0.4.7)
actioncable (= 6.0.4.6) actioncable (= 6.0.4.7)
actionmailbox (= 6.0.4.6) actionmailbox (= 6.0.4.7)
actionmailer (= 6.0.4.6) actionmailer (= 6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
actiontext (= 6.0.4.6) actiontext (= 6.0.4.7)
actionview (= 6.0.4.6) actionview (= 6.0.4.7)
activejob (= 6.0.4.6) activejob (= 6.0.4.7)
activemodel (= 6.0.4.6) activemodel (= 6.0.4.7)
activerecord (= 6.0.4.6) activerecord (= 6.0.4.7)
activestorage (= 6.0.4.6) activestorage (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.4.6) railties (= 6.0.4.7)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
@ -419,9 +419,9 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.0.4.6) railties (6.0.4.7)
actionpack (= 6.0.4.6) actionpack (= 6.0.4.7)
activesupport (= 6.0.4.6) activesupport (= 6.0.4.7)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
@ -486,7 +486,7 @@ GEM
rubocop-rspec (2.9.0) rubocop-rspec (2.9.0)
rubocop (~> 1.19) rubocop (~> 1.19)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
ruby-saml (1.13.0) ruby-saml (1.14.0)
nokogiri (>= 1.10.5) nokogiri (>= 1.10.5)
rexml rexml
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)