aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 17:09:36 -0800
committerTeddy Wing2015-12-30 17:45:27 -0800
commita701bc329da6ccd076538f93eb011b269531eaa2 (patch)
tree6c61b2430aeaec03be2c6313186163bba73f21e3 /Gemfile
parent2eaf4e67fe8b523a497a794e4a51148f29f05835 (diff)
downloadEvernote-Rails-Example-a701bc329da6ccd076538f93eb011b269531eaa2.tar.bz2
Add 'evernote-oauth' gem
For authentication with Evernote.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index db48b77..33b3726 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'