Skip to content

Commit

Permalink
#40 Add better_errors, sextant, etc for development env
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed Jun 6, 2013
1 parent ac06ff6 commit 26e1ac6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/cybele_Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ gem 'haml', '~> 4.0.2'
gem 'haml-rails', '~> 0.4'
gem 'bootstrap-sass', '~> 2.3.1.0'
gem 'responders'
gem 'exception_notification'

group :doc do
gem 'sdoc', require: false
end

gem 'letter_opener', :group => :development
group :development, :test do
gem 'better_errors'
gem 'binding_of_caller'
gem 'letter_opener'
end

0 comments on commit 26e1ac6

Please sign in to comment.