diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -32,6 +32,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc  # Use Capistrano for deployment  # gem 'capistrano-rails', group: :development +gem 'aws-sdk' +  group :development, :test do    # Call 'debugger' anywhere in the code to stop execution and get a debugger console    gem 'debugger' @@ -41,5 +43,7 @@ group :development, :test do    # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring    gem 'spring' + +  gem 'dotenv-rails'  end | 
