tboucheau/Meal_plan

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
gem 'pg', '~> 0.18'
gem 'puma', '~> 3.0'
gem 'sass-rails', '~> 5.0'
gem 'bootstrap-sass', '~> 3.3.6'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'

gem 'nokogiri', '1.6.8.1'
gem 'clearance', '~> 1.15.1'

group :development, :test do
gem 'byebug', platform: :mri
gem 'minitest-rails'
gem 'factory_girl_rails'
gem 'faker'
end

group :development do
  gem 'web-console'
  gem 'listen'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]