aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 18:51:52 -0800
committerTeddy Wing2015-12-30 18:51:52 -0800
commit38785ce06a484cae08efbdf9d7c7c980c87eb9db (patch)
treedf8c74b2a73f1ca0a8298dbbc551561adfe30bf7 /Gemfile
parentb41a5d1bdde380b698b1123e25532fc26e4bf879 (diff)
downloadEvernote-Rails-Example-38785ce06a484cae08efbdf9d7c7c980c87eb9db.tar.bz2
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`.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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