diff --git a/Gemfile b/Gemfile index 17ee233b..7c04de46 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,8 @@ gem 'doorkeeper', '~> 5.8', '>= 5.8.2' gem 'doorkeeper-i18n', '~> 5.2', '>= 5.2.7' gem 'exifr', '~> 1.4', '>= 1.4.1' gem 'friendly_id', '~> 5.5', '>= 5.5.1' +gem 'graphiti', '~> 1.8' +gem 'graphiti-rails', '~> 0.4.1' gem 'http', '~> 5.2' gem 'iban-tools', '~> 1.2.1' gem 'icalendar', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index 049f1607..0e63ad9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,6 +151,23 @@ GEM dotenv (= 3.1.8) railties (>= 6.1) drb (2.2.1) + dry-core (1.1.0) + concurrent-ruby (~> 1.0) + logger + zeitwerk (~> 2.6) + dry-inflector (1.2.0) + dry-logic (1.6.0) + bigdecimal + concurrent-ruby (~> 1.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) + dry-types (1.8.2) + bigdecimal (~> 3.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0) + dry-logic (~> 1.4) + zeitwerk (~> 2.6) erubi (1.13.1) et-orbi (1.2.11) tzinfo @@ -178,6 +195,19 @@ GEM ruby-progressbar (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) + graphiti (1.8.1) + activesupport (>= 5.2) + concurrent-ruby (>= 1.2, < 2.0) + dry-types (>= 0.15.0, < 2.0) + graphiti_errors (~> 1.1.0) + jsonapi-renderer (~> 0.2, >= 0.2.2) + jsonapi-serializable (~> 0.3.0) + graphiti-rails (0.4.1) + graphiti (~> 1.2) + railties (>= 5.0) + rescue_registry (~> 1.0) + graphiti_errors (1.1.2) + jsonapi-serializable (~> 0.1) guard (2.19.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -233,10 +263,13 @@ GEM jsonapi-authorization (3.0.2) jsonapi-resources (~> 0.9.0) pundit (>= 1.0.0, < 3.0.0) + jsonapi-renderer (0.2.2) jsonapi-resources (0.9.12) activerecord (>= 4.1) concurrent-ruby railties (>= 4.1) + jsonapi-serializable (0.3.1) + jsonapi-renderer (~> 0.2.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) listen (3.9.0) @@ -404,6 +437,8 @@ GEM io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) + rescue_registry (1.0.0) + activesupport (>= 5.0) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -603,6 +638,8 @@ DEPENDENCIES faker (~> 3.5, >= 3.5.1) friendly_id (~> 5.5, >= 5.5.1) fuubar (~> 2.5, >= 2.5.1) + graphiti (~> 1.8) + graphiti-rails (~> 0.4.1) guard-rspec (~> 4.7, >= 4.7.3) http (~> 5.2) iban-tools (~> 1.2.1)