diff --git a/Gemfile b/Gemfile index 4bc40cf97..d4c66a0f8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,45 +1,45 @@ source 'https://rubygems.org' -gem 'bcrypt', '~> 3.1.0' -gem 'bootsnap', '~> 1.12.0' -gem 'browser', '~> 5.3.0' -gem 'devise', '~>4.8.0' -gem 'devise-i18n', '~>1.10.0' +gem 'bcrypt', '~> 3.1.18' +gem 'bootsnap', '~> 1.13.0' +gem 'browser', '~> 5.3.1' +gem 'devise', '~>4.8.1' +gem 'devise-i18n', '~>1.10.2' gem 'factory_bot_rails', '~> 6.2.0' -gem 'faker', '~> 2.21.0' -gem 'font-awesome-rails', '~> 4.7.0.0' -gem 'http', '~> 5.0.0' -gem 'jbuilder', '~> 2.11.0' +gem 'faker', '~> 2.23.0' +gem 'font-awesome-rails', '~> 4.7.0.8' +gem 'http', '~> 5.1.0' +gem 'jbuilder', '~> 2.11.5' gem 'jquery-rails', '~> 4.5.0' -gem 'kaminari', '~> 1.2.0' -gem 'mini_racer', '~> 0.6.0' -gem 'mollie-api-ruby', '~> 4.7.0' +gem 'kaminari', '~> 1.2.2' +gem 'mini_racer', '~> 0.6.3' +gem 'mollie-api-ruby', '~> 4.7.1' gem 'net-imap', require: false gem 'net-pop', require: false gem 'net-smtp', require: false -gem 'omniauth', '~> 2.0.0' -gem 'omniauth-oauth2', '~> 1.7.0' -gem 'omniauth-rails_csrf_protection', '~> 1.0' +gem 'omniauth', '~> 2.1.0' +gem 'omniauth-oauth2', '~> 1.8.0' +gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.1' gem 'paper_trail', '~> 12.3.0' gem 'paranoia', '~> 2.6.0' -gem 'pg', '~> 1.3.0' -gem 'puma', '~> 5.6.0' +gem 'pg', '~> 1.4.4' +gem 'puma', '~> 5.6.5' gem 'pundit', '~> 2.2.0' -gem 'rack-attack', '~> 6.6.0' -gem 'rails', '~> 6.1.0' -gem 'rails-i18n', '~> 7.0.0' -gem 'redis-rails', '~> 5.0.0' +gem 'rack-attack', '~> 6.6.1' +gem 'rails', '~> 6.1.7' +gem 'rails-i18n', '~> 7.0.5' +gem 'redis-rails', '~> 5.0.2' gem 'rest-client', '~> 2.1.0' -gem 'sassc-rails', '~> 2.1.0' -gem 'sentry-raven', '~> 3.1.0' -gem 'sidekiq', '~> 6.5.0' -gem 'sidekiq-scheduler', '~> 4.0.2' +gem 'sassc-rails', '~> 2.1.2' +gem 'sentry-raven', '~> 3.1.2' +gem 'sidekiq', '~> 6.5.7' +gem 'sidekiq-scheduler', '~> 4.0.3' gem 'simple_form', '~> 5.1.0' gem 'slack-notifier', '~> 2.4.0' -gem 'turbolinks', '~> 5.2.0' +gem 'turbolinks', '~> 5.2.1' gem 'uglifier', '~> 4.2.0' -gem 'validates_timeliness', '~> 6.0.0.beta2' -gem 'webpacker', '~> 5.4.0' +gem 'validates_timeliness', '~> 6.0.0' +gem 'webpacker', '~> 5.4.3' gem 'wicked_pdf' gem 'wkhtmltopdf-binary' @@ -50,8 +50,8 @@ group :development, :test do gem 'bullet' gem 'colorize' gem 'consistency_fail' - gem 'dotenv-rails', '~> 2.7.0' - gem 'guard-livereload', '~> 2.5.0' + gem 'dotenv-rails', '~> 2.8.1' + gem 'guard-livereload', '~> 2.5.2' gem 'guard-rspec', require: false gem 'pry-byebug' gem 'pry-rails' @@ -63,7 +63,7 @@ group :development do gem 'capistrano-sidekiq' gem 'foreman', require: false gem 'listen' - gem 'mina', '~> 1.2.0' + gem 'mina', '~> 1.2.4' gem 'spring', require: false gem 'spring-commands-rspec', require: false gem 'spring-watcher-listen', require: false @@ -71,8 +71,8 @@ group :development do end group :test do - gem 'rails-controller-testing', '~> 1.0.0' - gem 'rubocop', '~> 1.30.0', require: false + gem 'rails-controller-testing', '~> 1.0.5' + gem 'rubocop', '~> 1.37.0', require: false gem 'rubocop-performance' gem 'rubocop-rails' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 7b64579b8..03b333506 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,67 +1,67 @@ GEM remote: https://rubygems.org/ specs: - actioncable (6.1.6) - actionpack (= 6.1.6) - activesupport (= 6.1.6) + actioncable (6.1.7) + actionpack (= 6.1.7) + activesupport (= 6.1.7) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.6) - actionpack (= 6.1.6) - activejob (= 6.1.6) - activerecord (= 6.1.6) - activestorage (= 6.1.6) - activesupport (= 6.1.6) + actionmailbox (6.1.7) + actionpack (= 6.1.7) + activejob (= 6.1.7) + activerecord (= 6.1.7) + activestorage (= 6.1.7) + activesupport (= 6.1.7) mail (>= 2.7.1) - actionmailer (6.1.6) - actionpack (= 6.1.6) - actionview (= 6.1.6) - activejob (= 6.1.6) - activesupport (= 6.1.6) + actionmailer (6.1.7) + actionpack (= 6.1.7) + actionview (= 6.1.7) + activejob (= 6.1.7) + activesupport (= 6.1.7) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.6) - actionview (= 6.1.6) - activesupport (= 6.1.6) + actionpack (6.1.7) + actionview (= 6.1.7) + activesupport (= 6.1.7) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.6) - actionpack (= 6.1.6) - activerecord (= 6.1.6) - activestorage (= 6.1.6) - activesupport (= 6.1.6) + actiontext (6.1.7) + actionpack (= 6.1.7) + activerecord (= 6.1.7) + activestorage (= 6.1.7) + activesupport (= 6.1.7) nokogiri (>= 1.8.5) - actionview (6.1.6) - activesupport (= 6.1.6) + actionview (6.1.7) + activesupport (= 6.1.7) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.1.6) - activesupport (= 6.1.6) + activejob (6.1.7) + activesupport (= 6.1.7) globalid (>= 0.3.6) - activemodel (6.1.6) - activesupport (= 6.1.6) - activerecord (6.1.6) - activemodel (= 6.1.6) - activesupport (= 6.1.6) - activestorage (6.1.6) - actionpack (= 6.1.6) - activejob (= 6.1.6) - activerecord (= 6.1.6) - activesupport (= 6.1.6) + activemodel (6.1.7) + activesupport (= 6.1.7) + activerecord (6.1.7) + activemodel (= 6.1.7) + activesupport (= 6.1.7) + activestorage (6.1.7) + actionpack (= 6.1.7) + activejob (= 6.1.7) + activerecord (= 6.1.7) + activesupport (= 6.1.7) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.6) + activesupport (6.1.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) airbrussh (1.4.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) @@ -72,7 +72,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) bindex (0.8.1) - bootsnap (1.12.0) + bootsnap (1.13.0) msgpack (~> 1.2) brakeman (5.2.3) browser (5.3.1) @@ -95,7 +95,7 @@ GEM coderay (1.1.3) colorize (0.8.1) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.3.0) consistency_fail (0.3.7) crass (1.0.6) devise (4.8.1) @@ -111,14 +111,14 @@ GEM docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.6) - dotenv-rails (2.7.6) - dotenv (= 2.7.6) + dotenv (2.8.1) + dotenv-rails (2.8.1) + dotenv (= 2.8.1) railties (>= 3.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erubi (1.10.0) + erubi (1.11.0) et-orbi (1.2.7) tzinfo eventmachine (1.2.7) @@ -128,12 +128,12 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.21.0) + faker (2.23.0) i18n (>= 1.8.11, < 2) - faraday (2.3.0) - faraday-net_http (~> 2.0) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-net_http (2.0.3) + faraday-net_http (3.0.1) ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) @@ -142,7 +142,7 @@ GEM railties (>= 3.2, < 8.0) foreman (0.87.2) formatador (1.1.0) - fugit (1.6.0) + fugit (1.7.1) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) globalid (1.0.0) @@ -167,7 +167,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashie (5.0.0) - http (5.0.4) + http (5.1.0) addressable (~> 2.8) http-cookie (~> 1.0) http-form_data (~> 2.2) @@ -177,7 +177,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -186,7 +186,8 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.4.1) + json (2.6.2) + jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -207,7 +208,7 @@ GEM llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -223,11 +224,11 @@ GEM rake mini_mime (1.1.2) mini_portile2 (2.8.0) - mini_racer (0.6.2) + mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.15.0) + minitest (5.16.3) mollie-api-ruby (4.7.1) - msgpack (1.5.2) + msgpack (1.6.0) multi_json (1.15.0) multi_xml (0.6.0) nenv (0.3.0) @@ -250,27 +251,28 @@ GEM net-ssh (6.1.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.6-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (1.4.9) + oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - omniauth (2.0.4) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection - omniauth-oauth2 (1.7.2) - oauth2 (~> 1.4) - omniauth (>= 1.9, < 3) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) @@ -282,9 +284,9 @@ GEM parallel (1.22.1) paranoia (2.6.0) activerecord (>= 5.1, < 7.1) - parser (3.1.2.0) + parser (3.1.2.1) ast (~> 2.4.1) - pg (1.3.5) + pg (1.4.4) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) @@ -293,8 +295,8 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.7) - puma (5.6.4) + public_suffix (5.0.0) + puma (5.6.5) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) @@ -305,24 +307,24 @@ GEM rack (>= 1.0, < 3) rack-protection (3.0.2) rack - rack-proxy (0.7.2) + rack-proxy (0.7.4) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) - rails (6.1.6) - actioncable (= 6.1.6) - actionmailbox (= 6.1.6) - actionmailer (= 6.1.6) - actionpack (= 6.1.6) - actiontext (= 6.1.6) - actionview (= 6.1.6) - activejob (= 6.1.6) - activemodel (= 6.1.6) - activerecord (= 6.1.6) - activestorage (= 6.1.6) - activesupport (= 6.1.6) + rack-test (2.0.2) + rack (>= 1.3) + rails (6.1.7) + actioncable (= 6.1.7) + actionmailbox (= 6.1.7) + actionmailer (= 6.1.7) + actionpack (= 6.1.7) + actiontext (= 6.1.7) + actionview (= 6.1.7) + activejob (= 6.1.7) + activemodel (= 6.1.7) + activerecord (= 6.1.7) + activestorage (= 6.1.7) + activesupport (= 6.1.7) bundler (>= 1.15.0) - railties (= 6.1.6) + railties (= 6.1.7) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -333,18 +335,18 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.3) loofah (~> 2.3) - rails-i18n (7.0.3) + rails-i18n (7.0.5) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) - railties (6.1.6) - actionpack (= 6.1.6) - activesupport (= 6.1.6) + railties (6.1.7) + actionpack (= 6.1.7) + activesupport (= 6.1.7) method_source rake (>= 12.2) thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) @@ -365,7 +367,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.1) redis (>= 4, < 5) - regexp_parser (2.5.0) + regexp_parser (2.6.0) request_store (1.5.1) rack (>= 1.4) responders (3.0.1) @@ -398,16 +400,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.30.1) + rubocop (1.37.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.18.0, < 2.0) + rubocop-ast (>= 1.22.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.22.0) parser (>= 3.1.1.0) rubocop-performance (1.14.2) rubocop (>= 1.7.0, < 2.0) @@ -434,14 +437,14 @@ GEM sentry-raven (3.1.2) faraday (>= 1.0) shellany (0.0.1) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) + sidekiq (6.5.7) + connection_pool (>= 2.2.5) rack (~> 2.0) - redis (>= 4.5.0) - sidekiq-scheduler (4.0.2) + redis (>= 4.5.0, < 5) + sidekiq-scheduler (4.0.3) redis (>= 4.2.0) rufus-scheduler (~> 3.2) - sidekiq (>= 4) + sidekiq (>= 4, < 7) tilt (>= 1.4.0) simple_form (5.1.0) actionpack (>= 5.2) @@ -453,13 +456,16 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) slack-notifier (2.4.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.3) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.4.2) @@ -486,11 +492,12 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.1.0) + unicode-display_width (2.3.0) uniform_notifier (1.16.0) - validates_timeliness (6.0.0.beta2) + validates_timeliness (6.0.0) activemodel (>= 6.0.0, < 7) timeliness (>= 0.3.10, < 1) + version_gem (1.1.1) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -509,7 +516,7 @@ GEM wicked_pdf (2.6.3) activesupport wkhtmltopdf-binary (0.12.6.5) - zeitwerk (2.5.4) + zeitwerk (2.6.1) PLATFORMS ruby @@ -517,61 +524,61 @@ PLATFORMS DEPENDENCIES awesome_print - bcrypt (~> 3.1.0) + bcrypt (~> 3.1.18) better_errors - bootsnap (~> 1.12.0) + bootsnap (~> 1.13.0) brakeman - browser (~> 5.3.0) + browser (~> 5.3.1) bullet capistrano-sidekiq colorize consistency_fail - devise (~> 4.8.0) - devise-i18n (~> 1.10.0) - dotenv-rails (~> 2.7.0) + devise (~> 4.8.1) + devise-i18n (~> 1.10.2) + dotenv-rails (~> 2.8.1) factory_bot_rails (~> 6.2.0) - faker (~> 2.21.0) - font-awesome-rails (~> 4.7.0.0) + faker (~> 2.23.0) + font-awesome-rails (~> 4.7.0.8) foreman - guard-livereload (~> 2.5.0) + guard-livereload (~> 2.5.2) guard-rspec - http (~> 5.0.0) - jbuilder (~> 2.11.0) + http (~> 5.1.0) + jbuilder (~> 2.11.5) jquery-rails (~> 4.5.0) - kaminari (~> 1.2.0) + kaminari (~> 1.2.2) listen - mina (~> 1.2.0) - mini_racer (~> 0.6.0) - mollie-api-ruby (~> 4.7.0) + mina (~> 1.2.4) + mini_racer (~> 0.6.3) + mollie-api-ruby (~> 4.7.1) net-imap net-pop net-smtp - omniauth (~> 2.0.0) - omniauth-oauth2 (~> 1.7.0) - omniauth-rails_csrf_protection (~> 1.0) + omniauth (~> 2.1.0) + omniauth-oauth2 (~> 1.8.0) + omniauth-rails_csrf_protection (~> 1.0, >= 1.0.1) paper_trail (~> 12.3.0) paranoia (~> 2.6.0) - pg (~> 1.3.0) + pg (~> 1.4.4) pry-byebug pry-rails - puma (~> 5.6.0) + puma (~> 5.6.5) pundit (~> 2.2.0) - rack-attack (~> 6.6.0) - rails (~> 6.1.0) - rails-controller-testing (~> 1.0.0) - rails-i18n (~> 7.0.0) + rack-attack (~> 6.6.1) + rails (~> 6.1.7) + rails-controller-testing (~> 1.0.5) + rails-i18n (~> 7.0.5) rb-readline - redis-rails (~> 5.0.0) + redis-rails (~> 5.0.2) rest-client (~> 2.1.0) rspec-rails - rubocop (~> 1.30.0) + rubocop (~> 1.37.0) rubocop-performance rubocop-rails rubocop-rspec - sassc-rails (~> 2.1.0) - sentry-raven (~> 3.1.0) - sidekiq (~> 6.5.0) - sidekiq-scheduler (~> 4.0.2) + sassc-rails (~> 2.1.2) + sentry-raven (~> 3.1.2) + sidekiq (~> 6.5.7) + sidekiq-scheduler (~> 4.0.3) simple_form (~> 5.1.0) simplecov slack-notifier (~> 2.4.0) @@ -580,12 +587,12 @@ DEPENDENCIES spring-watcher-listen terminal-notifier-guard timecop - turbolinks (~> 5.2.0) + turbolinks (~> 5.2.1) tzinfo-data uglifier (~> 4.2.0) - validates_timeliness (~> 6.0.0.beta2) + validates_timeliness (~> 6.0.0) web-console (~> 4.2.0) - webpacker (~> 5.4.0) + webpacker (~> 5.4.3) wicked_pdf wkhtmltopdf-binary