diff --git a/Gemfile b/Gemfile index 9e32798..312662e 100644 --- a/Gemfile +++ b/Gemfile @@ -28,11 +28,11 @@ gem 'ace-rails-ap', '~> 4.2' gem 'bootsnap', '>= 1.4.6', require: false gem 'execjs', '~> 2.7.0' gem 'mini_racer', '~> 0.3.1' -gem 'bootstrap', '~> 4.5.0' +gem 'bootstrap', '~> 4.5.2' gem 'daemons', '~> 1.2.6' gem 'delayed_job', '~> 4.1.8' gem 'delayed_job_active_record', '~> 4.1.4' -gem 'devise', '~> 4.7.1' +gem 'devise', '~> 4.7.2' gem 'dotenv', '~> 2.5.0' # TODO: update gem 'faraday', '~> 0.9' @@ -41,7 +41,7 @@ gem 'feedjira', '~> 2.2' # TODO: use font-awesome-rails? gem 'font-awesome-sass', '~> 5.12.0' gem 'httparty', '~> 0.16' -gem 'jquery-rails', '~> 4.3.5' +gem 'jquery-rails', '~> 4.4.0' gem 'json', '~> 2.3.0' gem 'jsonpath', '~> 1.0.1' gem 'kaminari', '~> 1.2.1' @@ -50,58 +50,58 @@ gem 'liquid', '~> 4.0.3' gem 'loofah', '~> 2.5.0' gem 'mini_magick', '~> 4.9.5' gem 'nokogiri', '~> 1.10.8' -gem 'omniauth', '~> 1.9.0' +gem 'omniauth', '~> 1.9.2' gem 'rack-timeout', '~> 0.5.1' -gem 'rails', '~> 6.0.3.2' +gem 'rails', '~> 6.0.3.3' gem 'rails-html-sanitizer', '~> 1.3.0' # TODO: Removing coffee-rails breaks deployment on heroku, investigate. -gem 'coffee-rails', '~> 4.2.2' +gem 'coffee-rails', '~> 5.0.0' # TODO: update gem 'rufus-scheduler', '~> 3.4.2', require: false gem 'sassc', '~>2.3.0' # TODO: update gem 'select2-rails', '~> 3.5.4' -gem 'source-sans-pro-rails', '~> 0.7.0' -gem 'spectrum-rails', '~> 1.8.0' -gem 'sprockets', '~> 3.7.2' +gem 'source-sans-pro-rails', '~> 0.7.1' +gem 'spectrum-rails', '~> 1.8.1' +gem 'sprockets', '~> 3.7.3' # TODO: update gem 'typhoeus', '~> 1.3.1' gem 'uglifier', '~> 4.1.18' gem 'jquery-datatables', '~> 1.10.19' -gem 'grape', '~> 1.3.2' +gem 'grape', '~> 1.3.3' gem 'grape-entity', '~> 0.8.0' gem 'jwt', '~> 2.2.1' group :development do gem 'bullet', '~> 6.1.0' gem 'sqlite3', '~> 1.4.2' - gem 'better_errors', '~> 2.7.0' + gem 'better_errors', '~> 2.7.1' gem 'binding_of_caller', '~> 0.8.0' gem 'foreman', '~> 0.87.1' gem 'guard', '~> 2.16.2' gem 'guard-livereload', '~> 2.5.2' gem 'guard-rspec', '~> 4.7.3' - gem 'letter_opener_web', '~> 1.4.0' + gem 'letter_opener_web', '~> 1.4.1' gem 'overcommit', '~> 0.53.0' - gem 'rack-livereload', '~> 0.3.17' + gem 'rack-livereload', '~> 0.5.1' gem 'rails_best_practices', '~> 1.20.0' gem 'reek', '~> 6.0.0' gem 'rubocop', '~> 0.82.0' - gem 'web-console', '~> 3.7.0' + gem 'web-console', '~> 4.0.0' group :test do - gem 'capybara', '~> 3.32.1' - gem 'capybara-screenshot', '~> 1.0.24' + gem 'capybara', '~> 3.32.2' + gem 'capybara-screenshot', '~> 1.0.25' gem 'capybara-select2', require: false gem 'codecov', '~> 0.2.8', require: false gem 'delorean', '~> 2.1.0' gem 'pry-byebug', '~> 3.9.0' gem 'pry-rails', '~> 0.3.9' - gem 'rails-controller-testing', '~> 1.0.4' + gem 'rails-controller-testing', '~> 1.0.5' # TODO: update gem 'rr', '~> 1.1.2' gem 'rspec', '~> 3.9.0' - gem 'rspec-rails', '~> 4.0.0' + gem 'rspec-rails', '~> 4.0.1' gem 'rspec-collection_matchers', '~> 1.2.0' gem 'rspec-html-matchers', '~> 0.9.2' gem 'rspec_junit_formatter', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 800df20..6d92e6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,70 +14,71 @@ GEM remote: https://rubygems.org/ specs: ace-rails-ap (4.3) - actioncable (6.0.3.2) - actionpack (= 6.0.3.2) + actioncable (6.0.3.7) + actionpack (= 6.0.3.7) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.3.2) - actionpack (= 6.0.3.2) - activejob (= 6.0.3.2) - activerecord (= 6.0.3.2) - activestorage (= 6.0.3.2) - activesupport (= 6.0.3.2) + actionmailbox (6.0.3.7) + actionpack (= 6.0.3.7) + activejob (= 6.0.3.7) + activerecord (= 6.0.3.7) + activestorage (= 6.0.3.7) + activesupport (= 6.0.3.7) mail (>= 2.7.1) - actionmailer (6.0.3.2) - actionpack (= 6.0.3.2) - actionview (= 6.0.3.2) - activejob (= 6.0.3.2) + actionmailer (6.0.3.7) + actionpack (= 6.0.3.7) + actionview (= 6.0.3.7) + activejob (= 6.0.3.7) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.2) - actionview (= 6.0.3.2) - activesupport (= 6.0.3.2) + actionpack (6.0.3.7) + actionview (= 6.0.3.7) + activesupport (= 6.0.3.7) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.0.3.2) - actionpack (= 6.0.3.2) - activerecord (= 6.0.3.2) - activestorage (= 6.0.3.2) - activesupport (= 6.0.3.2) + actiontext (6.0.3.7) + actionpack (= 6.0.3.7) + activerecord (= 6.0.3.7) + activestorage (= 6.0.3.7) + activesupport (= 6.0.3.7) nokogiri (>= 1.8.5) - actionview (6.0.3.2) - activesupport (= 6.0.3.2) + actionview (6.0.3.7) + activesupport (= 6.0.3.7) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.2) - activesupport (= 6.0.3.2) + activejob (6.0.3.7) + activesupport (= 6.0.3.7) globalid (>= 0.3.6) - activemodel (6.0.3.2) - activesupport (= 6.0.3.2) - activerecord (6.0.3.2) - activemodel (= 6.0.3.2) - activesupport (= 6.0.3.2) - activestorage (6.0.3.2) - actionpack (= 6.0.3.2) - activejob (= 6.0.3.2) - activerecord (= 6.0.3.2) - marcel (~> 0.3.1) - activesupport (6.0.3.2) + activemodel (6.0.3.7) + activesupport (= 6.0.3.7) + activerecord (6.0.3.7) + activemodel (= 6.0.3.7) + activesupport (= 6.0.3.7) + activestorage (6.0.3.7) + actionpack (= 6.0.3.7) + activejob (= 6.0.3.7) + activerecord (= 6.0.3.7) + marcel (~> 1.0.0) + activesupport (6.0.3.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.0) - autoprefixer-rails (9.7.6) - execjs + autoprefixer-rails (10.4.21.0) + execjs (~> 2) aws-sdk-core (2.2.37) jmespath (~> 1.0) - bcrypt (3.1.13) - better_errors (2.7.0) + base64 (0.3.0) + bcrypt (3.1.20) + better_errors (2.7.1) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -86,16 +87,16 @@ GEM debug_inspector (>= 0.0.1) bootsnap (1.4.6) msgpack (~> 1.0) - bootstrap (4.5.0) + bootstrap (4.5.3) autoprefixer-rails (>= 9.1.0) popper_js (>= 1.14.3, < 2) sassc-rails (>= 2.0.0) - builder (3.2.4) + builder (3.3.0) bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) - capybara (3.32.1) + capybara (3.32.2) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -103,7 +104,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - capybara-screenshot (1.0.24) + capybara-screenshot (1.0.26) capybara (>= 1.0, < 4) launchy capybara-select2 (1.0.1) @@ -116,19 +117,20 @@ GEM codecov (0.2.8) json simplecov - coderay (1.1.2) - coffee-rails (4.2.2) + coderay (1.1.3) + coffee-rails (5.0.0) coffee-script (>= 2.2.0) - railties (>= 4.0.0) + railties (>= 5.2.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.3.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) daemons (1.2.6) + date (3.4.1) debug_inspector (0.0.3) delayed_job (4.1.8) activesupport (>= 3.0, < 6.1) @@ -139,43 +141,39 @@ GEM chronic descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - devise (4.7.1) + devise (4.7.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.3) + diff-lcs (1.6.2) docile (1.3.2) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.5.0) - dry-configurable (0.11.5) + dry-configurable (0.13.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.7) - dry-equalizer (~> 0.2) - dry-container (0.7.2) + dry-core (~> 0.6) + dry-container (0.9.0) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.9) + dry-configurable (~> 0.13, >= 0.13.0) + dry-core (0.7.1) concurrent-ruby (~> 1.0) - dry-equalizer (0.3.0) - dry-inflector (0.2.0) - dry-logic (1.0.6) + dry-inflector (0.2.1) + dry-logic (1.2.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.2) - dry-equalizer (~> 0.2) - dry-types (1.4.0) + dry-core (~> 0.5, >= 0.5) + dry-types (1.5.1) concurrent-ruby (~> 1.0) dry-container (~> 0.3) - dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.3) + dry-core (~> 0.5, >= 0.5) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - erubi (1.9.0) + erubi (1.13.1) erubis (2.7.0) et-orbi (1.2.4) tzinfo @@ -196,7 +194,7 @@ GEM faraday_middleware (>= 0.9) loofah (>= 2.0) sax-machine (>= 1.0) - ffi (1.13.1) + ffi (1.17.2) font-awesome-sass (5.12.0) sassc (>= 1.11) foreman (0.87.1) @@ -209,9 +207,9 @@ GEM faraday (~> 0.8) hashie (~> 3.5, >= 3.5.2) oauth2 (~> 1.0) - globalid (0.4.2) - activesupport (>= 4.2.0) - grape (1.3.2) + globalid (1.1.0) + activesupport (>= 5.0) + grape (1.3.3) activesupport builder dry-types (>= 1.1) @@ -253,7 +251,7 @@ GEM httparty (0.18.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) iniparse (1.5.0) jaro_winkler (1.5.4) @@ -269,7 +267,7 @@ GEM semver jmespath (1.4.0) jquery-datatables (1.10.20) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -293,11 +291,11 @@ GEM kramdown (2.3.0) rexml kwalify (0.7.2) - launchy (2.5.0) - addressable (~> 2.7) - letter_opener (1.7.0) - launchy (~> 2.2) - letter_opener_web (1.4.0) + launchy (2.5.2) + addressable (~> 2.8) + letter_opener (1.10.0) + launchy (>= 2.2, < 4) + letter_opener_web (1.4.1) actionmailer (>= 3.2) letter_opener (~> 1.0) railties (>= 3.2) @@ -310,34 +308,44 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.4) - mail (2.7.1) + mail (2.8.1) mini_mime (>= 0.1.1) - marcel (0.3.3) - mimemagic (~> 0.3.2) - method_source (1.0.0) + net-imap + net-pop + net-smtp + marcel (1.0.4) + method_source (1.1.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.0425) - mimemagic (0.3.5) mini_magick (4.9.5) - mini_mime (1.0.2) + mini_mime (1.1.5) mini_portile2 (2.4.0) mini_racer (0.3.1) libv8 (~> 8.4.255) - minitest (5.14.1) + minitest (5.25.4) msgpack (1.3.3) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) - mustermann (1.1.1) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - mustermann-grape (1.0.1) + mustermann-grape (1.0.2) mustermann (>= 1.0.0) nenv (0.3.0) net-ftp-list (3.2.11) + net-imap (0.3.9) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.2) + timeout + net-smtp (0.5.1) + net-protocol netrc (0.11.0) - nio4r (2.5.4) - nokogiri (1.10.9) + nio4r (2.7.4) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) notiffany (0.1.3) nenv (~> 0.1) @@ -349,7 +357,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-37signals (1.0.5) @@ -374,7 +382,7 @@ GEM ast (~> 2.4.0) pg (1.2.3) polyglot (0.3.5) - popper_js (1.16.0) + popper_js (1.16.1) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) @@ -384,38 +392,39 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) psych (3.1.0) - public_suffix (4.0.4) + public_suffix (5.1.1) puma (5.0.0) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.19) rack-accept (0.4.5) rack (>= 0.4) - rack-livereload (0.3.17) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-livereload (0.5.2) + rack (< 3) + rack-test (2.2.0) + rack (>= 1.3) rack-timeout (0.5.2) - rails (6.0.3.2) - actioncable (= 6.0.3.2) - actionmailbox (= 6.0.3.2) - actionmailer (= 6.0.3.2) - actionpack (= 6.0.3.2) - actiontext (= 6.0.3.2) - actionview (= 6.0.3.2) - activejob (= 6.0.3.2) - activemodel (= 6.0.3.2) - activerecord (= 6.0.3.2) - activestorage (= 6.0.3.2) - activesupport (= 6.0.3.2) + rails (6.0.3.7) + actioncable (= 6.0.3.7) + actionmailbox (= 6.0.3.7) + actionmailer (= 6.0.3.7) + actionpack (= 6.0.3.7) + actiontext (= 6.0.3.7) + actionview (= 6.0.3.7) + activejob (= 6.0.3.7) + activemodel (= 6.0.3.7) + activerecord (= 6.0.3.7) + activestorage (= 6.0.3.7) + activesupport (= 6.0.3.7) bundler (>= 1.3.0) - railties (= 6.0.3.2) + railties (= 6.0.3.7) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.4) - actionpack (>= 5.0.1.x) - actionview (>= 5.0.1.x) - activesupport (>= 5.0.1.x) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-controller-testing (1.0.5) + actionpack (>= 5.0.1.rc1) + actionview (>= 5.0.1.rc1) + activesupport (>= 5.0.1.rc1) + rails-dom-testing (2.3.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) @@ -427,14 +436,14 @@ GEM json require_all (~> 3.0) ruby-progressbar - railties (6.0.3.2) - actionpack (= 6.0.3.2) - activesupport (= 6.0.3.2) + railties (6.0.3.7) + actionpack (= 6.0.3.7) + activesupport (= 6.0.3.7) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.3.0) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -445,11 +454,11 @@ GEM parser (>= 2.5.0.0, < 2.8, != 2.5.1.1) psych (~> 3.1.0) rainbow (>= 2.0, < 4.0) - regexp_parser (1.7.0) + regexp_parser (1.8.2) require_all (3.0.0) - responders (3.0.0) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -463,9 +472,9 @@ GEM rspec-mocks (~> 3.9.0) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.9.1) - rspec-support (~> 3.9.1) - rspec-expectations (3.9.1) + rspec-core (3.9.3) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-html-matchers (0.9.2) @@ -474,7 +483,7 @@ GEM rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-rails (4.0.0) + rspec-rails (4.0.1) actionpack (>= 4.2) activesupport (>= 4.2) railties (>= 4.2) @@ -482,7 +491,7 @@ GEM rspec-expectations (~> 3.9) rspec-mocks (~> 3.9) rspec-support (~> 3.9) - rspec-support (3.9.2) + rspec-support (3.9.4) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) rturk (2.12.1) @@ -498,7 +507,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) rubyzip (2.3.0) rufus-scheduler (3.4.2) et-orbi (~> 1.0) @@ -532,22 +541,24 @@ GEM simplecov-html (~> 0.11) simplecov-html (0.12.2) slack-notifier (1.0.0) - source-sans-pro-rails (0.7.0) + source-sans-pro-rails (0.7.1) railties (>= 3.2) - spectrum-rails (1.8.0) + spectrum-rails (1.8.1) railties (>= 3.1) - sprockets (3.7.2) + sprockets (3.7.5) + base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.2) temple (0.8.2) thor (0.20.3) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.6.1) + timeout (0.4.3) to_regexp (0.2.1) treetop (1.6.10) polyglot (~> 0.3) @@ -557,7 +568,7 @@ GEM multi_json (>= 1.3.0) typhoeus (1.3.1) ethon (>= 0.9.0) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -567,23 +578,24 @@ GEM unicode-display_width (1.7.0) uniform_notifier (1.13.0) vcr (5.1.0) - warden (1.2.8) - rack (>= 2.0.6) - web-console (3.7.0) - actionview (>= 5.0) - activemodel (>= 5.0) + warden (1.2.9) + rack (>= 2.0.9) + web-console (4.0.4) + actionview (>= 6.0.0) + activemodel (>= 6.0.0) bindex (>= 0.4.0) - railties (>= 5.0) + railties (>= 6.0.0) webmock (3.8.3) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket-driver (0.7.2) + websocket-driver (0.8.0) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.6.18) PLATFORMS ruby @@ -591,21 +603,21 @@ PLATFORMS DEPENDENCIES ace-rails-ap (~> 4.2) aws-sdk-core (~> 2.2.15) - better_errors (~> 2.7.0) + better_errors (~> 2.7.1) binding_of_caller (~> 0.8.0) bootsnap (>= 1.4.6) - bootstrap (~> 4.5.0) + bootstrap (~> 4.5.2) bullet (~> 6.1.0) - capybara (~> 3.32.1) - capybara-screenshot (~> 1.0.24) + capybara (~> 3.32.2) + capybara-screenshot (~> 1.0.25) capybara-select2 codecov (~> 0.2.8) - coffee-rails (~> 4.2.2) + coffee-rails (~> 5.0.0) daemons (~> 1.2.6) delayed_job (~> 4.1.8) delayed_job_active_record (~> 4.1.4) delorean (~> 2.1.0) - devise (~> 4.7.1) + devise (~> 4.7.2) dotenv (~> 2.5.0) erector! evernote_oauth @@ -615,27 +627,27 @@ DEPENDENCIES feedjira (~> 2.2) font-awesome-sass (~> 5.12.0) foreman (~> 0.87.1) - grape (~> 1.3.2) + grape (~> 1.3.3) grape-entity (~> 0.8.0) guard (~> 2.16.2) guard-livereload (~> 2.5.2) guard-rspec (~> 4.7.3) httparty (~> 0.16) jquery-datatables (~> 1.10.19) - jquery-rails (~> 4.3.5) + jquery-rails (~> 4.4.0) json (~> 2.3.0) jsonpath (~> 1.0.1) jwt (~> 2.2.1) kaminari (~> 1.2.1) kramdown (~> 2.3.0) - letter_opener_web (~> 1.4.0) + letter_opener_web (~> 1.4.1) liquid (~> 4.0.3) loofah (~> 2.5.0) mini_magick (~> 4.9.5) mini_racer (~> 0.3.1) net-ftp-list (~> 3.2.8) nokogiri (~> 1.10.8) - omniauth (~> 1.9.0) + omniauth (~> 1.9.2) omniauth-37signals omniauth-evernote overcommit (~> 0.53.0) @@ -643,10 +655,10 @@ DEPENDENCIES pry-byebug (~> 3.9.0) pry-rails (~> 0.3.9) puma (~> 5.0.0) - rack-livereload (~> 0.3.17) + rack-livereload (~> 0.5.1) rack-timeout (~> 0.5.1) - rails (~> 6.0.3.2) - rails-controller-testing (~> 1.0.4) + rails (~> 6.0.3.3) + rails-controller-testing (~> 1.0.5) rails-html-sanitizer (~> 1.3.0) rails_best_practices (~> 1.20.0) reek (~> 6.0.0) @@ -654,7 +666,7 @@ DEPENDENCIES rspec (~> 3.9.0) rspec-collection_matchers (~> 1.2.0) rspec-html-matchers (~> 0.9.2) - rspec-rails (~> 4.0.0) + rspec-rails (~> 4.0.1) rspec_junit_formatter (~> 0.4.1) rturk (~> 2.12.1) rubocop (~> 0.82.0) @@ -664,15 +676,15 @@ DEPENDENCIES selenium-webdriver (~> 3.142.7) shoulda-matchers (~> 4.3.0) slack-notifier (~> 1.0.0) - source-sans-pro-rails (~> 0.7.0) - spectrum-rails (~> 1.8.0) - sprockets (~> 3.7.2) + source-sans-pro-rails (~> 0.7.1) + spectrum-rails (~> 1.8.1) + sprockets (~> 3.7.3) sqlite3 (~> 1.4.2) twilio-ruby (~> 3.11.5) typhoeus (~> 1.3.1) uglifier (~> 4.1.18) vcr (~> 5.1.0) - web-console (~> 3.7.0) + web-console (~> 4.0.0) webmock (~> 3.8.3) RUBY VERSION