This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Refactor Gemfile / update dependecies #600
Closed
Description
Our Gemfile currently references very few version numbers, and this is a problem because anytime someone inadvertently updates Gemfile.lock (like in #535) we inadvertently upgrade Reservations' dependencies.
We should use the appropriate version identifiers (see http://bundler.io/v1.6/gemfile.html) - for example:
gem 'capybara', '~> 2.0.0'
We only want to automatically upgrade to service releases for capybara, ie. versions between 2.0.0 and 2.1.
Activity