templates/rails_app/Gemfile in railman-0.6.18 vs templates/rails_app/Gemfile in railman-0.6.19
- old
+ new
@@ -23,9 +23,11 @@
gem 'railman-deployment', '~> 0.2' # capistrano deployment
gem 'exception_notification', '4.1.2' # exception notification per email
+gem 'lograge', '~> 0.4.1' # one-line-per-request log messages
+
group :development do
gem 'annotate', '~> 2.7.1' # add comments to models with db column information
gem 'better_errors' # better error pages in development
gem 'binding_of_caller' # repl on the error page
gem 'letter_opener', '1.4.1' # for email tests in development