Skip to content

Commit

Permalink
Merge branch 'remove-gemfile-lock'
Browse files Browse the repository at this point in the history
When I run automated security checks on a gem
I want the alerts to be mostly relevant
So that no-one gets confused by unnecessary false positives
And I don't get used to ignore warnings

The Gemfile.loclk in a gem is only used during development
(it is not used when the gem is installed in a project),
it is arguably not essential to lock dependencies in development,
and having the file causes automatic security scanners to trigger
most often that not alerts that are not relevant.
  • Loading branch information
gonzalo-bulnes committed Dec 21, 2017
2 parents 05815bf + ff35d21 commit 6ce6f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 75 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - 2017-12-21

### Fixed

- Remove `Gemfile.lock` - mostly to acknowledge that it is only used in development and is not really necessary.

## [0.11.0] - 2016-12-29

### Added
Expand Down
75 changes: 0 additions & 75 deletions Gemfile.lock

This file was deleted.

0 comments on commit 6ce6f5b

Please sign in to comment.