Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Last active November 20, 2017 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y-yagi/8909044 to your computer and use it in GitHub Desktop.
Save y-yagi/8909044 to your computer and use it in GitHub Desktop.
Gemfile
ruby '2.4.1'
source 'https://rubygems.org'
gem 'rails', '~> 5.1.4'
gem 'active_decorator'
gem 'array_form_helper'
gem 'coffee-rails'
gem 'dotenv-rails'
gem 'doorkeeper', '>= 4.2.0'
gem 'kaminari'
gem 'exception_notification'
gem 'exception_notification-pushbullet'
gem 'the_garage'
gem 'garage-doorkeeper'
gem 'geocoder'
gem 'http'
gem 'holiday_jp'
gem 'icalendar'
gem 'jquery-rails'
gem 'json', '>= 2.0.0'
gem 'nokogiri', '>= 1.8.1'
gem 'rinku'
gem 'oauth2'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem 'pg'
gem 'rambulance'
gem 'rollbar'
gem 'sass-rails'
gem 'sprockets', '~> 3.0'
gem 'skylight'
gem 'puma'
gem 'slim-rails'
gem 'turbolinks', '~> 5.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'scenic'
gem 'secure_headers'
group :development do
gem 'derailed_benchmarks'
gem 'rack-mini-profiler'
gem 'stackprof'
gem 'web-console', '>= 2.1.3'
end
group :development, :test do
gem 'brakeman'
gem 'listen', '~> 3.0.5'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'byebug'
end
group :test do
gem 'activesupport-testing-metadata'
gem 'capybara'
gem 'coveralls', require: false
gem 'launchy'
gem 'minitest-sound'
gem 'minitest-slow_test'
gem 'minitest-test_profile'
gem 'minitest-sub_test_case'
gem 'vcr'
gem 'webmock'
gem 'chromedriver-helper'
gem 'selenium-webdriver'
gem 'screenshot_opener'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment