Merge pull request #964 from openHPI/dependabot/bundler/rails-6.1.4

This commit is contained in:
dependabot[bot]
2021-06-25 03:31:45 +00:00
committed by GitHub
2 changed files with 59 additions and 59 deletions

View File

@ -26,7 +26,7 @@ gem 'prometheus_exporter'
gem 'pry-byebug' gem 'pry-byebug'
gem 'puma' gem 'puma'
gem 'pundit' gem 'pundit'
gem 'rails', '~> 6.1.0' gem 'rails', '~> 6.1.4'
gem 'rails_admin' gem 'rails_admin'
gem 'rails-i18n' gem 'rails-i18n'
gem 'rails-timeago' gem 'rails-timeago'

View File

@ -30,64 +30,64 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ZenTest (4.12.0) ZenTest (4.12.0)
actioncable (6.1.3.2) actioncable (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.3.2) actionmailbox (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
activejob (= 6.1.3.2) activejob (= 6.1.4)
activerecord (= 6.1.3.2) activerecord (= 6.1.4)
activestorage (= 6.1.3.2) activestorage (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.3.2) actionmailer (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
actionview (= 6.1.3.2) actionview (= 6.1.4)
activejob (= 6.1.3.2) activejob (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.1.3.2) actionpack (6.1.4)
actionview (= 6.1.3.2) actionview (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
rack (~> 2.0, >= 2.0.9) rack (~> 2.0, >= 2.0.9)
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.1.3.2) actiontext (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
activerecord (= 6.1.3.2) activerecord (= 6.1.4)
activestorage (= 6.1.3.2) activestorage (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.3.2) actionview (6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
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.1.3.2) activejob (6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.3.2) activemodel (6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (6.1.3.2) activerecord (6.1.4)
activemodel (= 6.1.3.2) activemodel (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
activestorage (6.1.3.2) activestorage (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
activejob (= 6.1.3.2) activejob (= 6.1.4)
activerecord (= 6.1.3.2) activerecord (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
marcel (~> 1.0.0) marcel (~> 1.0.0)
mini_mime (~> 1.0.2) mini_mime (>= 1.1.0)
activesupport (6.1.3.2) activesupport (6.1.4)
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)
@ -245,7 +245,7 @@ GEM
nokogiri (~> 1) nokogiri (~> 1)
rake rake
mini_magick (4.11.0) mini_magick (4.11.0)
mini_mime (1.0.3) mini_mime (1.1.0)
mini_portile2 (2.5.3) mini_portile2 (2.5.3)
minitest (5.14.4) minitest (5.14.4)
minitest-autotest (1.1.1) minitest-autotest (1.1.1)
@ -309,20 +309,20 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.1.3.2) rails (6.1.4)
actioncable (= 6.1.3.2) actioncable (= 6.1.4)
actionmailbox (= 6.1.3.2) actionmailbox (= 6.1.4)
actionmailer (= 6.1.3.2) actionmailer (= 6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
actiontext (= 6.1.3.2) actiontext (= 6.1.4)
actionview (= 6.1.3.2) actionview (= 6.1.4)
activejob (= 6.1.3.2) activejob (= 6.1.4)
activemodel (= 6.1.3.2) activemodel (= 6.1.4)
activerecord (= 6.1.3.2) activerecord (= 6.1.4)
activestorage (= 6.1.3.2) activestorage (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.3.2) railties (= 6.1.4)
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)
@ -351,11 +351,11 @@ GEM
rails (>= 5.0, < 7) rails (>= 5.0, < 7)
remotipart (~> 1.3) remotipart (~> 1.3)
sassc-rails (>= 1.3, < 3) sassc-rails (>= 1.3, < 3)
railties (6.1.3.2) railties (6.1.4)
actionpack (= 6.1.3.2) actionpack (= 6.1.4)
activesupport (= 6.1.3.2) activesupport (= 6.1.4)
method_source method_source
rake (>= 0.8.7) rake (>= 0.13)
thor (~> 1.0) thor (~> 1.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (13.0.3) rake (13.0.3)
@ -513,7 +513,7 @@ GEM
semantic_range (>= 2.3.0) semantic_range (>= 2.3.0)
webrick (1.7.0) webrick (1.7.0)
websocket (1.2.9) websocket (1.2.9)
websocket-driver (0.7.4) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
whenever (1.0.0) whenever (1.0.0)
@ -566,7 +566,7 @@ DEPENDENCIES
puma puma
pundit pundit
rack-mini-profiler rack-mini-profiler
rails (~> 6.1.0) rails (~> 6.1.4)
rails-controller-testing rails-controller-testing
rails-i18n rails-i18n
rails-timeago rails-timeago