From 42dcf7c1496471b67b906614535b25b30c7daf1a Mon Sep 17 00:00:00 2001 From: Marco Antonio Gonzalez Junior Date: Mon, 22 Jul 2013 12:08:19 -0300 Subject: [PATCH] Adding missing logger dependency. --- 3.3/Gemfile | 1 + 3.3/lib/pubnub.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3.3/Gemfile b/3.3/Gemfile index b3f723691..6de134393 100644 --- a/3.3/Gemfile +++ b/3.3/Gemfile @@ -18,6 +18,7 @@ gem 'ruby-debug19' gem 'ruby-debug-base19' gem 'httparty' gem 'passenger' +gem 'logger' # Gems used only for assets and not required diff --git a/3.3/lib/pubnub.rb b/3.3/lib/pubnub.rb index b1bca459f..3b6548851 100644 --- a/3.3/lib/pubnub.rb +++ b/3.3/lib/pubnub.rb @@ -25,7 +25,7 @@ require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/object/try' require 'active_support/core_ext/object/blank' - +require 'logger' class Pubnub