diff options
| author | Teddy Wing | 2015-12-30 17:09:36 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:45:27 -0800 |
| commit | a701bc329da6ccd076538f93eb011b269531eaa2 (patch) | |
| tree | 6c61b2430aeaec03be2c6313186163bba73f21e3 /Gemfile | |
| parent | 2eaf4e67fe8b523a497a794e4a51148f29f05835 (diff) | |
| download | Evernote-Rails-Example-a701bc329da6ccd076538f93eb011b269531eaa2.tar.bz2 | |
Add 'evernote-oauth' gem
For authentication with Evernote.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 2 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' |
