Skip to content

Commit

Permalink
Merge pull request #8 from kayaman/master
Browse files Browse the repository at this point in the history
Adding missing logger dependency.
  • Loading branch information
Geremy Cohen committed Jul 22, 2013
2 parents 681bf56 + 42dcf7c commit 69925d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 3.3/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3.3/lib/pubnub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69925d5

Please sign in to comment.