diff options
| author | Teddy Wing | 2015-12-30 18:51:52 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 18:51:52 -0800 |
| commit | 38785ce06a484cae08efbdf9d7c7c980c87eb9db (patch) | |
| tree | df8c74b2a73f1ca0a8298dbbc551561adfe30bf7 /Gemfile | |
| parent | b41a5d1bdde380b698b1123e25532fc26e4bf879 (diff) | |
| download | Evernote-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
