Skip to content

Instantly share code, notes, and snippets.

@GiaoGiaoCat
Created July 2, 2018 03:37
Show Gist options
  • Save GiaoGiaoCat/a0415884098e3e14e69dca83da778043 to your computer and use it in GitHub Desktop.
Save GiaoGiaoCat/a0415884098e3e14e69dca83da778043 to your computer and use it in GitHub Desktop.
Public.Law
gem 'mysql2'
gem 'rails', '5.1.6'
gem 'dalli'
gem 'dig_bang'
gem 'jquery-rails'
gem 'kaminari'
gem 'law_string', github: 'public-law/law_string'
gem 'memery'
gem 'naturally'
gem 'nokogiri'
gem 'puma', require: false
gem 'sass-rails', require: false
gem 'schema_dot_org', '= 1.3.0'
gem 'sentry-raven'
gem 'sitemap_generator', require: false
gem 'uglifier', require: false
gem 'will_paginate'
group :test do
gem 'capybara'
gem 'fuubar'
gem 'rails-controller-testing'
gem 'rspec'
gem 'rspec-rails'
gem 'simplecov', require: false
end
group :development do
gem 'annotate'
gem 'debase'
gem 'guard-rspec', require: false
gem 'rails-erd', require: false
gem 'ruby-debug-ide'
gem 'spring-commands-rspec'
gem 'terminal-notifier'
gem 'terminal-notifier-guard'
gem 'therubyracer'
# Live Reload
gem 'rb-fsevent'
gem 'guard-livereload'
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'listen'
gem 'web-console'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '>= 2.0.0'
end
group :development, :test do
gem 'byebug'
gem 'dotenv-rails'
gem 'pry-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment