File tree Expand file tree Collapse file tree 8 files changed +28
-20
lines changed
Expand file tree Collapse file tree 8 files changed +28
-20
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 11.3.1
4+ - Schema version -- do formatted version like activerecord https://github.com/ilyakatz/data-migrate/pull/363
5+ - Resolve ActiveSupport::Configurable deprecation in Rails 8.2 https://github.com/ilyakatz/data-migrate/pull/365
6+ - Add support for Rails 8.1 in Appraisal https://github.com/ilyakatz/data-migrate/pull/366
7+
38# 11.3.0
49- Make table_name configurable https://github.com/ilyakatz/data-migrate/pull/361
510- Use lease_connection over deprecated connection for rails 8 https://github.com/ilyakatz/data-migrate/pull/353
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
137137 nokogiri (1.16.7)
138138 mini_portile2 (~> 2.8.2)
139139 racc (~> 1.4)
140- nokogiri (1.16.7-aarch64-linux)
141- racc (~> 1.4)
142- nokogiri (1.16.7-arm64-darwin)
143- racc (~> 1.4)
144- nokogiri (1.16.7-x86_64-darwin)
145- racc (~> 1.4)
146- nokogiri (1.16.7-x86_64-linux)
147- racc (~> 1.4)
148140 overcommit (0.60.0)
149141 childprocess (>= 0.6.3, < 5)
150142 iniparse (~> 1.4)
234226 ruby-progressbar (1.13.0)
235227 sqlite3 (1.7.2)
236228 mini_portile2 (~> 2.8.0)
237- sqlite3 (1.7.2-aarch64-linux)
238- sqlite3 (1.7.2-arm64-darwin)
239- sqlite3 (1.7.2-x86_64-darwin)
240- sqlite3 (1.7.2-x86_64-linux)
241229 stringio (3.1.1)
242230 thor (1.3.1)
243231 timecop (0.9.6)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- data_migrate (11.3.0 )
4+ data_migrate (11.3.1 )
55 activerecord (>= 6.1)
66 railties (>= 6.1)
77
126126 marcel (1.0.4)
127127 method_source (1.1.0)
128128 mini_mime (1.1.5)
129+ mini_portile2 (2.8.9)
129130 minitest (5.25.5)
130131 net-imap (0.5.8)
131132 date
137138 net-smtp (0.5.1)
138139 net-protocol
139140 nio4r (2.7.4)
141+ nokogiri (1.18.10)
142+ mini_portile2 (~> 2.8.2)
143+ racc (~> 1.4)
144+ nokogiri (1.18.10-aarch64-linux-gnu)
145+ racc (~> 1.4)
140146 nokogiri (1.18.10-arm64-darwin)
141147 racc (~> 1.4)
148+ nokogiri (1.18.10-x86_64-darwin)
149+ racc (~> 1.4)
150+ nokogiri (1.18.10-x86_64-linux-gnu)
151+ racc (~> 1.4)
142152 overcommit (0.64.0)
143153 childprocess (>= 0.6.3, < 6)
144154 iniparse (~> 1.4)
235245 prism (~> 1.4)
236246 ruby-progressbar (1.13.0)
237247 securerandom (0.4.1)
248+ sqlite3 (2.7.4)
249+ mini_portile2 (~> 2.8.0)
250+ sqlite3 (2.7.4-aarch64-linux-gnu)
238251 sqlite3 (2.7.4-arm64-darwin)
252+ sqlite3 (2.7.4-x86_64-darwin)
253+ sqlite3 (2.7.4-x86_64-linux-gnu)
239254 stringio (3.1.7)
240255 thor (1.4.0)
241256 timecop (0.9.10)
@@ -256,10 +271,10 @@ GEM
256271
257272PLATFORMS
258273 aarch64-linux
274+ arm64-darwin
259275 ruby
260276 x86_64-darwin-22
261277 x86_64-linux
262- arm64-darwin
263278
264279DEPENDENCIES
265280 appraisal
Original file line number Diff line number Diff line change 11module DataMigrate
2- VERSION = "11.3.0 " . freeze
2+ VERSION = "11.3.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments