From 074bad8bdec603ec760ccc967e61bcd52f3f4523 Mon Sep 17 00:00:00 2001 From: Alex Sherman Date: Thu, 10 Jun 2021 12:16:20 +0500 Subject: [PATCH] Revert "Add local gem" This reverts commit 0bb713de54e073687a6023e9213982418ee4e5c1. --- Gemfile | 1 - Gemfile.lock | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 51089b868..5bcbd2bec 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,6 @@ gem 'mimemagic', '0.4.3' gem 'rails', '~> 6.1.3.2' gem 'rest-client' gem 'uglifier' -gem 'shunter', path: '/shared/shunter/' # load env gem 'figaro', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index cff5aea99..40b77456d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,12 +73,6 @@ GIT nokogiri (>= 1.4.0) savon (>= 2.4.0) -PATH - remote: /shared/shunter - specs: - shunter (0.1.0) - redis (~> 4.2) - GEM remote: https://rubygems.org/ specs: @@ -571,7 +565,6 @@ DEPENDENCIES sass-rails select2-rails (= 4.0.13) selectize-rails (= 0.12.6) - shunter! sidekiq simplecov (= 0.17.1) simpleidn (= 0.2.1) @@ -584,4 +577,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.5.1) BUNDLED WITH - 2.2.19 + 2.2.17