You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rake is a Make-like program implemented in Ruby (https://github.com/ruby/rake)
gem 'rake'
# rspec-3.12.0 (http://github.com/rspec)
gem 'rspec'
# Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. (https://relishapp.com/vcr/vcr/docs)
gem 'vcr'
# Library for stubbing HTTP requests in Ruby. (https://github.com/bblimke/webmock)
gem 'webmock'
# Loads environment variables from `.env`. (https://github.com/bkeepers/dotenv)