diff --git a/Gemfile b/Gemfile index 6a8922a..dd77d8e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,13 +13,13 @@ gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' gem 'bootsnap', '>= 1.4.2', require: false gem 'activeadmin' -gem 'devise', github: 'heartcombo/devise', branch: 'ca-omniauth-2' +gem 'devise' gem 'omniauth-google-oauth2' gem 'omniauth-rails_csrf_protection' gem 'intuit-oauth' gem 'acts_as_paranoid', '~> 0.7.0' gem 'sentry-ruby' -gem 'sentry-rails' +gem 'sentry-rails', '~>4.3.0' gem 'httparty' gem 'quickbooks-ruby' gem 'order_as_specified' @@ -33,8 +33,10 @@ gem 'noticed', '~> 1.5' gem 'paper_trail' gem 'hashdiff' gem 'skylight' -gem 'ferrum' +gem 'ferrum', '~>0.12' gem 'parity' +gem 'nio4r', '~>2.6' +gem 'active_model_serializers', '~> 0.10.2' group :development, :test do gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index 83dc51e..5839dd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,353 +1,378 @@ -GIT - remote: https://github.com/heartcombo/devise.git - revision: e16d60d0fedc5f5e6f541b2b9e901a2d53f8ceda - branch: ca-omniauth-2 - specs: - devise (4.7.3) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - GEM remote: https://rubygems.org/ specs: - actioncable (6.0.3.5) - actionpack (= 6.0.3.5) + actioncable (6.0.6.1) + actionpack (= 6.0.6.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.3.5) - actionpack (= 6.0.3.5) - activejob (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) + actionmailbox (6.0.6.1) + actionpack (= 6.0.6.1) + activejob (= 6.0.6.1) + activerecord (= 6.0.6.1) + activestorage (= 6.0.6.1) + activesupport (= 6.0.6.1) mail (>= 2.7.1) - actionmailer (6.0.3.5) - actionpack (= 6.0.3.5) - actionview (= 6.0.3.5) - activejob (= 6.0.3.5) + actionmailer (6.0.6.1) + actionpack (= 6.0.6.1) + actionview (= 6.0.6.1) + activejob (= 6.0.6.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.5) - actionview (= 6.0.3.5) - activesupport (= 6.0.3.5) + actionpack (6.0.6.1) + actionview (= 6.0.6.1) + activesupport (= 6.0.6.1) 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.5) - actionpack (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) + actiontext (6.0.6.1) + actionpack (= 6.0.6.1) + activerecord (= 6.0.6.1) + activestorage (= 6.0.6.1) + activesupport (= 6.0.6.1) nokogiri (>= 1.8.5) - actionview (6.0.3.5) - activesupport (= 6.0.3.5) + actionview (6.0.6.1) + activesupport (= 6.0.6.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activeadmin (2.9.0) + active_model_serializers (0.10.14) + actionpack (>= 4.1) + activemodel (>= 4.1) + case_transform (>= 0.2) + jsonapi-renderer (>= 0.1.1.beta1, < 0.3) + activeadmin (2.12.0) arbre (~> 1.2, >= 1.2.1) formtastic (>= 3.1, < 5.0) formtastic_i18n (~> 0.4) inherited_resources (~> 1.7) jquery-rails (~> 4.2) kaminari (~> 1.0, >= 1.2.1) - railties (>= 5.2, < 6.2) - ransack (~> 2.1, >= 2.1.1) - activejob (6.0.3.5) - activesupport (= 6.0.3.5) + railties (>= 6.0, < 7.1) + ransack (>= 2.1.1, < 4) + activejob (6.0.6.1) + activesupport (= 6.0.6.1) globalid (>= 0.3.6) - activemodel (6.0.3.5) - activesupport (= 6.0.3.5) - activerecord (6.0.3.5) - activemodel (= 6.0.3.5) - activesupport (= 6.0.3.5) - activestorage (6.0.3.5) - actionpack (= 6.0.3.5) - activejob (= 6.0.3.5) - activerecord (= 6.0.3.5) - marcel (~> 0.3.1) - activesupport (6.0.3.5) + activemodel (6.0.6.1) + activesupport (= 6.0.6.1) + activerecord (6.0.6.1) + activemodel (= 6.0.6.1) + activesupport (= 6.0.6.1) + activestorage (6.0.6.1) + actionpack (= 6.0.6.1) + activejob (= 6.0.6.1) + activerecord (= 6.0.6.1) + marcel (~> 1.0) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - acts_as_paranoid (0.7.0) + acts_as_paranoid (0.7.3) activerecord (>= 5.2, < 7.0) activesupport (>= 5.2, < 7.0) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) - arbre (1.4.0) - activesupport (>= 3.0.0, < 6.2) - ruby2_keywords (>= 0.0.2, < 1.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) + arbre (1.7.0) + activesupport (>= 3.0.0) + ruby2_keywords (>= 0.0.2) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - bcrypt (3.1.16) + base64 (0.2.0) + bcrypt (3.1.20) + bigdecimal (3.1.7) bindex (0.8.1) - bootsnap (1.7.2) - msgpack (~> 1.0) + bootsnap (1.18.3) + msgpack (~> 1.2) builder (3.2.4) - bullet (7.0.1) + bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - capybara (3.35.3) + capybara (3.39.2) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - childprocess (3.0.0) + case_transform (0.2) + activesupport coderay (1.1.3) coercible (1.0.0) descendants_tracker (~> 0.0.1) - concurrent-ruby (1.1.8) - connection_pool (2.2.5) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) crass (1.0.6) + date (3.3.4) declarative (0.0.20) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) - erubi (1.10.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) + devise (4.9.3) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) + domain_name (0.6.20240107) + erubi (1.12.0) + faraday (2.8.1) + base64 + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-gzip (1.0.0) + faraday (>= 1.0) + zlib (~> 2.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (3.0.2) ferrum (0.12) addressable (~> 2.5) concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.14.2) - ffi-compiler (1.0.1) - ffi (>= 1.0.0) + ffi (1.16.3) + ffi-compiler (1.3.2) + ffi (>= 1.15.5) rake formtastic (4.0.0) actionpack (>= 5.2.0) - formtastic_i18n (0.6.0) - globalid (0.4.2) - activesupport (>= 4.2.0) - google-apis-admin_directory_v1 (0.25.0) - google-apis-core (>= 0.5, < 2.a) - google-apis-admin_reports_v1 (0.10.0) - google-apis-core (>= 0.4, < 2.a) - google-apis-calendar_v3 (0.17.0) - google-apis-core (>= 0.4, < 2.a) - google-apis-core (0.5.0) + formtastic_i18n (0.7.0) + globalid (1.1.0) + activesupport (>= 5.0) + google-apis-admin_directory_v1 (0.53.0) + google-apis-core (>= 0.14.0, < 2.a) + google-apis-admin_reports_v1 (0.21.0) + google-apis-core (>= 0.14.0, < 2.a) + google-apis-calendar_v3 (0.38.0) + google-apis-core (>= 0.14.0, < 2.a) + google-apis-core (0.14.1) addressable (~> 2.5, >= 2.5.1) - googleauth (>= 0.16.2, < 2.a) + googleauth (~> 1.9) httpclient (>= 2.8.1, < 3.a) mini_mime (~> 1.0) representable (~> 3.0) retriable (>= 2.0, < 4.a) rexml - webrick - googleauth (0.17.1) - faraday (>= 0.17.3, < 2.0) + google-cloud-env (2.1.1) + faraday (>= 1.0, < 3.a) + googleauth (1.11.0) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.1) jwt (>= 1.4, < 3.0) - memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) - signet (~> 0.15) - has_scope (0.8.0) + signet (>= 0.16, < 2.a) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) - hashdiff (1.0.1) - hashie (4.1.0) - http (5.0.1) - addressable (~> 2.3) + hashdiff (1.1.0) + hashie (5.0.0) + http (5.2.0) + addressable (~> 2.8) + base64 (~> 0.1) http-cookie (~> 1.0) http-form_data (~> 2.2) - llhttp-ffi (~> 0.3.0) - http-cookie (1.0.4) + llhttp-ffi (~> 0.5.0) + http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.8.9) + i18n (1.14.4) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - inherited_resources (1.12.0) - actionpack (>= 5.2, < 6.2) - has_scope (~> 0.6) - railties (>= 5.2, < 6.2) - responders (>= 2, < 4) - intuit-oauth (1.0.2) + inherited_resources (1.14.0) + actionpack (>= 6.0) + has_scope (>= 0.6) + railties (>= 6.0) + responders (>= 2) + intuit-oauth (1.0.3) httparty (>= 0.16.3) json (>= 1.8.0) rsa-pem-from-mod-exp (~> 0.1.0) - jquery-rails (4.4.0) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.5.1) - jwt (2.2.2) - kaminari (1.2.1) + json (2.7.1) + jsonapi-renderer (0.2.2) + jwt (2.8.1) + base64 + kaminari (1.2.2) activesupport (>= 4.1.0) - kaminari-actionview (= 1.2.1) - kaminari-activerecord (= 1.2.1) - kaminari-core (= 1.2.1) - kaminari-actionview (1.2.1) + kaminari-actionview (= 1.2.2) + kaminari-activerecord (= 1.2.2) + kaminari-core (= 1.2.2) + kaminari-actionview (1.2.2) actionview - kaminari-core (= 1.2.1) - kaminari-activerecord (1.2.1) + kaminari-core (= 1.2.2) + kaminari-activerecord (1.2.2) activerecord - kaminari-core (= 1.2.1) - kaminari-core (1.2.1) - listen (3.4.1) + kaminari-core (= 1.2.2) + kaminari-core (1.2.2) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.3.1) + llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) - loofah (2.9.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.1) + nokogiri (>= 1.12.0) + mail (2.8.1) mini_mime (>= 0.1.1) - marcel (0.3.3) - mimemagic (~> 0.3.2) - memoist (0.16.2) + net-imap + net-pop + net-smtp + marcel (1.0.4) + matrix (0.4.2) method_source (1.0.0) - mime-types (3.3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) - mimemagic (0.3.10) - nokogiri (~> 1) - rake - mini_mime (1.0.2) + mini_mime (1.1.5) mini_portile2 (2.5.0) - minitest (5.14.3) - msgpack (1.4.2) + minitest (5.22.3) + msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) - net-http-persistent (4.0.1) + multipart-post (2.4.0) + net-http-persistent (4.0.2) connection_pool (~> 2.2) - nio4r (2.5.5) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + net-imap (0.3.7) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.2) + timeout + net-smtp (0.4.0.1) + net-protocol + nio4r (2.7.0) + nokogiri (1.15.6-arm64-darwin) racc (~> 1.4) - noticed (1.5.9) + nokogiri (1.15.6-x86_64-linux) + racc (~> 1.4) + noticed (1.6.3) http (>= 4.0.0) rails (>= 5.2.0) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + 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.2) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.2) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection - omniauth-google-oauth2 (0.8.1) + omniauth-google-oauth2 (1.1.1) jwt (>= 2.0) - oauth2 (~> 1.1) - omniauth (>= 1.1.1) - omniauth-oauth2 (>= 1.6) - omniauth-oauth2 (1.7.1) - oauth2 (~> 1.4) - omniauth (>= 1.9, < 3) - omniauth-rails_csrf_protection (1.0.0) + oauth2 (~> 2.0.6) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.8.0) + 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) order_as_specified (1.7) activerecord (>= 5.0.0) orm_adapter (0.5.0) os (1.1.4) - paper_trail (12.3.0) - activerecord (>= 5.2) - request_store (~> 1.1) - parallel (1.22.1) + paper_trail (14.0.0) + activerecord (>= 6.0) + request_store (~> 1.4) + parallel (1.24.0) parity (3.5.0) - pg (1.2.3) - pry (0.14.0) + pg (1.5.6) + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) - puma (4.3.7) + public_suffix (5.0.4) + puma (4.3.12) nio4r (~> 2.0) - quickbooks-ruby (1.0.17) + quickbooks-ruby (2.0.3) activemodel (> 4.0) + faraday (< 3.0) + faraday-gzip (~> 1.0) + faraday-multipart (~> 1.0) multipart-post net-http-persistent nokogiri - oauth2 (~> 1.4) - roxml (~> 4.0) - racc (1.5.2) - rack (2.2.3) - rack-protection (2.1.0) + oauth2 (< 3.0) + roxml (~> 4.2) + racc (1.7.3) + rack (2.2.8.1) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) + rack-proxy (0.7.7) rack - rack-proxy (0.6.5) - rack - rack-test (1.1.0) - rack (>= 1.0, < 3) - rails (6.0.3.5) - actioncable (= 6.0.3.5) - actionmailbox (= 6.0.3.5) - actionmailer (= 6.0.3.5) - actionpack (= 6.0.3.5) - actiontext (= 6.0.3.5) - actionview (= 6.0.3.5) - activejob (= 6.0.3.5) - activemodel (= 6.0.3.5) - activerecord (= 6.0.3.5) - activestorage (= 6.0.3.5) - activesupport (= 6.0.3.5) + rack-test (2.1.0) + rack (>= 1.3) + rails (6.0.6.1) + actioncable (= 6.0.6.1) + actionmailbox (= 6.0.6.1) + actionmailer (= 6.0.6.1) + actionpack (= 6.0.6.1) + actiontext (= 6.0.6.1) + actionview (= 6.0.6.1) + activejob (= 6.0.6.1) + activemodel (= 6.0.6.1) + activerecord (= 6.0.6.1) + activestorage (= 6.0.6.1) + activesupport (= 6.0.6.1) bundler (>= 1.3.0) - railties (= 6.0.3.5) + railties (= 6.0.6.1) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) - railties (6.0.3.5) - actionpack (= 6.0.3.5) - activesupport (= 6.0.3.5) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (6.0.6.1) + actionpack (= 6.0.6.1) + activesupport (= 6.0.6.1) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (13.0.6) - ransack (2.4.1) - activerecord (>= 5.2.4) - activesupport (>= 5.2.4) + rake (13.1.0) + ransack (3.1.0) + activerecord (>= 6.0.4) + activesupport (>= 6.0.4) i18n - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdiscount (2.2.0.2) - regexp_parser (2.0.3) + rdiscount (2.2.7.3) + regexp_parser (2.9.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - request_store (1.5.1) + request_store (1.6.0) rack (>= 1.4) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) retriable (3.1.2) - rexml (3.2.5) - roxml (4.1.1) + rexml (3.2.6) + roxml (4.2.0) activesupport (>= 4.0) nokogiri (>= 1.3.3) rsa-pem-from-mod-exp (0.1.0) - ruby2_keywords (0.0.4) - rubyzip (2.3.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -358,95 +383,101 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (3.142.7) - childprocess (>= 0.5, < 4.0) - rubyzip (>= 1.2.2) + selenium-webdriver (4.9.0) + rexml (~> 3.2, >= 3.2.5) + rubyzip (>= 1.2.2, < 3.0) + websocket (~> 1.0) sentry-rails (4.3.0) rails (>= 5.0) sentry-ruby-core (~> 4.3.0) - sentry-ruby (4.3.0) + sentry-ruby (5.17.1) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - faraday (>= 1.0) - sentry-ruby-core (= 4.3.0) - sentry-ruby-core (4.3.0) + sentry-ruby-core (4.3.2) concurrent-ruby faraday - signet (0.15.0) - addressable (~> 2.3) - faraday (>= 0.17.3, < 2.0) + signet (0.19.0) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - skylight (5.3.2) + skylight (6.0.4) activesupport (>= 5.2.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.2) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) + rack (>= 2.2.4, < 4) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) storext (3.3.0) activerecord (>= 4.0, < 6.2) virtus - thor (1.1.0) + thor (1.3.1) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.3.0) + timeout (0.4.1) trailblazer-option (0.1.2) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.9) + tzinfo (1.2.11) thread_safe (~> 0.1) uber (0.1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.1) uniform_notifier (1.16.0) - validate_url (1.0.13) + validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix + version_gem (1.1.3) virtus (2.0.0) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) warden (1.2.9) rack (>= 2.0.9) - web-console (4.1.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.5.0) + webdrivers (5.3.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (>= 3.0, < 4.0) + selenium-webdriver (~> 4.0, < 4.11) webpacker (4.3.0) activesupport (>= 4.2) rack-proxy (>= 0.6.1) railties (>= 4.2) - webrick (1.7.0) - websocket-driver (0.7.3) + webrick (1.8.1) + websocket (1.2.10) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.6.13) + zlib (2.1.1) PLATFORMS - ruby + arm64-darwin-23 + x86_64-linux DEPENDENCIES + active_model_serializers (~> 0.10.2) activeadmin acts_as_paranoid (~> 0.7.0) bootsnap (>= 1.4.2) bullet capybara (>= 2.15) - devise! - ferrum + devise + ferrum (~> 0.12) google-apis-admin_directory_v1 google-apis-admin_reports_v1 google-apis-calendar_v3 @@ -455,6 +486,7 @@ DEPENDENCIES intuit-oauth listen (~> 3.2) mini_portile2 (= 2.5.0) + nio4r (~> 2.6) noticed (~> 1.5) omniauth-google-oauth2 omniauth-rails_csrf_protection @@ -470,7 +502,7 @@ DEPENDENCIES rdiscount sass-rails (>= 6) selenium-webdriver - sentry-rails + sentry-rails (~> 4.3.0) sentry-ruby skylight spring @@ -487,4 +519,4 @@ RUBY VERSION ruby 2.7.2p137 BUNDLED WITH - 2.1.4 + 2.4.22