From 011952dcc6dd547c1563e15266b7b295d1a5184d Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 5 Jan 2021 08:53:55 +0100 Subject: [PATCH] Plus besoin de dry-* --- Gemfile | 3 --- Gemfile.lock | 29 ----------------------------- 2 files changed, 32 deletions(-) diff --git a/Gemfile b/Gemfile index e3c8305..40d471c 100644 --- a/Gemfile +++ b/Gemfile @@ -36,9 +36,6 @@ gem 'elasticsearch-rails' gem 'sidekiq' -# gem 'dry-types' -gem 'dry-struct' - # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 250414e..a6ff8ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,33 +80,6 @@ GEM concurrent-ruby (1.1.7) connection_pool (2.2.3) crass (1.0.6) - dry-configurable (0.11.6) - concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.7) - dry-equalizer (~> 0.2) - dry-container (0.7.2) - concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.10) - concurrent-ruby (~> 1.0) - dry-equalizer (0.3.0) - dry-inflector (0.2.0) - dry-logic (1.0.8) - concurrent-ruby (~> 1.0) - dry-core (~> 0.2) - dry-equalizer (~> 0.2) - dry-struct (1.3.0) - dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.3) - dry-types (~> 1.3) - ice_nine (~> 0.11) - dry-types (1.4.0) - concurrent-ruby (~> 1.0) - dry-container (~> 0.3) - dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.3) - dry-inflector (~> 0.1, >= 0.1.2) - dry-logic (~> 1.0, >= 1.0.2) elasticsearch (7.10.0) elasticsearch-api (= 7.10.0) elasticsearch-transport (= 7.10.0) @@ -136,7 +109,6 @@ GEM hashie (4.1.0) i18n (1.8.5) concurrent-ruby (~> 1.0) - ice_nine (0.11.2) jbuilder (2.10.1) activesupport (>= 5.0.0) listen (3.3.3) @@ -271,7 +243,6 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (>= 2.15) - dry-struct elasticsearch-persistence elasticsearch-rails jbuilder (~> 2.7)