data_migrate 9.2.0 → 11.2.0

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 (59) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +36 -0
  3. data/README.md +20 -13
  4. data/lib/data_migrate/data_migrator.rb +5 -1
  5. data/lib/data_migrate/data_schema.rb +6 -6
  6. data/lib/data_migrate/database_configurations_wrapper.rb +11 -0
  7. data/lib/data_migrate/database_tasks.rb +218 -58
  8. data/lib/data_migrate/rails_helper.rb +15 -3
  9. data/lib/data_migrate/tasks/data_migrate_tasks.rb +8 -6
  10. data/lib/data_migrate/version.rb +1 -1
  11. data/lib/data_migrate.rb +1 -0
  12. data/lib/generators/data_migration/data_migration_generator.rb +2 -1
  13. data/tasks/databases.rake +9 -46
  14. metadata +8 -52
  15. data/.github/workflows/build.yml +0 -34
  16. data/.github/workflows/gempush.yml +0 -28
  17. data/.gitignore +0 -12
  18. data/.hound.yml +0 -4
  19. data/.overcommit.yml +0 -21
  20. data/.rbenv-gemsets +0 -2
  21. data/.rspec +0 -3
  22. data/.rubocop.yml +0 -2
  23. data/.ruby-style.yml +0 -1061
  24. data/Appraisals +0 -11
  25. data/Gemfile +0 -4
  26. data/Gemfile.lock +0 -148
  27. data/Gemfile.rails6.1 +0 -11
  28. data/Rakefile +0 -2
  29. data/data_migrate.gemspec +0 -41
  30. data/gemfiles/rails_6.1.gemfile +0 -8
  31. data/gemfiles/rails_6.1.gemfile.lock +0 -227
  32. data/gemfiles/rails_7.0.gemfile +0 -8
  33. data/gemfiles/rails_7.0.gemfile.lock +0 -229
  34. data/gemfiles/rails_7.1.gemfile +0 -8
  35. data/gemfiles/rails_7.1.gemfile.lock +0 -262
  36. data/screenshot.png +0 -0
  37. data/spec/data_migrate/config_spec.rb +0 -69
  38. data/spec/data_migrate/data_migrator_spec.rb +0 -83
  39. data/spec/data_migrate/data_schema_migration_spec.rb +0 -33
  40. data/spec/data_migrate/data_spec.rb +0 -74
  41. data/spec/data_migrate/database_tasks_spec.rb +0 -105
  42. data/spec/data_migrate/migration.rb +0 -17
  43. data/spec/data_migrate/migration_context_spec.rb +0 -108
  44. data/spec/data_migrate/schema_dumper_spec.rb +0 -36
  45. data/spec/data_migrate/schema_migration_spec.rb +0 -104
  46. data/spec/data_migrate/status_service_spec.rb +0 -76
  47. data/spec/data_migrate/tasks/data_migrate_tasks_spec.rb +0 -129
  48. data/spec/db/data/20091231235959_some_name.rb +0 -9
  49. data/spec/db/data/20171231235959_super_update.rb +0 -9
  50. data/spec/db/data/20181128000207_excluded_file.rb.other_ext +0 -1
  51. data/spec/db/data/partial_schema/data_schema.rb +0 -1
  52. data/spec/db/data/partial_schema/test_data_schema.rb +0 -1
  53. data/spec/db/data/schema/data_schema.rb +0 -1
  54. data/spec/db/data/schema/test_data_schema.rb +0 -1
  55. data/spec/db/migrate/20131111111111_late_migration.rb +0 -9
  56. data/spec/db/migrate/20202020202011_db_migration.rb +0 -9
  57. data/spec/generators/data_migration/data_migration_generator_spec.rb +0 -101
  58. data/spec/spec_helper.rb +0 -28
  59. 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,4 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gem 'sqlite3', "~> 1.4"
4
- gemspec
data/Gemfile.lock DELETED
@@ -1,148 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- data_migrate (9.2.0)
5
- activerecord (>= 6.1)
6
- railties (>= 6.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionpack (7.0.7.2)
12
- actionview (= 7.0.7.2)
13
- activesupport (= 7.0.7.2)
14
- rack (~> 2.0, >= 2.2.4)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.7.2)
19
- activesupport (= 7.0.7.2)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activemodel (7.0.7.2)
25
- activesupport (= 7.0.7.2)
26
- activerecord (7.0.7.2)
27
- activemodel (= 7.0.7.2)
28
- activesupport (= 7.0.7.2)
29
- activesupport (7.0.7.2)
30
- concurrent-ruby (~> 1.0, >= 1.0.2)
31
- i18n (>= 1.6, < 2)
32
- minitest (>= 5.1)
33
- tzinfo (~> 2.0)
34
- appraisal (2.5.0)
35
- bundler
36
- rake
37
- thor (>= 0.14.0)
38
- ast (2.4.2)
39
- builder (3.2.4)
40
- childprocess (4.1.0)
41
- coderay (1.1.3)
42
- concurrent-ruby (1.2.2)
43
- crass (1.0.6)
44
- diff-lcs (1.5.0)
45
- erubi (1.12.0)
46
- i18n (1.14.1)
47
- concurrent-ruby (~> 1.0)
48
- iniparse (1.5.0)
49
- json (2.6.3)
50
- language_server-protocol (3.17.0.3)
51
- loofah (2.21.3)
52
- crass (~> 1.0.2)
53
- nokogiri (>= 1.12.0)
54
- method_source (1.0.0)
55
- minitest (5.19.0)
56
- nokogiri (1.15.3-arm64-darwin)
57
- racc (~> 1.4)
58
- nokogiri (1.15.3-x86_64-linux)
59
- racc (~> 1.4)
60
- overcommit (0.60.0)
61
- childprocess (>= 0.6.3, < 5)
62
- iniparse (~> 1.4)
63
- rexml (~> 3.2)
64
- parallel (1.23.0)
65
- parser (3.2.2.3)
66
- ast (~> 2.4.1)
67
- racc
68
- pry (0.14.2)
69
- coderay (~> 1.1)
70
- method_source (~> 1.0)
71
- racc (1.7.1)
72
- rack (2.2.7)
73
- rack-test (2.1.0)
74
- rack (>= 1.3)
75
- rails-dom-testing (2.1.1)
76
- activesupport (>= 5.0.0)
77
- minitest
78
- nokogiri (>= 1.6)
79
- rails-html-sanitizer (1.6.0)
80
- loofah (~> 2.21)
81
- nokogiri (~> 1.14)
82
- railties (7.0.7.2)
83
- actionpack (= 7.0.7.2)
84
- activesupport (= 7.0.7.2)
85
- method_source
86
- rake (>= 12.2)
87
- thor (~> 1.0)
88
- zeitwerk (~> 2.5)
89
- rainbow (3.1.1)
90
- rake (13.0.6)
91
- rb-readline (0.5.5)
92
- regexp_parser (2.8.1)
93
- rexml (3.2.5)
94
- rspec (3.12.0)
95
- rspec-core (~> 3.12.0)
96
- rspec-expectations (~> 3.12.0)
97
- rspec-mocks (~> 3.12.0)
98
- rspec-core (3.12.2)
99
- rspec-support (~> 3.12.0)
100
- rspec-expectations (3.12.3)
101
- diff-lcs (>= 1.2.0, < 2.0)
102
- rspec-support (~> 3.12.0)
103
- rspec-mocks (3.12.6)
104
- diff-lcs (>= 1.2.0, < 2.0)
105
- rspec-support (~> 3.12.0)
106
- rspec-support (3.12.1)
107
- rubocop (1.54.2)
108
- json (~> 2.3)
109
- language_server-protocol (>= 3.17.0)
110
- parallel (~> 1.10)
111
- parser (>= 3.2.2.3)
112
- rainbow (>= 2.2.2, < 4.0)
113
- regexp_parser (>= 1.8, < 3.0)
114
- rexml (>= 3.2.5, < 4.0)
115
- rubocop-ast (>= 1.28.0, < 2.0)
116
- ruby-progressbar (~> 1.7)
117
- unicode-display_width (>= 2.4.0, < 3.0)
118
- rubocop-ast (1.29.0)
119
- parser (>= 3.2.1.0)
120
- ruby-progressbar (1.13.0)
121
- sqlite3 (1.6.3-arm64-darwin)
122
- sqlite3 (1.6.3-x86_64-linux)
123
- thor (1.2.2)
124
- timecop (0.9.6)
125
- tzinfo (2.0.6)
126
- concurrent-ruby (~> 1.0)
127
- unicode-display_width (2.4.2)
128
- zeitwerk (2.6.8)
129
-
130
- PLATFORMS
131
- arm64-darwin-22
132
- x86_64-linux
133
-
134
- DEPENDENCIES
135
- appraisal
136
- data_migrate!
137
- overcommit
138
- pry
139
- rake
140
- rb-readline
141
- rspec
142
- rspec-core
143
- rubocop
144
- sqlite3 (~> 1.4)
145
- timecop
146
-
147
- BUNDLED WITH
148
- 2.4.17
data/Gemfile.rails6.1 DELETED
@@ -1,11 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- # Specify your gem's dependencies in data_migrate.gemspec
4
- %w[
5
- activerecord
6
- railties
7
- ].each do |rails_gem|
8
- gem rails_gem, '~> 6.1.0'
9
- end
10
- gem 'sqlite3', "~> 1.4"
11
- gemspec
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", "~> 1.3.6"
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,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "sqlite3", "~> 1.4"
6
- gem "rails", "~> 6.1.0"
7
-
8
- gemspec path: "../"
@@ -1,227 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- data_migrate (9.2.0)
5
- activerecord (>= 6.1)
6
- railties (>= 6.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (6.1.7.3)
12
- actionpack (= 6.1.7.3)
13
- activesupport (= 6.1.7.3)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.7.3)
17
- actionpack (= 6.1.7.3)
18
- activejob (= 6.1.7.3)
19
- activerecord (= 6.1.7.3)
20
- activestorage (= 6.1.7.3)
21
- activesupport (= 6.1.7.3)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.7.3)
24
- actionpack (= 6.1.7.3)
25
- actionview (= 6.1.7.3)
26
- activejob (= 6.1.7.3)
27
- activesupport (= 6.1.7.3)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.7.3)
31
- actionview (= 6.1.7.3)
32
- activesupport (= 6.1.7.3)
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.3)
38
- actionpack (= 6.1.7.3)
39
- activerecord (= 6.1.7.3)
40
- activestorage (= 6.1.7.3)
41
- activesupport (= 6.1.7.3)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.1.7.3)
44
- activesupport (= 6.1.7.3)
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.3)
50
- activesupport (= 6.1.7.3)
51
- globalid (>= 0.3.6)
52
- activemodel (6.1.7.3)
53
- activesupport (= 6.1.7.3)
54
- activerecord (6.1.7.3)
55
- activemodel (= 6.1.7.3)
56
- activesupport (= 6.1.7.3)
57
- activestorage (6.1.7.3)
58
- actionpack (= 6.1.7.3)
59
- activejob (= 6.1.7.3)
60
- activerecord (= 6.1.7.3)
61
- activesupport (= 6.1.7.3)
62
- marcel (~> 1.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.7.3)
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.2)
79
- crass (1.0.6)
80
- date (3.3.3)
81
- diff-lcs (1.5.0)
82
- erubi (1.12.0)
83
- globalid (1.1.0)
84
- activesupport (>= 5.0)
85
- i18n (1.14.1)
86
- concurrent-ruby (~> 1.0)
87
- iniparse (1.5.0)
88
- json (2.6.3)
89
- loofah (2.21.3)
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.2)
100
- minitest (5.18.1)
101
- net-imap (0.3.4)
102
- date
103
- net-protocol
104
- net-pop (0.1.2)
105
- net-protocol
106
- net-protocol (0.2.1)
107
- timeout
108
- net-smtp (0.3.3)
109
- net-protocol
110
- nio4r (2.5.9)
111
- nokogiri (1.15.2-arm64-darwin)
112
- racc (~> 1.4)
113
- nokogiri (1.15.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.1)
127
- rack (2.2.7)
128
- rack-test (2.1.0)
129
- rack (>= 1.3)
130
- rails (6.1.7.3)
131
- actioncable (= 6.1.7.3)
132
- actionmailbox (= 6.1.7.3)
133
- actionmailer (= 6.1.7.3)
134
- actionpack (= 6.1.7.3)
135
- actiontext (= 6.1.7.3)
136
- actionview (= 6.1.7.3)
137
- activejob (= 6.1.7.3)
138
- activemodel (= 6.1.7.3)
139
- activerecord (= 6.1.7.3)
140
- activestorage (= 6.1.7.3)
141
- activesupport (= 6.1.7.3)
142
- bundler (>= 1.15.0)
143
- railties (= 6.1.7.3)
144
- sprockets-rails (>= 2.0.0)
145
- rails-dom-testing (2.0.3)
146
- activesupport (>= 4.2.0)
147
- nokogiri (>= 1.6)
148
- rails-html-sanitizer (1.6.0)
149
- loofah (~> 2.21)
150
- nokogiri (~> 1.14)
151
- railties (6.1.7.3)
152
- actionpack (= 6.1.7.3)
153
- activesupport (= 6.1.7.3)
154
- method_source
155
- rake (>= 12.2)
156
- thor (~> 1.0)
157
- rainbow (3.1.1)
158
- rake (13.0.6)
159
- rb-readline (0.5.5)
160
- regexp_parser (2.8.1)
161
- rexml (3.2.5)
162
- rspec (3.12.0)
163
- rspec-core (~> 3.12.0)
164
- rspec-expectations (~> 3.12.0)
165
- rspec-mocks (~> 3.12.0)
166
- rspec-core (3.12.2)
167
- rspec-support (~> 3.12.0)
168
- rspec-expectations (3.12.3)
169
- diff-lcs (>= 1.2.0, < 2.0)
170
- rspec-support (~> 3.12.0)
171
- rspec-mocks (3.12.5)
172
- diff-lcs (>= 1.2.0, < 2.0)
173
- rspec-support (~> 3.12.0)
174
- rspec-support (3.12.0)
175
- rubocop (1.52.1)
176
- json (~> 2.3)
177
- parallel (~> 1.10)
178
- parser (>= 3.2.2.3)
179
- rainbow (>= 2.2.2, < 4.0)
180
- regexp_parser (>= 1.8, < 3.0)
181
- rexml (>= 3.2.5, < 4.0)
182
- rubocop-ast (>= 1.28.0, < 2.0)
183
- ruby-progressbar (~> 1.7)
184
- unicode-display_width (>= 2.4.0, < 3.0)
185
- rubocop-ast (1.29.0)
186
- parser (>= 3.2.1.0)
187
- ruby-progressbar (1.13.0)
188
- sprockets (4.2.0)
189
- concurrent-ruby (~> 1.0)
190
- rack (>= 2.2.4, < 4)
191
- sprockets-rails (3.4.2)
192
- actionpack (>= 5.2)
193
- activesupport (>= 5.2)
194
- sprockets (>= 3.0.0)
195
- sqlite3 (1.6.3-arm64-darwin)
196
- sqlite3 (1.6.3-x86_64-linux)
197
- thor (1.2.2)
198
- timecop (0.9.6)
199
- timeout (0.3.2)
200
- tzinfo (2.0.6)
201
- concurrent-ruby (~> 1.0)
202
- unicode-display_width (2.4.2)
203
- websocket-driver (0.7.5)
204
- websocket-extensions (>= 0.1.0)
205
- websocket-extensions (0.1.5)
206
- zeitwerk (2.6.8)
207
-
208
- PLATFORMS
209
- arm64-darwin-22
210
- x86_64-linux
211
-
212
- DEPENDENCIES
213
- appraisal
214
- data_migrate!
215
- overcommit
216
- pry
217
- rails (~> 6.1.0)
218
- rake
219
- rb-readline
220
- rspec
221
- rspec-core
222
- rubocop
223
- sqlite3 (~> 1.4)
224
- timecop
225
-
226
- BUNDLED WITH
227
- 2.4.14
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "sqlite3", "~> 1.4"
6
- gem "rails", "~> 7.0"
7
-
8
- gemspec path: "../"
@@ -1,229 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- data_migrate (9.2.0)
5
- activerecord (>= 6.1)
6
- railties (>= 6.1)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (7.0.6)
12
- actionpack (= 7.0.6)
13
- activesupport (= 7.0.6)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (7.0.6)
17
- actionpack (= 7.0.6)
18
- activejob (= 7.0.6)
19
- activerecord (= 7.0.6)
20
- activestorage (= 7.0.6)
21
- activesupport (= 7.0.6)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.0.6)
27
- actionpack (= 7.0.6)
28
- actionview (= 7.0.6)
29
- activejob (= 7.0.6)
30
- activesupport (= 7.0.6)
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.6)
37
- actionview (= 7.0.6)
38
- activesupport (= 7.0.6)
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.6)
44
- actionpack (= 7.0.6)
45
- activerecord (= 7.0.6)
46
- activestorage (= 7.0.6)
47
- activesupport (= 7.0.6)
48
- globalid (>= 0.6.0)
49
- nokogiri (>= 1.8.5)
50
- actionview (7.0.6)
51
- activesupport (= 7.0.6)
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.6)
57
- activesupport (= 7.0.6)
58
- globalid (>= 0.3.6)
59
- activemodel (7.0.6)
60
- activesupport (= 7.0.6)
61
- activerecord (7.0.6)
62
- activemodel (= 7.0.6)
63
- activesupport (= 7.0.6)
64
- activestorage (7.0.6)
65
- actionpack (= 7.0.6)
66
- activejob (= 7.0.6)
67
- activerecord (= 7.0.6)
68
- activesupport (= 7.0.6)
69
- marcel (~> 1.0)
70
- mini_mime (>= 1.1.0)
71
- activesupport (7.0.6)
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.2)
85
- crass (1.0.6)
86
- date (3.3.3)
87
- diff-lcs (1.5.0)
88
- erubi (1.12.0)
89
- globalid (1.1.0)
90
- activesupport (>= 5.0)
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.21.3)
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.2)
107
- minitest (5.18.1)
108
- net-imap (0.3.6)
109
- date
110
- net-protocol
111
- net-pop (0.1.2)
112
- net-protocol
113
- net-protocol (0.2.1)
114
- timeout
115
- net-smtp (0.3.3)
116
- net-protocol
117
- nio4r (2.5.9)
118
- nokogiri (1.15.3-arm64-darwin)
119
- racc (~> 1.4)
120
- nokogiri (1.15.3-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.1)
134
- rack (2.2.7)
135
- rack-test (2.1.0)
136
- rack (>= 1.3)
137
- rails (7.0.6)
138
- actioncable (= 7.0.6)
139
- actionmailbox (= 7.0.6)
140
- actionmailer (= 7.0.6)
141
- actionpack (= 7.0.6)
142
- actiontext (= 7.0.6)
143
- actionview (= 7.0.6)
144
- activejob (= 7.0.6)
145
- activemodel (= 7.0.6)
146
- activerecord (= 7.0.6)
147
- activestorage (= 7.0.6)
148
- activesupport (= 7.0.6)
149
- bundler (>= 1.15.0)
150
- railties (= 7.0.6)
151
- rails-dom-testing (2.1.1)
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.6)
159
- actionpack (= 7.0.6)
160
- activesupport (= 7.0.6)
161
- method_source
162
- rake (>= 12.2)
163
- thor (~> 1.0)
164
- zeitwerk (~> 2.5)
165
- rainbow (3.1.1)
166
- rake (13.0.6)
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.6.3-arm64-darwin)
198
- sqlite3 (1.6.3-x86_64-linux)
199
- thor (1.2.2)
200
- timecop (0.9.6)
201
- timeout (0.4.0)
202
- tzinfo (2.0.6)
203
- concurrent-ruby (~> 1.0)
204
- unicode-display_width (2.4.2)
205
- websocket-driver (0.7.5)
206
- websocket-extensions (>= 0.1.0)
207
- websocket-extensions (0.1.5)
208
- zeitwerk (2.6.8)
209
-
210
- PLATFORMS
211
- arm64-darwin-22
212
- x86_64-linux
213
-
214
- DEPENDENCIES
215
- appraisal
216
- data_migrate!
217
- overcommit
218
- pry
219
- rails (~> 7.0)
220
- rake
221
- rb-readline
222
- rspec
223
- rspec-core
224
- rubocop
225
- sqlite3 (~> 1.4)
226
- timecop
227
-
228
- BUNDLED WITH
229
- 2.4.14
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "sqlite3", "~> 1.4"
6
- gem "rails", "7.1.0"
7
-
8
- gemspec path: "../"