Skip to content

Commit ecd0cd5

Browse files
committed
chore: Add section for Rails 6 gem version support and missing Changelog line
1 parent 9822b60 commit ecd0cd5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
- Allow multiple data migration paths https://github.com/ilyakatz/data-migrate/pull/331
34
- Fix db:prepare:with_data task on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/339)
45

56
# 11.0.0

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ table to track all migrations.
3838

3939
Support Rails 6.1 through 7.2
4040

41+
For **Rails 6.0** support, please use gem version `9.1.x`:
42+
43+
```ruby
44+
gem 'data_migrate', '~> 9.1.0'
45+
```
4146

4247
#### v1
4348

0 commit comments

Comments
 (0)