Commit eee89d8 1 parent d429b07 commit eee89d8 Copy full SHA for eee89d8
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.5.0
4
+ - Support Rails 7.2
5
+
3
6
## 9.4.0
4
7
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
5
8
- Run load_config rake task before db:migrate: with_data https://github.com/ilyakatz/data-migrate/pull/308
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ table to track all migrations.
36
36
37
37
## Rails Support
38
38
39
- Support Rails 6.1 through 7.1
39
+ Support Rails 6.1 through 7.2
40
40
41
41
42
42
#### v1
Original file line number Diff line number Diff line change 156
156
nio4r (2.7.3)
157
157
nokogiri (1.16.5-aarch64-linux)
158
158
racc (~> 1.4)
159
+ nokogiri (1.16.5-arm64-darwin)
160
+ racc (~> 1.4)
159
161
overcommit (0.63.0)
160
162
childprocess (>= 0.6.3, < 6)
161
163
iniparse (~> 1.4)
223
225
parser (>= 3.3.1.0)
224
226
ruby-progressbar (1.13.0)
225
227
sqlite3 (2.0.2-aarch64-linux-gnu)
228
+ sqlite3 (2.0.2-arm64-darwin)
226
229
stringio (3.1.0)
227
230
strscan (3.1.0)
228
231
thor (1.3.1)
240
243
241
244
PLATFORMS
242
245
aarch64-linux
246
+ arm64-darwin-23
243
247
244
248
DEPENDENCIES
245
249
appraisal
You can’t perform that action at this time.
0 commit comments