Skip to content
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
@mnquintana

Description

@mnquintana

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions