Skip to content

Commit

Permalink
Remove lockfile
Browse files Browse the repository at this point in the history
https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
The intent here is to avoid the multiple dev dependencies from raising 
security issues for consumers of the gem
  • Loading branch information
vprigent committed Nov 10, 2024
1 parent b4ee8dd commit 64b9d5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 3.1
Include:
- "**/*.podspec"
- "**/*.jbuilder"
Expand Down Expand Up @@ -1058,4 +1058,4 @@ Style/FrozenStringLiteralComment:
Layout/SpaceBeforeFirstArg:
Enabled: false
Style/FormatStringToken:
Enabled: false
Enabled: false
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# Unreleased
- Remove committed Gemfile.lock

# 11.1.0
- Allow multiple data migration paths https://github.com/ilyakatz/data-migrate/pull/331
- Fix db:prepare:with_data task on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/339)
Expand Down
192 changes: 0 additions & 192 deletions Gemfile.lock

This file was deleted.

0 comments on commit 64b9d5e

Please sign in to comment.