Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Sep 1, 2023
1 parent 8291281 commit e713a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion text/0011-gem-checksum-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Old versions of Bundler should ignore the CHECKSUMS section. We will need to che
- Verifying .gem files at install time offers nearly complete protection against hacked, altered and corrupted gems. Bundler already ensures that only the bundled gems are available to the app. This feature adds the assurance that only verified gems were installed with the bundle.
- One alternative to this solution is including (vendoring) the bundled gems in the repository. This effectively has the same result, since the gems that will be installed during the production deploy will be verifiably the same gems that were used during CI and development. The downside of this vendored approach is the increase in the repository size. Checksums allow for a similar level of confidence without the downsides of vendoring gems and can be enabled by default so that more users will benefit.


# Unresolved questions

- What are the exact commands, options, warning and error messages that are used to interact with the feature?
Expand Down

0 comments on commit e713a07

Please sign in to comment.