Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created September 28, 2018 04:00
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 lmiller1990/61a9f1a74181246c10b08fe23e234c35 to your computer and use it in GitHub Desktop.
Save lmiller1990/61a9f1a74181246c10b08fe23e234c35 to your computer and use it in GitHub Desktop.
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails', '~> 3.8'
gem 'capybara'
gem 'factory_bot_rails'
gem 'selenium-webdriver'
gem 'webdrivers'
gem 'rack-cors'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment