diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -32,6 +32,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc # Use Capistrano for deployment # gem 'capistrano-rails', group: :development +gem 'evernote_oauth' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 076d1c6..c90dcae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,6 +51,10 @@ GEM concurrent-ruby (1.0.0) debug_inspector (0.0.2) erubis (2.7.0) + evernote-thrift (1.25.2) + evernote_oauth (0.2.3) + evernote-thrift + oauth (>= 0.4.1) execjs (2.6.0) globalid (0.3.6) activesupport (>= 4.1.0) @@ -73,6 +77,7 @@ GEM multi_json (1.11.2) nokogiri (1.6.7.1) mini_portile2 (~> 2.0.0.rc2) + oauth (0.4.7) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) @@ -144,6 +149,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) + evernote_oauth jbuilder (~> 2.0) jquery-rails rails (= 4.2.5) |
