sequenced 3.2.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "standardrb"
7
+ gem "rails", "~> 6.1.0"
8
+
9
+ group :development, :test do
10
+ gem "sqlite3", "~> 1.4.4"
11
+ gem "pg"
12
+ gem "net-imap"
13
+ gem "net-pop"
14
+ gem "net-smtp"
15
+ end
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,207 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ sequenced (4.0.0)
5
+ activerecord (>= 3.0)
6
+ activesupport (>= 3.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (6.1.6)
12
+ actionpack (= 6.1.6)
13
+ activesupport (= 6.1.6)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.1.6)
17
+ actionpack (= 6.1.6)
18
+ activejob (= 6.1.6)
19
+ activerecord (= 6.1.6)
20
+ activestorage (= 6.1.6)
21
+ activesupport (= 6.1.6)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.1.6)
24
+ actionpack (= 6.1.6)
25
+ actionview (= 6.1.6)
26
+ activejob (= 6.1.6)
27
+ activesupport (= 6.1.6)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (6.1.6)
31
+ actionview (= 6.1.6)
32
+ activesupport (= 6.1.6)
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.6)
38
+ actionpack (= 6.1.6)
39
+ activerecord (= 6.1.6)
40
+ activestorage (= 6.1.6)
41
+ activesupport (= 6.1.6)
42
+ nokogiri (>= 1.8.5)
43
+ actionview (6.1.6)
44
+ activesupport (= 6.1.6)
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.6)
50
+ activesupport (= 6.1.6)
51
+ globalid (>= 0.3.6)
52
+ activemodel (6.1.6)
53
+ activesupport (= 6.1.6)
54
+ activerecord (6.1.6)
55
+ activemodel (= 6.1.6)
56
+ activesupport (= 6.1.6)
57
+ activestorage (6.1.6)
58
+ actionpack (= 6.1.6)
59
+ activejob (= 6.1.6)
60
+ activerecord (= 6.1.6)
61
+ activesupport (= 6.1.6)
62
+ marcel (~> 1.0)
63
+ mini_mime (>= 1.1.0)
64
+ activesupport (6.1.6)
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
+ concurrent-ruby (1.1.10)
77
+ crass (1.0.6)
78
+ digest (3.1.0)
79
+ erubi (1.11.0)
80
+ globalid (1.0.0)
81
+ activesupport (>= 5.0)
82
+ i18n (1.12.0)
83
+ concurrent-ruby (~> 1.0)
84
+ json (2.6.2)
85
+ loofah (2.18.0)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.5.9)
88
+ mail (2.7.1)
89
+ mini_mime (>= 0.1.1)
90
+ marcel (1.0.2)
91
+ method_source (1.0.0)
92
+ mini_mime (1.1.2)
93
+ minitest (5.16.2)
94
+ net-imap (0.2.3)
95
+ digest
96
+ net-protocol
97
+ strscan
98
+ net-pop (0.1.1)
99
+ digest
100
+ net-protocol
101
+ timeout
102
+ net-protocol (0.1.3)
103
+ timeout
104
+ net-smtp (0.3.1)
105
+ digest
106
+ net-protocol
107
+ timeout
108
+ nio4r (2.5.8)
109
+ nokogiri (1.13.8-arm64-darwin)
110
+ racc (~> 1.4)
111
+ nokogiri (1.13.8-x86_64-linux)
112
+ racc (~> 1.4)
113
+ parallel (1.22.1)
114
+ parser (3.1.2.1)
115
+ ast (~> 2.4.1)
116
+ pg (1.4.3)
117
+ racc (1.6.0)
118
+ rack (2.2.4)
119
+ rack-test (2.0.2)
120
+ rack (>= 1.3)
121
+ rails (6.1.6)
122
+ actioncable (= 6.1.6)
123
+ actionmailbox (= 6.1.6)
124
+ actionmailer (= 6.1.6)
125
+ actionpack (= 6.1.6)
126
+ actiontext (= 6.1.6)
127
+ actionview (= 6.1.6)
128
+ activejob (= 6.1.6)
129
+ activemodel (= 6.1.6)
130
+ activerecord (= 6.1.6)
131
+ activestorage (= 6.1.6)
132
+ activesupport (= 6.1.6)
133
+ bundler (>= 1.15.0)
134
+ railties (= 6.1.6)
135
+ sprockets-rails (>= 2.0.0)
136
+ rails-dom-testing (2.0.3)
137
+ activesupport (>= 4.2.0)
138
+ nokogiri (>= 1.6)
139
+ rails-html-sanitizer (1.4.3)
140
+ loofah (~> 2.3)
141
+ railties (6.1.6)
142
+ actionpack (= 6.1.6)
143
+ activesupport (= 6.1.6)
144
+ method_source
145
+ rake (>= 12.2)
146
+ thor (~> 1.0)
147
+ rainbow (3.1.1)
148
+ rake (13.0.6)
149
+ regexp_parser (2.5.0)
150
+ rexml (3.2.5)
151
+ rubocop (1.35.0)
152
+ json (~> 2.3)
153
+ parallel (~> 1.10)
154
+ parser (>= 3.1.2.1)
155
+ rainbow (>= 2.2.2, < 4.0)
156
+ regexp_parser (>= 1.8, < 3.0)
157
+ rexml (>= 3.2.5, < 4.0)
158
+ rubocop-ast (>= 1.20.1, < 2.0)
159
+ ruby-progressbar (~> 1.7)
160
+ unicode-display_width (>= 1.4.0, < 3.0)
161
+ rubocop-ast (1.21.0)
162
+ parser (>= 3.1.1.0)
163
+ rubocop-performance (1.14.3)
164
+ rubocop (>= 1.7.0, < 2.0)
165
+ rubocop-ast (>= 0.4.0)
166
+ ruby-progressbar (1.11.0)
167
+ sprockets (4.1.1)
168
+ concurrent-ruby (~> 1.0)
169
+ rack (> 1, < 3)
170
+ sprockets-rails (3.4.2)
171
+ actionpack (>= 5.2)
172
+ activesupport (>= 5.2)
173
+ sprockets (>= 3.0.0)
174
+ sqlite3 (1.4.4)
175
+ standard (1.16.0)
176
+ rubocop (= 1.35.0)
177
+ rubocop-performance (= 1.14.3)
178
+ standardrb (1.0.1)
179
+ standard
180
+ strscan (3.0.4)
181
+ thor (1.2.1)
182
+ timeout (0.3.0)
183
+ tzinfo (2.0.5)
184
+ concurrent-ruby (~> 1.0)
185
+ unicode-display_width (2.2.0)
186
+ websocket-driver (0.7.5)
187
+ websocket-extensions (>= 0.1.0)
188
+ websocket-extensions (0.1.5)
189
+ zeitwerk (2.6.0)
190
+
191
+ PLATFORMS
192
+ arm64-darwin-21
193
+ x86_64-linux
194
+
195
+ DEPENDENCIES
196
+ appraisal
197
+ net-imap
198
+ net-pop
199
+ net-smtp
200
+ pg
201
+ rails (~> 6.1.0)
202
+ sequenced!
203
+ sqlite3 (~> 1.4.4)
204
+ standardrb
205
+
206
+ BUNDLED WITH
207
+ 2.3.16
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "standardrb"
7
+ gem "rails", "~> 7.0.0"
8
+
9
+ group :development, :test do
10
+ gem "sqlite3", "~> 1.4.4"
11
+ gem "pg"
12
+ gem "net-imap"
13
+ gem "net-pop"
14
+ gem "net-smtp"
15
+ end
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,206 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ sequenced (4.0.0)
5
+ activerecord (>= 3.0)
6
+ activesupport (>= 3.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.0.3.1)
12
+ actionpack (= 7.0.3.1)
13
+ activesupport (= 7.0.3.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (7.0.3.1)
17
+ actionpack (= 7.0.3.1)
18
+ activejob (= 7.0.3.1)
19
+ activerecord (= 7.0.3.1)
20
+ activestorage (= 7.0.3.1)
21
+ activesupport (= 7.0.3.1)
22
+ mail (>= 2.7.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.0.3.1)
27
+ actionpack (= 7.0.3.1)
28
+ actionview (= 7.0.3.1)
29
+ activejob (= 7.0.3.1)
30
+ activesupport (= 7.0.3.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.3.1)
37
+ actionview (= 7.0.3.1)
38
+ activesupport (= 7.0.3.1)
39
+ rack (~> 2.0, >= 2.2.0)
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.3.1)
44
+ actionpack (= 7.0.3.1)
45
+ activerecord (= 7.0.3.1)
46
+ activestorage (= 7.0.3.1)
47
+ activesupport (= 7.0.3.1)
48
+ globalid (>= 0.6.0)
49
+ nokogiri (>= 1.8.5)
50
+ actionview (7.0.3.1)
51
+ activesupport (= 7.0.3.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.3.1)
57
+ activesupport (= 7.0.3.1)
58
+ globalid (>= 0.3.6)
59
+ activemodel (7.0.3.1)
60
+ activesupport (= 7.0.3.1)
61
+ activerecord (7.0.3.1)
62
+ activemodel (= 7.0.3.1)
63
+ activesupport (= 7.0.3.1)
64
+ activestorage (7.0.3.1)
65
+ actionpack (= 7.0.3.1)
66
+ activejob (= 7.0.3.1)
67
+ activerecord (= 7.0.3.1)
68
+ activesupport (= 7.0.3.1)
69
+ marcel (~> 1.0)
70
+ mini_mime (>= 1.1.0)
71
+ activesupport (7.0.3.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
+ concurrent-ruby (1.1.10)
83
+ crass (1.0.6)
84
+ digest (3.1.0)
85
+ erubi (1.11.0)
86
+ globalid (1.0.0)
87
+ activesupport (>= 5.0)
88
+ i18n (1.12.0)
89
+ concurrent-ruby (~> 1.0)
90
+ json (2.6.2)
91
+ loofah (2.18.0)
92
+ crass (~> 1.0.2)
93
+ nokogiri (>= 1.5.9)
94
+ mail (2.7.1)
95
+ mini_mime (>= 0.1.1)
96
+ marcel (1.0.2)
97
+ method_source (1.0.0)
98
+ mini_mime (1.1.2)
99
+ minitest (5.16.2)
100
+ net-imap (0.2.3)
101
+ digest
102
+ net-protocol
103
+ strscan
104
+ net-pop (0.1.1)
105
+ digest
106
+ net-protocol
107
+ timeout
108
+ net-protocol (0.1.3)
109
+ timeout
110
+ net-smtp (0.3.1)
111
+ digest
112
+ net-protocol
113
+ timeout
114
+ nio4r (2.5.8)
115
+ nokogiri (1.13.8-arm64-darwin)
116
+ racc (~> 1.4)
117
+ nokogiri (1.13.8-x86_64-linux)
118
+ racc (~> 1.4)
119
+ parallel (1.22.1)
120
+ parser (3.1.2.1)
121
+ ast (~> 2.4.1)
122
+ pg (1.4.3)
123
+ racc (1.6.0)
124
+ rack (2.2.4)
125
+ rack-test (2.0.2)
126
+ rack (>= 1.3)
127
+ rails (7.0.3.1)
128
+ actioncable (= 7.0.3.1)
129
+ actionmailbox (= 7.0.3.1)
130
+ actionmailer (= 7.0.3.1)
131
+ actionpack (= 7.0.3.1)
132
+ actiontext (= 7.0.3.1)
133
+ actionview (= 7.0.3.1)
134
+ activejob (= 7.0.3.1)
135
+ activemodel (= 7.0.3.1)
136
+ activerecord (= 7.0.3.1)
137
+ activestorage (= 7.0.3.1)
138
+ activesupport (= 7.0.3.1)
139
+ bundler (>= 1.15.0)
140
+ railties (= 7.0.3.1)
141
+ rails-dom-testing (2.0.3)
142
+ activesupport (>= 4.2.0)
143
+ nokogiri (>= 1.6)
144
+ rails-html-sanitizer (1.4.3)
145
+ loofah (~> 2.3)
146
+ railties (7.0.3.1)
147
+ actionpack (= 7.0.3.1)
148
+ activesupport (= 7.0.3.1)
149
+ method_source
150
+ rake (>= 12.2)
151
+ thor (~> 1.0)
152
+ zeitwerk (~> 2.5)
153
+ rainbow (3.1.1)
154
+ rake (13.0.6)
155
+ regexp_parser (2.5.0)
156
+ rexml (3.2.5)
157
+ rubocop (1.35.0)
158
+ json (~> 2.3)
159
+ parallel (~> 1.10)
160
+ parser (>= 3.1.2.1)
161
+ rainbow (>= 2.2.2, < 4.0)
162
+ regexp_parser (>= 1.8, < 3.0)
163
+ rexml (>= 3.2.5, < 4.0)
164
+ rubocop-ast (>= 1.20.1, < 2.0)
165
+ ruby-progressbar (~> 1.7)
166
+ unicode-display_width (>= 1.4.0, < 3.0)
167
+ rubocop-ast (1.21.0)
168
+ parser (>= 3.1.1.0)
169
+ rubocop-performance (1.14.3)
170
+ rubocop (>= 1.7.0, < 2.0)
171
+ rubocop-ast (>= 0.4.0)
172
+ ruby-progressbar (1.11.0)
173
+ sqlite3 (1.4.4)
174
+ standard (1.16.0)
175
+ rubocop (= 1.35.0)
176
+ rubocop-performance (= 1.14.3)
177
+ standardrb (1.0.1)
178
+ standard
179
+ strscan (3.0.4)
180
+ thor (1.2.1)
181
+ timeout (0.3.0)
182
+ tzinfo (2.0.5)
183
+ concurrent-ruby (~> 1.0)
184
+ unicode-display_width (2.2.0)
185
+ websocket-driver (0.7.5)
186
+ websocket-extensions (>= 0.1.0)
187
+ websocket-extensions (0.1.5)
188
+ zeitwerk (2.6.0)
189
+
190
+ PLATFORMS
191
+ arm64-darwin-21
192
+ x86_64-linux
193
+
194
+ DEPENDENCIES
195
+ appraisal
196
+ net-imap
197
+ net-pop
198
+ net-smtp
199
+ pg
200
+ rails (~> 7.0.0)
201
+ sequenced!
202
+ sqlite3 (~> 1.4.4)
203
+ standardrb
204
+
205
+ BUNDLED WITH
206
+ 2.3.16
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "standardrb"
7
+ gem "rails", github: "rails/rails", branch: "main"
8
+
9
+ group :development, :test do
10
+ gem "sqlite3", "~> 1.4.4"
11
+ gem "pg"
12
+ gem "net-imap"
13
+ gem "net-pop"
14
+ gem "net-smtp"
15
+ end
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,215 @@
1
+ GIT
2
+ remote: https://github.com/rails/rails.git
3
+ revision: cb5765a12751ca03866a89cf19fefcbc2d93a8ea
4
+ branch: main
5
+ specs:
6
+ actioncable (7.1.0.alpha)
7
+ actionpack (= 7.1.0.alpha)
8
+ activesupport (= 7.1.0.alpha)
9
+ nio4r (~> 2.0)
10
+ websocket-driver (>= 0.6.1)
11
+ zeitwerk (~> 2.6)
12
+ actionmailbox (7.1.0.alpha)
13
+ actionpack (= 7.1.0.alpha)
14
+ activejob (= 7.1.0.alpha)
15
+ activerecord (= 7.1.0.alpha)
16
+ activestorage (= 7.1.0.alpha)
17
+ activesupport (= 7.1.0.alpha)
18
+ mail (>= 2.7.1)
19
+ net-imap
20
+ net-pop
21
+ net-smtp
22
+ actionmailer (7.1.0.alpha)
23
+ actionpack (= 7.1.0.alpha)
24
+ actionview (= 7.1.0.alpha)
25
+ activejob (= 7.1.0.alpha)
26
+ activesupport (= 7.1.0.alpha)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ net-imap
29
+ net-pop
30
+ net-smtp
31
+ rails-dom-testing (~> 2.0)
32
+ actionpack (7.1.0.alpha)
33
+ actionview (= 7.1.0.alpha)
34
+ activesupport (= 7.1.0.alpha)
35
+ rack (~> 2.0, >= 2.2.0)
36
+ rack-test (>= 0.6.3)
37
+ rails-dom-testing (~> 2.0)
38
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
+ actiontext (7.1.0.alpha)
40
+ actionpack (= 7.1.0.alpha)
41
+ activerecord (= 7.1.0.alpha)
42
+ activestorage (= 7.1.0.alpha)
43
+ activesupport (= 7.1.0.alpha)
44
+ globalid (>= 0.6.0)
45
+ nokogiri (>= 1.8.5)
46
+ actionview (7.1.0.alpha)
47
+ activesupport (= 7.1.0.alpha)
48
+ builder (~> 3.1)
49
+ erubi (~> 1.11)
50
+ rails-dom-testing (~> 2.0)
51
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
+ activejob (7.1.0.alpha)
53
+ activesupport (= 7.1.0.alpha)
54
+ globalid (>= 0.3.6)
55
+ activemodel (7.1.0.alpha)
56
+ activesupport (= 7.1.0.alpha)
57
+ activerecord (7.1.0.alpha)
58
+ activemodel (= 7.1.0.alpha)
59
+ activesupport (= 7.1.0.alpha)
60
+ activestorage (7.1.0.alpha)
61
+ actionpack (= 7.1.0.alpha)
62
+ activejob (= 7.1.0.alpha)
63
+ activerecord (= 7.1.0.alpha)
64
+ activesupport (= 7.1.0.alpha)
65
+ marcel (~> 1.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (7.1.0.alpha)
68
+ concurrent-ruby (~> 1.0, >= 1.0.2)
69
+ connection_pool (>= 2.2.5)
70
+ i18n (>= 1.6, < 2)
71
+ minitest (>= 5.1)
72
+ tzinfo (~> 2.0)
73
+ rails (7.1.0.alpha)
74
+ actioncable (= 7.1.0.alpha)
75
+ actionmailbox (= 7.1.0.alpha)
76
+ actionmailer (= 7.1.0.alpha)
77
+ actionpack (= 7.1.0.alpha)
78
+ actiontext (= 7.1.0.alpha)
79
+ actionview (= 7.1.0.alpha)
80
+ activejob (= 7.1.0.alpha)
81
+ activemodel (= 7.1.0.alpha)
82
+ activerecord (= 7.1.0.alpha)
83
+ activestorage (= 7.1.0.alpha)
84
+ activesupport (= 7.1.0.alpha)
85
+ bundler (>= 1.15.0)
86
+ railties (= 7.1.0.alpha)
87
+ railties (7.1.0.alpha)
88
+ actionpack (= 7.1.0.alpha)
89
+ activesupport (= 7.1.0.alpha)
90
+ method_source
91
+ rake (>= 12.2)
92
+ thor (~> 1.0)
93
+ zeitwerk (~> 2.6)
94
+
95
+ PATH
96
+ remote: ..
97
+ specs:
98
+ sequenced (4.0.0)
99
+ activerecord (>= 3.0)
100
+ activesupport (>= 3.0)
101
+
102
+ GEM
103
+ remote: https://rubygems.org/
104
+ specs:
105
+ appraisal (2.4.1)
106
+ bundler
107
+ rake
108
+ thor (>= 0.14.0)
109
+ ast (2.4.2)
110
+ builder (3.2.4)
111
+ concurrent-ruby (1.1.10)
112
+ connection_pool (2.2.5)
113
+ crass (1.0.6)
114
+ digest (3.1.0)
115
+ erubi (1.11.0)
116
+ globalid (1.0.0)
117
+ activesupport (>= 5.0)
118
+ i18n (1.12.0)
119
+ concurrent-ruby (~> 1.0)
120
+ json (2.6.2)
121
+ loofah (2.18.0)
122
+ crass (~> 1.0.2)
123
+ nokogiri (>= 1.5.9)
124
+ mail (2.7.1)
125
+ mini_mime (>= 0.1.1)
126
+ marcel (1.0.2)
127
+ method_source (1.0.0)
128
+ mini_mime (1.1.2)
129
+ minitest (5.16.2)
130
+ net-imap (0.2.3)
131
+ digest
132
+ net-protocol
133
+ strscan
134
+ net-pop (0.1.1)
135
+ digest
136
+ net-protocol
137
+ timeout
138
+ net-protocol (0.1.3)
139
+ timeout
140
+ net-smtp (0.3.1)
141
+ digest
142
+ net-protocol
143
+ timeout
144
+ nio4r (2.5.8)
145
+ nokogiri (1.13.8-arm64-darwin)
146
+ racc (~> 1.4)
147
+ nokogiri (1.13.8-x86_64-linux)
148
+ racc (~> 1.4)
149
+ parallel (1.22.1)
150
+ parser (3.1.2.1)
151
+ ast (~> 2.4.1)
152
+ pg (1.4.3)
153
+ racc (1.6.0)
154
+ rack (2.2.4)
155
+ rack-test (2.0.2)
156
+ rack (>= 1.3)
157
+ rails-dom-testing (2.0.3)
158
+ activesupport (>= 4.2.0)
159
+ nokogiri (>= 1.6)
160
+ rails-html-sanitizer (1.4.3)
161
+ loofah (~> 2.3)
162
+ rainbow (3.1.1)
163
+ rake (13.0.6)
164
+ regexp_parser (2.5.0)
165
+ rexml (3.2.5)
166
+ rubocop (1.35.0)
167
+ json (~> 2.3)
168
+ parallel (~> 1.10)
169
+ parser (>= 3.1.2.1)
170
+ rainbow (>= 2.2.2, < 4.0)
171
+ regexp_parser (>= 1.8, < 3.0)
172
+ rexml (>= 3.2.5, < 4.0)
173
+ rubocop-ast (>= 1.20.1, < 2.0)
174
+ ruby-progressbar (~> 1.7)
175
+ unicode-display_width (>= 1.4.0, < 3.0)
176
+ rubocop-ast (1.21.0)
177
+ parser (>= 3.1.1.0)
178
+ rubocop-performance (1.14.3)
179
+ rubocop (>= 1.7.0, < 2.0)
180
+ rubocop-ast (>= 0.4.0)
181
+ ruby-progressbar (1.11.0)
182
+ sqlite3 (1.4.4)
183
+ standard (1.16.0)
184
+ rubocop (= 1.35.0)
185
+ rubocop-performance (= 1.14.3)
186
+ standardrb (1.0.1)
187
+ standard
188
+ strscan (3.0.4)
189
+ thor (1.2.1)
190
+ timeout (0.3.0)
191
+ tzinfo (2.0.5)
192
+ concurrent-ruby (~> 1.0)
193
+ unicode-display_width (2.2.0)
194
+ websocket-driver (0.7.5)
195
+ websocket-extensions (>= 0.1.0)
196
+ websocket-extensions (0.1.5)
197
+ zeitwerk (2.6.0)
198
+
199
+ PLATFORMS
200
+ arm64-darwin-21
201
+ x86_64-linux
202
+
203
+ DEPENDENCIES
204
+ appraisal
205
+ net-imap
206
+ net-pop
207
+ net-smtp
208
+ pg
209
+ rails!
210
+ sequenced!
211
+ sqlite3 (~> 1.4.4)
212
+ standardrb
213
+
214
+ BUNDLED WITH
215
+ 2.3.16
@@ -1,5 +1,5 @@
1
- require 'active_support/core_ext/hash/slice'
2
- require 'active_support/core_ext/class/attribute_accessors'
1
+ require "active_support/core_ext/hash/slice"
2
+ require "active_support/core_ext/class/attribute_accessors"
3
3
 
4
4
  module Sequenced
5
5
  module ActsAsSequenced
@@ -51,7 +51,7 @@ module Sequenced
51
51
  options = DEFAULT_OPTIONS.merge(options)
52
52
  column_name = options[:column]
53
53
 
54
- if sequenced_options.any? {|options| options[:column] == column_name}
54
+ if sequenced_options.any? { |options| options[:column] == column_name }
55
55
  raise(SequencedColumnExists, <<-MSG.squish)
56
56
  Tried to set #{column_name} as sequenced but there was already a
57
57
  definition here. Did you accidentally call acts_as_sequenced