data_migrate 9.4.2 → 10.0.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +3 -3
  3. data/.github/workflows/gempush.yml +8 -6
  4. data/.gitignore +2 -3
  5. data/.ruby-version +1 -0
  6. data/.travis.yml +14 -0
  7. data/Appraisals +5 -5
  8. data/Changelog.md +2 -46
  9. data/Gemfile +1 -0
  10. data/Gemfile.rails6.1 +11 -0
  11. data/README.md +5 -7
  12. data/data_migrate.gemspec +2 -2
  13. data/gemfiles/{rails_7.1.gemfile → rails_6.0.gemfile} +2 -1
  14. data/gemfiles/rails_6.1.gemfile +1 -0
  15. data/gemfiles/rails_7.0.gemfile +2 -1
  16. data/lib/data_migrate/data_migrator.rb +23 -15
  17. data/lib/data_migrate/data_schema.rb +2 -2
  18. data/lib/data_migrate/data_schema_migration.rb +7 -24
  19. data/lib/data_migrate/database_tasks.rb +48 -194
  20. data/lib/data_migrate/legacy_migrator.rb +22 -0
  21. data/lib/data_migrate/migration_context.rb +8 -11
  22. data/lib/data_migrate/schema_dumper.rb +1 -1
  23. data/lib/data_migrate/schema_migration.rb +4 -5
  24. data/lib/data_migrate/status_service.rb +4 -4
  25. data/lib/data_migrate/tasks/data_migrate_tasks.rb +15 -14
  26. data/lib/data_migrate/version.rb +1 -1
  27. data/lib/data_migrate.rb +1 -2
  28. data/spec/data_migrate/data_migrator_spec.rb +14 -17
  29. data/spec/data_migrate/data_schema_migration_spec.rb +8 -25
  30. data/spec/data_migrate/data_spec.rb +1 -1
  31. data/spec/data_migrate/database_tasks_spec.rb +19 -34
  32. data/spec/data_migrate/legacy_migrator_spec.rb +38 -0
  33. data/spec/data_migrate/migration_context_spec.rb +8 -15
  34. data/spec/data_migrate/schema_dumper_spec.rb +3 -6
  35. data/spec/data_migrate/schema_migration_spec.rb +6 -13
  36. data/spec/data_migrate/status_service_spec.rb +4 -7
  37. data/spec/data_migrate/tasks/data_migrate_tasks_spec.rb +14 -13
  38. data/spec/db/data/20091231235959_some_name.rb +1 -1
  39. data/spec/db/data/20171231235959_super_update.rb +1 -1
  40. data/spec/db/migrate/20131111111111_late_migration.rb +1 -1
  41. data/spec/db/migrate/20202020202011_db_migration.rb +1 -1
  42. data/tasks/databases.rake +83 -25
  43. metadata +19 -21
  44. data/Gemfile.lock +0 -184
  45. data/gemfiles/rails_6.1.gemfile.lock +0 -229
  46. data/gemfiles/rails_7.0.gemfile.lock +0 -230
  47. data/gemfiles/rails_7.1.gemfile.lock +0 -263
  48. data/lib/data_migrate/database_configurations_wrapper.rb +0 -11
  49. data/lib/data_migrate/rails_helper.rb +0 -79
  50. data/lib/data_migrate/test.rb +0 -14
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_migrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.2
4
+ version: 10.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew J Vargo
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-08-14 00:00:00.000000000 Z
13
+ date: 2023-04-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord
@@ -18,28 +18,28 @@ dependencies:
18
18
  requirements:
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: '6.1'
21
+ version: '6.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '6.1'
28
+ version: '6.0'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: railties
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - ">="
34
34
  - !ruby/object:Gem::Version
35
- version: '6.1'
35
+ version: '6.0'
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: '6.1'
42
+ version: '6.0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: appraisal
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -128,16 +128,16 @@ dependencies:
128
128
  name: sqlite3
129
129
  requirement: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - ">="
131
+ - - "~>"
132
132
  - !ruby/object:Gem::Version
133
- version: '0'
133
+ version: 1.3.6
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - ">="
138
+ - - "~>"
139
139
  - !ruby/object:Gem::Version
140
- version: '0'
140
+ version: 1.3.6
141
141
  - !ruby/object:Gem::Dependency
142
142
  name: timecop
143
143
  requirement: !ruby/object:Gem::Requirement
@@ -198,20 +198,19 @@ files:
198
198
  - ".rspec"
199
199
  - ".rubocop.yml"
200
200
  - ".ruby-style.yml"
201
+ - ".ruby-version"
202
+ - ".travis.yml"
201
203
  - Appraisals
202
204
  - Changelog.md
203
205
  - Gemfile
204
- - Gemfile.lock
206
+ - Gemfile.rails6.1
205
207
  - LICENSE
206
208
  - README.md
207
209
  - Rakefile
208
210
  - data_migrate.gemspec
211
+ - gemfiles/rails_6.0.gemfile
209
212
  - gemfiles/rails_6.1.gemfile
210
- - gemfiles/rails_6.1.gemfile.lock
211
213
  - gemfiles/rails_7.0.gemfile
212
- - gemfiles/rails_7.0.gemfile.lock
213
- - gemfiles/rails_7.1.gemfile
214
- - gemfiles/rails_7.1.gemfile.lock
215
214
  - lib/capistrano/data_migrate.rb
216
215
  - lib/capistrano/data_migrate/migrate.rb
217
216
  - lib/data_migrate.rb
@@ -219,16 +218,14 @@ files:
219
218
  - lib/data_migrate/data_migrator.rb
220
219
  - lib/data_migrate/data_schema.rb
221
220
  - lib/data_migrate/data_schema_migration.rb
222
- - lib/data_migrate/database_configurations_wrapper.rb
223
221
  - lib/data_migrate/database_tasks.rb
222
+ - lib/data_migrate/legacy_migrator.rb
224
223
  - lib/data_migrate/migration_context.rb
225
- - lib/data_migrate/rails_helper.rb
226
224
  - lib/data_migrate/railtie.rb
227
225
  - lib/data_migrate/schema_dumper.rb
228
226
  - lib/data_migrate/schema_migration.rb
229
227
  - lib/data_migrate/status_service.rb
230
228
  - lib/data_migrate/tasks/data_migrate_tasks.rb
231
- - lib/data_migrate/test.rb
232
229
  - lib/data_migrate/version.rb
233
230
  - lib/generators/data_migrate.rb
234
231
  - lib/generators/data_migration/data_migration_generator.rb
@@ -240,6 +237,7 @@ files:
240
237
  - spec/data_migrate/data_schema_migration_spec.rb
241
238
  - spec/data_migrate/data_spec.rb
242
239
  - spec/data_migrate/database_tasks_spec.rb
240
+ - spec/data_migrate/legacy_migrator_spec.rb
243
241
  - spec/data_migrate/migration.rb
244
242
  - spec/data_migrate/migration_context_spec.rb
245
243
  - spec/data_migrate/schema_dumper_spec.rb
@@ -274,11 +272,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
274
272
  version: '0'
275
273
  required_rubygems_version: !ruby/object:Gem::Requirement
276
274
  requirements:
277
- - - ">="
275
+ - - ">"
278
276
  - !ruby/object:Gem::Version
279
- version: '0'
277
+ version: 1.3.1
280
278
  requirements: []
281
- rubygems_version: 3.4.19
279
+ rubygems_version: 3.3.26
282
280
  signing_key:
283
281
  specification_version: 4
284
282
  summary: Rake tasks to migrate data alongside schema changes.
data/Gemfile.lock DELETED
@@ -1,184 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- data_migrate (9.4.2)
5
- activerecord (>= 6.1)
6
- railties (>= 6.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionpack (7.1.3.4)
12
- actionview (= 7.1.3.4)
13
- activesupport (= 7.1.3.4)
14
- nokogiri (>= 1.8.5)
15
- racc
16
- rack (>= 2.2.4)
17
- rack-session (>= 1.0.1)
18
- rack-test (>= 0.6.3)
19
- rails-dom-testing (~> 2.2)
20
- rails-html-sanitizer (~> 1.6)
21
- actionview (7.1.3.4)
22
- activesupport (= 7.1.3.4)
23
- builder (~> 3.1)
24
- erubi (~> 1.11)
25
- rails-dom-testing (~> 2.2)
26
- rails-html-sanitizer (~> 1.6)
27
- activemodel (7.1.3.4)
28
- activesupport (= 7.1.3.4)
29
- activerecord (7.1.3.4)
30
- activemodel (= 7.1.3.4)
31
- activesupport (= 7.1.3.4)
32
- timeout (>= 0.4.0)
33
- activesupport (7.1.3.4)
34
- base64
35
- bigdecimal
36
- concurrent-ruby (~> 1.0, >= 1.0.2)
37
- connection_pool (>= 2.2.5)
38
- drb
39
- i18n (>= 1.6, < 2)
40
- minitest (>= 5.1)
41
- mutex_m
42
- tzinfo (~> 2.0)
43
- appraisal (2.5.0)
44
- bundler
45
- rake
46
- thor (>= 0.14.0)
47
- ast (2.4.2)
48
- base64 (0.2.0)
49
- bigdecimal (3.1.8)
50
- builder (3.2.4)
51
- childprocess (5.0.0)
52
- coderay (1.1.3)
53
- concurrent-ruby (1.3.1)
54
- connection_pool (2.4.1)
55
- crass (1.0.6)
56
- diff-lcs (1.5.1)
57
- drb (2.2.1)
58
- erubi (1.12.0)
59
- i18n (1.14.5)
60
- concurrent-ruby (~> 1.0)
61
- iniparse (1.5.0)
62
- io-console (0.7.2)
63
- irb (1.11.2)
64
- rdoc
65
- reline (>= 0.4.2)
66
- json (2.7.1)
67
- language_server-protocol (3.17.0.3)
68
- loofah (2.22.0)
69
- crass (~> 1.0.2)
70
- nokogiri (>= 1.12.0)
71
- method_source (1.0.0)
72
- minitest (5.23.1)
73
- mutex_m (0.2.0)
74
- nokogiri (1.16.5-arm64-darwin)
75
- racc (~> 1.4)
76
- nokogiri (1.16.5-x86_64-linux)
77
- racc (~> 1.4)
78
- overcommit (0.63.0)
79
- childprocess (>= 0.6.3, < 6)
80
- iniparse (~> 1.4)
81
- rexml (~> 3.2)
82
- parallel (1.24.0)
83
- parser (3.3.0.5)
84
- ast (~> 2.4.1)
85
- racc
86
- pry (0.14.2)
87
- coderay (~> 1.1)
88
- method_source (~> 1.0)
89
- psych (5.1.2)
90
- stringio
91
- racc (1.8.0)
92
- rack (3.0.11)
93
- rack-session (2.0.0)
94
- rack (>= 3.0.0)
95
- rack-test (2.1.0)
96
- rack (>= 1.3)
97
- rackup (2.1.0)
98
- rack (>= 3)
99
- webrick (~> 1.8)
100
- rails-dom-testing (2.2.0)
101
- activesupport (>= 5.0.0)
102
- minitest
103
- nokogiri (>= 1.6)
104
- rails-html-sanitizer (1.6.0)
105
- loofah (~> 2.21)
106
- nokogiri (~> 1.14)
107
- railties (7.1.3.4)
108
- actionpack (= 7.1.3.4)
109
- activesupport (= 7.1.3.4)
110
- irb
111
- rackup (>= 1.0.0)
112
- rake (>= 12.2)
113
- thor (~> 1.0, >= 1.2.2)
114
- zeitwerk (~> 2.6)
115
- rainbow (3.1.1)
116
- rake (13.1.0)
117
- rb-readline (0.5.5)
118
- rdoc (6.6.3.1)
119
- psych (>= 4.0.0)
120
- regexp_parser (2.9.0)
121
- reline (0.4.3)
122
- io-console (~> 0.5)
123
- rexml (3.2.8)
124
- strscan (>= 3.0.9)
125
- rspec (3.13.0)
126
- rspec-core (~> 3.13.0)
127
- rspec-expectations (~> 3.13.0)
128
- rspec-mocks (~> 3.13.0)
129
- rspec-core (3.13.0)
130
- rspec-support (~> 3.13.0)
131
- rspec-expectations (3.13.0)
132
- diff-lcs (>= 1.2.0, < 2.0)
133
- rspec-support (~> 3.13.0)
134
- rspec-mocks (3.13.0)
135
- diff-lcs (>= 1.2.0, < 2.0)
136
- rspec-support (~> 3.13.0)
137
- rspec-support (3.13.1)
138
- rubocop (1.60.2)
139
- json (~> 2.3)
140
- language_server-protocol (>= 3.17.0)
141
- parallel (~> 1.10)
142
- parser (>= 3.3.0.2)
143
- rainbow (>= 2.2.2, < 4.0)
144
- regexp_parser (>= 1.8, < 3.0)
145
- rexml (>= 3.2.5, < 4.0)
146
- rubocop-ast (>= 1.30.0, < 2.0)
147
- ruby-progressbar (~> 1.7)
148
- unicode-display_width (>= 2.4.0, < 3.0)
149
- rubocop-ast (1.30.0)
150
- parser (>= 3.2.1.0)
151
- ruby-progressbar (1.13.0)
152
- sqlite3 (1.7.2-arm64-darwin)
153
- sqlite3 (1.7.2-x86_64-linux)
154
- stringio (3.1.0)
155
- strscan (3.1.0)
156
- thor (1.3.1)
157
- timecop (0.9.8)
158
- timeout (0.4.1)
159
- tzinfo (2.0.6)
160
- concurrent-ruby (~> 1.0)
161
- unicode-display_width (2.5.0)
162
- webrick (1.8.1)
163
- zeitwerk (2.6.13)
164
-
165
- PLATFORMS
166
- arm64-darwin-22
167
- arm64-darwin-23
168
- x86_64-linux
169
-
170
- DEPENDENCIES
171
- appraisal
172
- data_migrate!
173
- overcommit
174
- pry
175
- rake
176
- rb-readline
177
- rspec
178
- rspec-core
179
- rubocop
180
- sqlite3
181
- timecop
182
-
183
- BUNDLED WITH
184
- 2.4.17
@@ -1,229 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- data_migrate (9.4.2)
5
- activerecord (>= 6.1)
6
- railties (>= 6.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (6.1.7.7)
12
- actionpack (= 6.1.7.7)
13
- activesupport (= 6.1.7.7)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.7.7)
17
- actionpack (= 6.1.7.7)
18
- activejob (= 6.1.7.7)
19
- activerecord (= 6.1.7.7)
20
- activestorage (= 6.1.7.7)
21
- activesupport (= 6.1.7.7)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.7.7)
24
- actionpack (= 6.1.7.7)
25
- actionview (= 6.1.7.7)
26
- activejob (= 6.1.7.7)
27
- activesupport (= 6.1.7.7)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.7.7)
31
- actionview (= 6.1.7.7)
32
- activesupport (= 6.1.7.7)
33
- rack (~> 2.0, >= 2.0.9)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.7.7)
38
- actionpack (= 6.1.7.7)
39
- activerecord (= 6.1.7.7)
40
- activestorage (= 6.1.7.7)
41
- activesupport (= 6.1.7.7)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.1.7.7)
44
- activesupport (= 6.1.7.7)
45
- builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.7.7)
50
- activesupport (= 6.1.7.7)
51
- globalid (>= 0.3.6)
52
- activemodel (6.1.7.7)
53
- activesupport (= 6.1.7.7)
54
- activerecord (6.1.7.7)
55
- activemodel (= 6.1.7.7)
56
- activesupport (= 6.1.7.7)
57
- activestorage (6.1.7.7)
58
- actionpack (= 6.1.7.7)
59
- activejob (= 6.1.7.7)
60
- activerecord (= 6.1.7.7)
61
- activesupport (= 6.1.7.7)
62
- marcel (~> 1.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.7.7)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
66
- i18n (>= 1.6, < 2)
67
- minitest (>= 5.1)
68
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- appraisal (2.4.1)
71
- bundler
72
- rake
73
- thor (>= 0.14.0)
74
- ast (2.4.2)
75
- builder (3.2.4)
76
- childprocess (4.1.0)
77
- coderay (1.1.3)
78
- concurrent-ruby (1.2.3)
79
- crass (1.0.6)
80
- date (3.3.4)
81
- diff-lcs (1.5.0)
82
- erubi (1.12.0)
83
- globalid (1.2.1)
84
- activesupport (>= 6.1)
85
- i18n (1.14.1)
86
- concurrent-ruby (~> 1.0)
87
- iniparse (1.5.0)
88
- json (2.6.3)
89
- loofah (2.22.0)
90
- crass (~> 1.0.2)
91
- nokogiri (>= 1.12.0)
92
- mail (2.8.1)
93
- mini_mime (>= 0.1.1)
94
- net-imap
95
- net-pop
96
- net-smtp
97
- marcel (1.0.2)
98
- method_source (1.0.0)
99
- mini_mime (1.1.5)
100
- minitest (5.22.2)
101
- net-imap (0.4.10)
102
- date
103
- net-protocol
104
- net-pop (0.1.2)
105
- net-protocol
106
- net-protocol (0.2.2)
107
- timeout
108
- net-smtp (0.4.0.1)
109
- net-protocol
110
- nio4r (2.7.0)
111
- nokogiri (1.16.2-arm64-darwin)
112
- racc (~> 1.4)
113
- nokogiri (1.16.2-x86_64-linux)
114
- racc (~> 1.4)
115
- overcommit (0.60.0)
116
- childprocess (>= 0.6.3, < 5)
117
- iniparse (~> 1.4)
118
- rexml (~> 3.2)
119
- parallel (1.23.0)
120
- parser (3.2.2.3)
121
- ast (~> 2.4.1)
122
- racc
123
- pry (0.14.2)
124
- coderay (~> 1.1)
125
- method_source (~> 1.0)
126
- racc (1.7.3)
127
- rack (2.2.8.1)
128
- rack-test (2.1.0)
129
- rack (>= 1.3)
130
- rails (6.1.7.7)
131
- actioncable (= 6.1.7.7)
132
- actionmailbox (= 6.1.7.7)
133
- actionmailer (= 6.1.7.7)
134
- actionpack (= 6.1.7.7)
135
- actiontext (= 6.1.7.7)
136
- actionview (= 6.1.7.7)
137
- activejob (= 6.1.7.7)
138
- activemodel (= 6.1.7.7)
139
- activerecord (= 6.1.7.7)
140
- activestorage (= 6.1.7.7)
141
- activesupport (= 6.1.7.7)
142
- bundler (>= 1.15.0)
143
- railties (= 6.1.7.7)
144
- sprockets-rails (>= 2.0.0)
145
- rails-dom-testing (2.2.0)
146
- activesupport (>= 5.0.0)
147
- minitest
148
- nokogiri (>= 1.6)
149
- rails-html-sanitizer (1.6.0)
150
- loofah (~> 2.21)
151
- nokogiri (~> 1.14)
152
- railties (6.1.7.7)
153
- actionpack (= 6.1.7.7)
154
- activesupport (= 6.1.7.7)
155
- method_source
156
- rake (>= 12.2)
157
- thor (~> 1.0)
158
- rainbow (3.1.1)
159
- rake (13.1.0)
160
- rb-readline (0.5.5)
161
- regexp_parser (2.8.1)
162
- rexml (3.2.5)
163
- rspec (3.12.0)
164
- rspec-core (~> 3.12.0)
165
- rspec-expectations (~> 3.12.0)
166
- rspec-mocks (~> 3.12.0)
167
- rspec-core (3.12.2)
168
- rspec-support (~> 3.12.0)
169
- rspec-expectations (3.12.3)
170
- diff-lcs (>= 1.2.0, < 2.0)
171
- rspec-support (~> 3.12.0)
172
- rspec-mocks (3.12.5)
173
- diff-lcs (>= 1.2.0, < 2.0)
174
- rspec-support (~> 3.12.0)
175
- rspec-support (3.12.0)
176
- rubocop (1.52.1)
177
- json (~> 2.3)
178
- parallel (~> 1.10)
179
- parser (>= 3.2.2.3)
180
- rainbow (>= 2.2.2, < 4.0)
181
- regexp_parser (>= 1.8, < 3.0)
182
- rexml (>= 3.2.5, < 4.0)
183
- rubocop-ast (>= 1.28.0, < 2.0)
184
- ruby-progressbar (~> 1.7)
185
- unicode-display_width (>= 2.4.0, < 3.0)
186
- rubocop-ast (1.29.0)
187
- parser (>= 3.2.1.0)
188
- ruby-progressbar (1.13.0)
189
- sprockets (4.2.1)
190
- concurrent-ruby (~> 1.0)
191
- rack (>= 2.2.4, < 4)
192
- sprockets-rails (3.4.2)
193
- actionpack (>= 5.2)
194
- activesupport (>= 5.2)
195
- sprockets (>= 3.0.0)
196
- sqlite3 (1.7.2-arm64-darwin)
197
- sqlite3 (1.7.2-x86_64-linux)
198
- thor (1.3.1)
199
- timecop (0.9.6)
200
- timeout (0.4.1)
201
- tzinfo (2.0.6)
202
- concurrent-ruby (~> 1.0)
203
- unicode-display_width (2.4.2)
204
- websocket-driver (0.7.6)
205
- websocket-extensions (>= 0.1.0)
206
- websocket-extensions (0.1.5)
207
- zeitwerk (2.6.13)
208
-
209
- PLATFORMS
210
- arm64-darwin-22
211
- arm64-darwin-23
212
- x86_64-linux
213
-
214
- DEPENDENCIES
215
- appraisal
216
- data_migrate!
217
- overcommit
218
- pry
219
- rails (~> 6.1.0)
220
- rake
221
- rb-readline
222
- rspec
223
- rspec-core
224
- rubocop
225
- sqlite3
226
- timecop
227
-
228
- BUNDLED WITH
229
- 2.5.6