From 1ec9a13f9595a542243b471a5bdf217c961b3203 Mon Sep 17 00:00:00 2001 From: Bohdan Perekhrest <79131278+bohdan-perekhrest@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:54:34 +0300 Subject: [PATCH] Fix after removing Guid gem (#6) --- Gemfile | 2 -- Gemfile.lock | 2 -- lib/exact_target_sdk/client.rb | 3 +-- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 448825f..73f4c99 100644 --- a/Gemfile +++ b/Gemfile @@ -3,10 +3,8 @@ source 'http://rubygems.org' gem 'activemodel', '~> 3.0' gem 'activesupport', '~> 3.0' gem 'furi' -gem 'guid', '~> 0.1' gem 'savon', '~> 2.4' group :test do gem 'rspec', '~> 3.12' end - diff --git a/Gemfile.lock b/Gemfile.lock index 3a64db3..2fcc5d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,6 @@ GEM date (3.3.3) diff-lcs (1.5.0) furi (0.2.3) - guid (0.1.1) gyoku (1.4.0) builder (>= 2.1.2) rexml (~> 3.0) @@ -85,7 +84,6 @@ DEPENDENCIES activemodel (~> 3.0) activesupport (~> 3.0) furi - guid (~> 0.1) rspec (~> 3.12) savon (~> 2.4) diff --git a/lib/exact_target_sdk/client.rb b/lib/exact_target_sdk/client.rb index 4e26aa4..05c0777 100644 --- a/lib/exact_target_sdk/client.rb +++ b/lib/exact_target_sdk/client.rb @@ -1,4 +1,3 @@ -require 'guid' require 'savon' require 'timeout' @@ -233,7 +232,7 @@ def logger attr_writer :config attr_accessor :client - + # Constructs and saves the savon client using provided config. def initialize_client! self.client = ::Savon.client(