Skip to content

Commit

Permalink
remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vprigent committed Nov 9, 2024
1 parent 2600c91 commit dd366c0
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 dd366c0

Please sign in to comment.