From 38785ce06a484cae08efbdf9d7c7c980c87eb9db Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 18:51:52 -0800 Subject: Use updated 'kipcole9/evernote' gem Updated the gem to fix the `LoadError` I ran into (https://github.com/teddywing/evernote/commit/f10ec2efe2e2984109545e496f36067cb3707dd6). Change our `NotesController` code to use the updated gem now instead of the code we copied over directly into `services/evernote.rb`. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f218f0c..bb13b45 100644 --- a/Gemfile +++ b/Gemfile @@ -40,6 +40,7 @@ gem 'omniauth-evernote' gem 'evernote-thrift' # gem 'evernote', '1.3.0', :github => 'kipcole9/evernote' +gem 'evernote', '1.3.1', :github => 'teddywing/evernote' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console -- cgit v1.2.3