Created
October 22, 2018 21:57
-
-
Save toddsiegel/bc24a7d399704c6fa9dfc410498b29aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'pg' | |
gem 'puma' | |
gem 'rack-attack' | |
gem 'rollbar' | |
gem_group :development, :test do | |
gem 'rubocop' | |
end | |
gem_group :test do | |
gem 'capybara' | |
gem 'chromedriver-helper' | |
gem 'factory_bot_rails' | |
gem 'rspec-rails' | |
gem 'selenium-webdriver' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment