data_migrate 9.4.2 → 11.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +25 -2
  3. data/README.md +20 -13
  4. data/lib/data_migrate/data_migrator.rb +1 -1
  5. data/lib/data_migrate/data_schema.rb +6 -6
  6. data/lib/data_migrate/database_tasks.rb +58 -21
  7. data/lib/data_migrate/rails_helper.rb +15 -3
  8. data/lib/data_migrate/tasks/data_migrate_tasks.rb +8 -6
  9. data/lib/data_migrate/version.rb +1 -1
  10. data/lib/generators/data_migration/data_migration_generator.rb +2 -1
  11. metadata +2 -47
  12. data/.github/workflows/build.yml +0 -35
  13. data/.github/workflows/gempush.yml +0 -28
  14. data/.gitignore +0 -12
  15. data/.hound.yml +0 -4
  16. data/.overcommit.yml +0 -21
  17. data/.rbenv-gemsets +0 -2
  18. data/.rspec +0 -3
  19. data/.rubocop.yml +0 -2
  20. data/.ruby-style.yml +0 -1061
  21. data/Appraisals +0 -11
  22. data/Gemfile +0 -3
  23. data/Gemfile.lock +0 -184
  24. data/Rakefile +0 -2
  25. data/data_migrate.gemspec +0 -41
  26. data/gemfiles/rails_6.1.gemfile +0 -7
  27. data/gemfiles/rails_6.1.gemfile.lock +0 -229
  28. data/gemfiles/rails_7.0.gemfile +0 -7
  29. data/gemfiles/rails_7.0.gemfile.lock +0 -230
  30. data/gemfiles/rails_7.1.gemfile +0 -7
  31. data/gemfiles/rails_7.1.gemfile.lock +0 -263
  32. data/lib/data_migrate/test.rb +0 -14
  33. data/screenshot.png +0 -0
  34. data/spec/data_migrate/config_spec.rb +0 -69
  35. data/spec/data_migrate/data_migrator_spec.rb +0 -83
  36. data/spec/data_migrate/data_schema_migration_spec.rb +0 -33
  37. data/spec/data_migrate/data_spec.rb +0 -74
  38. data/spec/data_migrate/database_tasks_spec.rb +0 -105
  39. data/spec/data_migrate/migration.rb +0 -17
  40. data/spec/data_migrate/migration_context_spec.rb +0 -108
  41. data/spec/data_migrate/schema_dumper_spec.rb +0 -36
  42. data/spec/data_migrate/schema_migration_spec.rb +0 -104
  43. data/spec/data_migrate/status_service_spec.rb +0 -76
  44. data/spec/data_migrate/tasks/data_migrate_tasks_spec.rb +0 -129
  45. data/spec/db/data/20091231235959_some_name.rb +0 -9
  46. data/spec/db/data/20171231235959_super_update.rb +0 -9
  47. data/spec/db/data/20181128000207_excluded_file.rb.other_ext +0 -1
  48. data/spec/db/data/partial_schema/data_schema.rb +0 -1
  49. data/spec/db/data/partial_schema/test_data_schema.rb +0 -1
  50. data/spec/db/data/schema/data_schema.rb +0 -1
  51. data/spec/db/data/schema/test_data_schema.rb +0 -1
  52. data/spec/db/migrate/20131111111111_late_migration.rb +0 -9
  53. data/spec/db/migrate/20202020202011_db_migration.rb +0 -9
  54. data/spec/generators/data_migration/data_migration_generator_spec.rb +0 -101
  55. data/spec/spec_helper.rb +0 -28
  56. data/tasks/.gitkeep +0 -0
data/Appraisals DELETED
@@ -1,11 +0,0 @@
1
- appraise 'rails-6.1' do
2
- gem 'rails', '~> 6.1.0'
3
- end
4
-
5
- appraise 'rails-7.0' do
6
- gem 'rails', '~> 7.0.0'
7
- end
8
-
9
- appraise 'rails-7.1' do
10
- gem 'rails', '7.1.0'
11
- end
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
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
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require 'bundler'
2
- Bundler::GemHelper.install_tasks
data/data_migrate.gemspec DELETED
@@ -1,41 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "data_migrate/version"
4
-
5
- Gem::Specification.new do |s|
6
- s.name = "data_migrate"
7
- s.version = DataMigrate::VERSION
8
- s.platform = Gem::Platform::RUBY
9
- s.authors = ["Andrew J Vargo", "Ilya Katz", "Deborah Enomah"]
10
- s.email = ["ajvargo@computer.org", "ilyakatz@gmail.com", "enomaomorogieva@gmail.com"]
11
- s.homepage = "https://github.com/ilyakatz/data-migrate"
12
- s.summary = %q{Rake tasks to migrate data alongside schema changes.}
13
- s.description = %q{Rake tasks to migrate data alongside schema changes.}
14
- s.license = "MIT"
15
-
16
- s.rubyforge_project = "data_migrate"
17
-
18
- %w[
19
- activerecord
20
- railties
21
- ].each do |rails_gem|
22
- s.add_dependency(rails_gem, '>= 6.1')
23
- end
24
-
25
- s.add_development_dependency "appraisal"
26
- s.add_development_dependency "rake"
27
- s.add_development_dependency "rspec"
28
- s.add_development_dependency "rspec-core"
29
- s.add_development_dependency "pry"
30
- s.add_development_dependency "rb-readline"
31
- s.add_development_dependency "sqlite3"
32
- s.add_development_dependency "timecop"
33
- s.add_development_dependency "rubocop"
34
- s.add_development_dependency "overcommit"
35
-
36
-
37
- s.files = `git ls-files`.split("\n")
38
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
39
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
40
- s.require_paths = ["lib"]
41
- end
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "rails", "~> 6.1.0"
6
-
7
- gemspec path: "../"
@@ -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
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "rails", "~> 7.0.0"
6
-
7
- gemspec path: "../"
@@ -1,230 +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 (7.0.8.1)
12
- actionpack (= 7.0.8.1)
13
- activesupport (= 7.0.8.1)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (7.0.8.1)
17
- actionpack (= 7.0.8.1)
18
- activejob (= 7.0.8.1)
19
- activerecord (= 7.0.8.1)
20
- activestorage (= 7.0.8.1)
21
- activesupport (= 7.0.8.1)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.0.8.1)
27
- actionpack (= 7.0.8.1)
28
- actionview (= 7.0.8.1)
29
- activejob (= 7.0.8.1)
30
- activesupport (= 7.0.8.1)
31
- mail (~> 2.5, >= 2.5.4)
32
- net-imap
33
- net-pop
34
- net-smtp
35
- rails-dom-testing (~> 2.0)
36
- actionpack (7.0.8.1)
37
- actionview (= 7.0.8.1)
38
- activesupport (= 7.0.8.1)
39
- rack (~> 2.0, >= 2.2.4)
40
- rack-test (>= 0.6.3)
41
- rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (7.0.8.1)
44
- actionpack (= 7.0.8.1)
45
- activerecord (= 7.0.8.1)
46
- activestorage (= 7.0.8.1)
47
- activesupport (= 7.0.8.1)
48
- globalid (>= 0.6.0)
49
- nokogiri (>= 1.8.5)
50
- actionview (7.0.8.1)
51
- activesupport (= 7.0.8.1)
52
- builder (~> 3.1)
53
- erubi (~> 1.4)
54
- rails-dom-testing (~> 2.0)
55
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (7.0.8.1)
57
- activesupport (= 7.0.8.1)
58
- globalid (>= 0.3.6)
59
- activemodel (7.0.8.1)
60
- activesupport (= 7.0.8.1)
61
- activerecord (7.0.8.1)
62
- activemodel (= 7.0.8.1)
63
- activesupport (= 7.0.8.1)
64
- activestorage (7.0.8.1)
65
- actionpack (= 7.0.8.1)
66
- activejob (= 7.0.8.1)
67
- activerecord (= 7.0.8.1)
68
- activesupport (= 7.0.8.1)
69
- marcel (~> 1.0)
70
- mini_mime (>= 1.1.0)
71
- activesupport (7.0.8.1)
72
- concurrent-ruby (~> 1.0, >= 1.0.2)
73
- i18n (>= 1.6, < 2)
74
- minitest (>= 5.1)
75
- tzinfo (~> 2.0)
76
- appraisal (2.4.1)
77
- bundler
78
- rake
79
- thor (>= 0.14.0)
80
- ast (2.4.2)
81
- builder (3.2.4)
82
- childprocess (4.1.0)
83
- coderay (1.1.3)
84
- concurrent-ruby (1.2.3)
85
- crass (1.0.6)
86
- date (3.3.4)
87
- diff-lcs (1.5.0)
88
- erubi (1.12.0)
89
- globalid (1.2.1)
90
- activesupport (>= 6.1)
91
- i18n (1.14.1)
92
- concurrent-ruby (~> 1.0)
93
- iniparse (1.5.0)
94
- json (2.6.3)
95
- language_server-protocol (3.17.0.3)
96
- loofah (2.22.0)
97
- crass (~> 1.0.2)
98
- nokogiri (>= 1.12.0)
99
- mail (2.8.1)
100
- mini_mime (>= 0.1.1)
101
- net-imap
102
- net-pop
103
- net-smtp
104
- marcel (1.0.2)
105
- method_source (1.0.0)
106
- mini_mime (1.1.5)
107
- minitest (5.22.2)
108
- net-imap (0.4.10)
109
- date
110
- net-protocol
111
- net-pop (0.1.2)
112
- net-protocol
113
- net-protocol (0.2.2)
114
- timeout
115
- net-smtp (0.4.0.1)
116
- net-protocol
117
- nio4r (2.7.0)
118
- nokogiri (1.16.2-arm64-darwin)
119
- racc (~> 1.4)
120
- nokogiri (1.16.2-x86_64-linux)
121
- racc (~> 1.4)
122
- overcommit (0.60.0)
123
- childprocess (>= 0.6.3, < 5)
124
- iniparse (~> 1.4)
125
- rexml (~> 3.2)
126
- parallel (1.23.0)
127
- parser (3.2.2.3)
128
- ast (~> 2.4.1)
129
- racc
130
- pry (0.14.2)
131
- coderay (~> 1.1)
132
- method_source (~> 1.0)
133
- racc (1.7.3)
134
- rack (2.2.8.1)
135
- rack-test (2.1.0)
136
- rack (>= 1.3)
137
- rails (7.0.8.1)
138
- actioncable (= 7.0.8.1)
139
- actionmailbox (= 7.0.8.1)
140
- actionmailer (= 7.0.8.1)
141
- actionpack (= 7.0.8.1)
142
- actiontext (= 7.0.8.1)
143
- actionview (= 7.0.8.1)
144
- activejob (= 7.0.8.1)
145
- activemodel (= 7.0.8.1)
146
- activerecord (= 7.0.8.1)
147
- activestorage (= 7.0.8.1)
148
- activesupport (= 7.0.8.1)
149
- bundler (>= 1.15.0)
150
- railties (= 7.0.8.1)
151
- rails-dom-testing (2.2.0)
152
- activesupport (>= 5.0.0)
153
- minitest
154
- nokogiri (>= 1.6)
155
- rails-html-sanitizer (1.6.0)
156
- loofah (~> 2.21)
157
- nokogiri (~> 1.14)
158
- railties (7.0.8.1)
159
- actionpack (= 7.0.8.1)
160
- activesupport (= 7.0.8.1)
161
- method_source
162
- rake (>= 12.2)
163
- thor (~> 1.0)
164
- zeitwerk (~> 2.5)
165
- rainbow (3.1.1)
166
- rake (13.1.0)
167
- rb-readline (0.5.5)
168
- regexp_parser (2.8.1)
169
- rexml (3.2.5)
170
- rspec (3.12.0)
171
- rspec-core (~> 3.12.0)
172
- rspec-expectations (~> 3.12.0)
173
- rspec-mocks (~> 3.12.0)
174
- rspec-core (3.12.2)
175
- rspec-support (~> 3.12.0)
176
- rspec-expectations (3.12.3)
177
- diff-lcs (>= 1.2.0, < 2.0)
178
- rspec-support (~> 3.12.0)
179
- rspec-mocks (3.12.5)
180
- diff-lcs (>= 1.2.0, < 2.0)
181
- rspec-support (~> 3.12.0)
182
- rspec-support (3.12.1)
183
- rubocop (1.54.1)
184
- json (~> 2.3)
185
- language_server-protocol (>= 3.17.0)
186
- parallel (~> 1.10)
187
- parser (>= 3.2.2.3)
188
- rainbow (>= 2.2.2, < 4.0)
189
- regexp_parser (>= 1.8, < 3.0)
190
- rexml (>= 3.2.5, < 4.0)
191
- rubocop-ast (>= 1.28.0, < 2.0)
192
- ruby-progressbar (~> 1.7)
193
- unicode-display_width (>= 2.4.0, < 3.0)
194
- rubocop-ast (1.29.0)
195
- parser (>= 3.2.1.0)
196
- ruby-progressbar (1.13.0)
197
- sqlite3 (1.7.2-arm64-darwin)
198
- sqlite3 (1.7.2-x86_64-linux)
199
- thor (1.3.1)
200
- timecop (0.9.6)
201
- timeout (0.4.1)
202
- tzinfo (2.0.6)
203
- concurrent-ruby (~> 1.0)
204
- unicode-display_width (2.4.2)
205
- websocket-driver (0.7.6)
206
- websocket-extensions (>= 0.1.0)
207
- websocket-extensions (0.1.5)
208
- zeitwerk (2.6.13)
209
-
210
- PLATFORMS
211
- arm64-darwin-22
212
- arm64-darwin-23
213
- x86_64-linux
214
-
215
- DEPENDENCIES
216
- appraisal
217
- data_migrate!
218
- overcommit
219
- pry
220
- rails (~> 7.0.0)
221
- rake
222
- rb-readline
223
- rspec
224
- rspec-core
225
- rubocop
226
- sqlite3
227
- timecop
228
-
229
- BUNDLED WITH
230
- 2.5.6