Gemfile
gem "bower-rails", "~> 0.11.0"
gem 'simple_form'
gem 'faker'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'dotenv-rails'
gem 'thin'
gem 'whirly'
gem 'paint' # makes whirly colorful
end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
gem 'pry-rails'
gem 'pry-byebug'
gem 'awesome_print'
gem 'rails-footnotes'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rails_panel'
gem 'meta_request'
gem 'quiet_assets'
end