chop 0.27.0 → 0.28.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +2 -11
- data/.gitignore +1 -0
- data/Appraisals +4 -16
- data/Gemfile +2 -1
- data/gemfiles/rails_6.1.gemfile +2 -2
- data/gemfiles/rails_7.0.gemfile +2 -1
- data/gemfiles/{rails_5.1.gemfile → rails_7.1.gemfile} +3 -3
- data/lib/chop/diff.rb +5 -5
- data/lib/chop/dsl.rb +22 -18
- data/lib/chop/form.rb +2 -2
- data/lib/chop/version.rb +1 -1
- metadata +4 -11
- data/gemfiles/rails_5.1.gemfile.lock +0 -216
- data/gemfiles/rails_5.2.gemfile +0 -10
- data/gemfiles/rails_5.2.gemfile.lock +0 -222
- data/gemfiles/rails_6.0.gemfile +0 -10
- data/gemfiles/rails_6.0.gemfile.lock +0 -238
- data/gemfiles/rails_6.1.gemfile.lock +0 -241
- data/gemfiles/rails_7.0.gemfile.lock +0 -235
@@ -1,222 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
chop (0.27.0)
|
5
|
-
activerecord
|
6
|
-
capybara
|
7
|
-
cucumber
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actioncable (5.2.6)
|
13
|
-
actionpack (= 5.2.6)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailer (5.2.6)
|
17
|
-
actionpack (= 5.2.6)
|
18
|
-
actionview (= 5.2.6)
|
19
|
-
activejob (= 5.2.6)
|
20
|
-
mail (~> 2.5, >= 2.5.4)
|
21
|
-
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (5.2.6)
|
23
|
-
actionview (= 5.2.6)
|
24
|
-
activesupport (= 5.2.6)
|
25
|
-
rack (~> 2.0, >= 2.0.8)
|
26
|
-
rack-test (>= 0.6.3)
|
27
|
-
rails-dom-testing (~> 2.0)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (5.2.6)
|
30
|
-
activesupport (= 5.2.6)
|
31
|
-
builder (~> 3.1)
|
32
|
-
erubi (~> 1.4)
|
33
|
-
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
activejob (5.2.6)
|
36
|
-
activesupport (= 5.2.6)
|
37
|
-
globalid (>= 0.3.6)
|
38
|
-
activemodel (5.2.6)
|
39
|
-
activesupport (= 5.2.6)
|
40
|
-
activerecord (5.2.6)
|
41
|
-
activemodel (= 5.2.6)
|
42
|
-
activesupport (= 5.2.6)
|
43
|
-
arel (>= 9.0)
|
44
|
-
activestorage (5.2.6)
|
45
|
-
actionpack (= 5.2.6)
|
46
|
-
activerecord (= 5.2.6)
|
47
|
-
marcel (~> 1.0.0)
|
48
|
-
activesupport (5.2.6)
|
49
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
|
-
i18n (>= 0.7, < 2)
|
51
|
-
minitest (~> 5.1)
|
52
|
-
tzinfo (~> 1.1)
|
53
|
-
addressable (2.8.0)
|
54
|
-
public_suffix (>= 2.0.2, < 5.0)
|
55
|
-
appraisal (2.4.1)
|
56
|
-
bundler
|
57
|
-
rake
|
58
|
-
thor (>= 0.14.0)
|
59
|
-
arel (9.0.0)
|
60
|
-
builder (3.2.4)
|
61
|
-
byebug (11.1.3)
|
62
|
-
capybara (3.35.3)
|
63
|
-
addressable
|
64
|
-
mini_mime (>= 0.1.3)
|
65
|
-
nokogiri (~> 1.8)
|
66
|
-
rack (>= 1.6.0)
|
67
|
-
rack-test (>= 0.6.3)
|
68
|
-
regexp_parser (>= 1.5, < 3.0)
|
69
|
-
xpath (~> 3.2)
|
70
|
-
cliver (0.3.2)
|
71
|
-
concurrent-ruby (1.1.9)
|
72
|
-
crass (1.0.6)
|
73
|
-
cucumber (7.1.0)
|
74
|
-
builder (~> 3.2, >= 3.2.4)
|
75
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
76
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
77
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
78
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
79
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
80
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
81
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
82
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
83
|
-
mime-types (~> 3.3, >= 3.3.1)
|
84
|
-
multi_test (~> 0.1, >= 0.1.2)
|
85
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
86
|
-
cucumber-core (10.1.0)
|
87
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
88
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
89
|
-
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
|
90
|
-
cucumber-create-meta (6.0.4)
|
91
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
92
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
93
|
-
cucumber-cucumber-expressions (14.0.0)
|
94
|
-
cucumber-gherkin (22.0.0)
|
95
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
96
|
-
cucumber-html-formatter (17.0.0)
|
97
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
98
|
-
cucumber-messages (17.1.1)
|
99
|
-
cucumber-tag-expressions (4.1.0)
|
100
|
-
cucumber-wire (6.2.0)
|
101
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
102
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
103
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
104
|
-
cuprite (0.13)
|
105
|
-
capybara (>= 2.1, < 4)
|
106
|
-
ferrum (~> 0.11.0)
|
107
|
-
diff-lcs (1.5.0)
|
108
|
-
erubi (1.10.0)
|
109
|
-
ferrum (0.11)
|
110
|
-
addressable (~> 2.5)
|
111
|
-
cliver (~> 0.3)
|
112
|
-
concurrent-ruby (~> 1.1)
|
113
|
-
websocket-driver (>= 0.6, < 0.8)
|
114
|
-
ffi (1.15.4)
|
115
|
-
globalid (1.0.0)
|
116
|
-
activesupport (>= 5.0)
|
117
|
-
i18n (1.8.11)
|
118
|
-
concurrent-ruby (~> 1.0)
|
119
|
-
loofah (2.13.0)
|
120
|
-
crass (~> 1.0.2)
|
121
|
-
nokogiri (>= 1.5.9)
|
122
|
-
mail (2.7.1)
|
123
|
-
mini_mime (>= 0.1.1)
|
124
|
-
marcel (1.0.2)
|
125
|
-
method_source (1.0.0)
|
126
|
-
mime-types (3.4.1)
|
127
|
-
mime-types-data (~> 3.2015)
|
128
|
-
mime-types-data (3.2021.1115)
|
129
|
-
mini_mime (1.1.2)
|
130
|
-
mini_portile2 (2.6.1)
|
131
|
-
minitest (5.15.0)
|
132
|
-
multi_test (0.1.2)
|
133
|
-
nio4r (2.5.8)
|
134
|
-
nokogiri (1.12.5)
|
135
|
-
mini_portile2 (~> 2.6.1)
|
136
|
-
racc (~> 1.4)
|
137
|
-
public_suffix (4.0.6)
|
138
|
-
racc (1.6.0)
|
139
|
-
rack (2.2.3)
|
140
|
-
rack-test (1.1.0)
|
141
|
-
rack (>= 1.0, < 3)
|
142
|
-
rails (5.2.6)
|
143
|
-
actioncable (= 5.2.6)
|
144
|
-
actionmailer (= 5.2.6)
|
145
|
-
actionpack (= 5.2.6)
|
146
|
-
actionview (= 5.2.6)
|
147
|
-
activejob (= 5.2.6)
|
148
|
-
activemodel (= 5.2.6)
|
149
|
-
activerecord (= 5.2.6)
|
150
|
-
activestorage (= 5.2.6)
|
151
|
-
activesupport (= 5.2.6)
|
152
|
-
bundler (>= 1.3.0)
|
153
|
-
railties (= 5.2.6)
|
154
|
-
sprockets-rails (>= 2.0.0)
|
155
|
-
rails-dom-testing (2.0.3)
|
156
|
-
activesupport (>= 4.2.0)
|
157
|
-
nokogiri (>= 1.6)
|
158
|
-
rails-html-sanitizer (1.4.2)
|
159
|
-
loofah (~> 2.3)
|
160
|
-
railties (5.2.6)
|
161
|
-
actionpack (= 5.2.6)
|
162
|
-
activesupport (= 5.2.6)
|
163
|
-
method_source
|
164
|
-
rake (>= 0.8.7)
|
165
|
-
thor (>= 0.19.0, < 2.0)
|
166
|
-
rake (13.0.6)
|
167
|
-
regexp_parser (2.2.0)
|
168
|
-
rspec (3.10.0)
|
169
|
-
rspec-core (~> 3.10.0)
|
170
|
-
rspec-expectations (~> 3.10.0)
|
171
|
-
rspec-mocks (~> 3.10.0)
|
172
|
-
rspec-core (3.10.1)
|
173
|
-
rspec-support (~> 3.10.0)
|
174
|
-
rspec-expectations (3.10.1)
|
175
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
176
|
-
rspec-support (~> 3.10.0)
|
177
|
-
rspec-mocks (3.10.2)
|
178
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
179
|
-
rspec-support (~> 3.10.0)
|
180
|
-
rspec-support (3.10.3)
|
181
|
-
slim (4.1.0)
|
182
|
-
temple (>= 0.7.6, < 0.9)
|
183
|
-
tilt (>= 2.0.6, < 2.1)
|
184
|
-
sprockets (4.0.2)
|
185
|
-
concurrent-ruby (~> 1.0)
|
186
|
-
rack (> 1, < 3)
|
187
|
-
sprockets-rails (3.4.2)
|
188
|
-
actionpack (>= 5.2)
|
189
|
-
activesupport (>= 5.2)
|
190
|
-
sprockets (>= 3.0.0)
|
191
|
-
sys-uname (1.2.2)
|
192
|
-
ffi (~> 1.1)
|
193
|
-
temple (0.8.2)
|
194
|
-
thor (1.1.0)
|
195
|
-
thread_safe (0.3.6)
|
196
|
-
tilt (2.0.10)
|
197
|
-
tzinfo (1.2.9)
|
198
|
-
thread_safe (~> 0.1)
|
199
|
-
webrick (1.7.0)
|
200
|
-
websocket-driver (0.7.5)
|
201
|
-
websocket-extensions (>= 0.1.0)
|
202
|
-
websocket-extensions (0.1.5)
|
203
|
-
xpath (3.2.0)
|
204
|
-
nokogiri (~> 1.8)
|
205
|
-
|
206
|
-
PLATFORMS
|
207
|
-
ruby
|
208
|
-
|
209
|
-
DEPENDENCIES
|
210
|
-
appraisal
|
211
|
-
byebug
|
212
|
-
capybara (~> 3.35.0)
|
213
|
-
chop!
|
214
|
-
cuprite
|
215
|
-
rails (~> 5.2.0)
|
216
|
-
rake
|
217
|
-
rspec
|
218
|
-
slim
|
219
|
-
webrick
|
220
|
-
|
221
|
-
BUNDLED WITH
|
222
|
-
2.2.32
|
data/gemfiles/rails_6.0.gemfile
DELETED
@@ -1,238 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
chop (0.27.0)
|
5
|
-
activerecord
|
6
|
-
capybara
|
7
|
-
cucumber
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actioncable (6.0.4.4)
|
13
|
-
actionpack (= 6.0.4.4)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.0.4.4)
|
17
|
-
actionpack (= 6.0.4.4)
|
18
|
-
activejob (= 6.0.4.4)
|
19
|
-
activerecord (= 6.0.4.4)
|
20
|
-
activestorage (= 6.0.4.4)
|
21
|
-
activesupport (= 6.0.4.4)
|
22
|
-
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.0.4.4)
|
24
|
-
actionpack (= 6.0.4.4)
|
25
|
-
actionview (= 6.0.4.4)
|
26
|
-
activejob (= 6.0.4.4)
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
28
|
-
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.0.4.4)
|
30
|
-
actionview (= 6.0.4.4)
|
31
|
-
activesupport (= 6.0.4.4)
|
32
|
-
rack (~> 2.0, >= 2.0.8)
|
33
|
-
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.0)
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.0.4.4)
|
37
|
-
actionpack (= 6.0.4.4)
|
38
|
-
activerecord (= 6.0.4.4)
|
39
|
-
activestorage (= 6.0.4.4)
|
40
|
-
activesupport (= 6.0.4.4)
|
41
|
-
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.0.4.4)
|
43
|
-
activesupport (= 6.0.4.4)
|
44
|
-
builder (~> 3.1)
|
45
|
-
erubi (~> 1.4)
|
46
|
-
rails-dom-testing (~> 2.0)
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.0.4.4)
|
49
|
-
activesupport (= 6.0.4.4)
|
50
|
-
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.0.4.4)
|
52
|
-
activesupport (= 6.0.4.4)
|
53
|
-
activerecord (6.0.4.4)
|
54
|
-
activemodel (= 6.0.4.4)
|
55
|
-
activesupport (= 6.0.4.4)
|
56
|
-
activestorage (6.0.4.4)
|
57
|
-
actionpack (= 6.0.4.4)
|
58
|
-
activejob (= 6.0.4.4)
|
59
|
-
activerecord (= 6.0.4.4)
|
60
|
-
marcel (~> 1.0.0)
|
61
|
-
activesupport (6.0.4.4)
|
62
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
63
|
-
i18n (>= 0.7, < 2)
|
64
|
-
minitest (~> 5.1)
|
65
|
-
tzinfo (~> 1.1)
|
66
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
67
|
-
addressable (2.8.0)
|
68
|
-
public_suffix (>= 2.0.2, < 5.0)
|
69
|
-
appraisal (2.4.1)
|
70
|
-
bundler
|
71
|
-
rake
|
72
|
-
thor (>= 0.14.0)
|
73
|
-
builder (3.2.4)
|
74
|
-
byebug (11.1.3)
|
75
|
-
capybara (3.35.3)
|
76
|
-
addressable
|
77
|
-
mini_mime (>= 0.1.3)
|
78
|
-
nokogiri (~> 1.8)
|
79
|
-
rack (>= 1.6.0)
|
80
|
-
rack-test (>= 0.6.3)
|
81
|
-
regexp_parser (>= 1.5, < 3.0)
|
82
|
-
xpath (~> 3.2)
|
83
|
-
cliver (0.3.2)
|
84
|
-
concurrent-ruby (1.1.9)
|
85
|
-
crass (1.0.6)
|
86
|
-
cucumber (7.1.0)
|
87
|
-
builder (~> 3.2, >= 3.2.4)
|
88
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
89
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
90
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
91
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
92
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
93
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
94
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
95
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
96
|
-
mime-types (~> 3.3, >= 3.3.1)
|
97
|
-
multi_test (~> 0.1, >= 0.1.2)
|
98
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
99
|
-
cucumber-core (10.1.0)
|
100
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
101
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
102
|
-
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
|
103
|
-
cucumber-create-meta (6.0.4)
|
104
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
105
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
106
|
-
cucumber-cucumber-expressions (14.0.0)
|
107
|
-
cucumber-gherkin (22.0.0)
|
108
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
109
|
-
cucumber-html-formatter (17.0.0)
|
110
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
111
|
-
cucumber-messages (17.1.1)
|
112
|
-
cucumber-tag-expressions (4.1.0)
|
113
|
-
cucumber-wire (6.2.0)
|
114
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
115
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
116
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
117
|
-
cuprite (0.13)
|
118
|
-
capybara (>= 2.1, < 4)
|
119
|
-
ferrum (~> 0.11.0)
|
120
|
-
diff-lcs (1.5.0)
|
121
|
-
erubi (1.10.0)
|
122
|
-
ferrum (0.11)
|
123
|
-
addressable (~> 2.5)
|
124
|
-
cliver (~> 0.3)
|
125
|
-
concurrent-ruby (~> 1.1)
|
126
|
-
websocket-driver (>= 0.6, < 0.8)
|
127
|
-
ffi (1.15.4)
|
128
|
-
globalid (1.0.0)
|
129
|
-
activesupport (>= 5.0)
|
130
|
-
i18n (1.8.11)
|
131
|
-
concurrent-ruby (~> 1.0)
|
132
|
-
loofah (2.13.0)
|
133
|
-
crass (~> 1.0.2)
|
134
|
-
nokogiri (>= 1.5.9)
|
135
|
-
mail (2.7.1)
|
136
|
-
mini_mime (>= 0.1.1)
|
137
|
-
marcel (1.0.2)
|
138
|
-
method_source (1.0.0)
|
139
|
-
mime-types (3.4.1)
|
140
|
-
mime-types-data (~> 3.2015)
|
141
|
-
mime-types-data (3.2021.1115)
|
142
|
-
mini_mime (1.1.2)
|
143
|
-
mini_portile2 (2.6.1)
|
144
|
-
minitest (5.15.0)
|
145
|
-
multi_test (0.1.2)
|
146
|
-
nio4r (2.5.8)
|
147
|
-
nokogiri (1.12.5)
|
148
|
-
mini_portile2 (~> 2.6.1)
|
149
|
-
racc (~> 1.4)
|
150
|
-
public_suffix (4.0.6)
|
151
|
-
racc (1.6.0)
|
152
|
-
rack (2.2.3)
|
153
|
-
rack-test (1.1.0)
|
154
|
-
rack (>= 1.0, < 3)
|
155
|
-
rails (6.0.4.4)
|
156
|
-
actioncable (= 6.0.4.4)
|
157
|
-
actionmailbox (= 6.0.4.4)
|
158
|
-
actionmailer (= 6.0.4.4)
|
159
|
-
actionpack (= 6.0.4.4)
|
160
|
-
actiontext (= 6.0.4.4)
|
161
|
-
actionview (= 6.0.4.4)
|
162
|
-
activejob (= 6.0.4.4)
|
163
|
-
activemodel (= 6.0.4.4)
|
164
|
-
activerecord (= 6.0.4.4)
|
165
|
-
activestorage (= 6.0.4.4)
|
166
|
-
activesupport (= 6.0.4.4)
|
167
|
-
bundler (>= 1.3.0)
|
168
|
-
railties (= 6.0.4.4)
|
169
|
-
sprockets-rails (>= 2.0.0)
|
170
|
-
rails-dom-testing (2.0.3)
|
171
|
-
activesupport (>= 4.2.0)
|
172
|
-
nokogiri (>= 1.6)
|
173
|
-
rails-html-sanitizer (1.4.2)
|
174
|
-
loofah (~> 2.3)
|
175
|
-
railties (6.0.4.4)
|
176
|
-
actionpack (= 6.0.4.4)
|
177
|
-
activesupport (= 6.0.4.4)
|
178
|
-
method_source
|
179
|
-
rake (>= 0.8.7)
|
180
|
-
thor (>= 0.20.3, < 2.0)
|
181
|
-
rake (13.0.6)
|
182
|
-
regexp_parser (2.2.0)
|
183
|
-
rspec (3.10.0)
|
184
|
-
rspec-core (~> 3.10.0)
|
185
|
-
rspec-expectations (~> 3.10.0)
|
186
|
-
rspec-mocks (~> 3.10.0)
|
187
|
-
rspec-core (3.10.1)
|
188
|
-
rspec-support (~> 3.10.0)
|
189
|
-
rspec-expectations (3.10.1)
|
190
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
191
|
-
rspec-support (~> 3.10.0)
|
192
|
-
rspec-mocks (3.10.2)
|
193
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
194
|
-
rspec-support (~> 3.10.0)
|
195
|
-
rspec-support (3.10.3)
|
196
|
-
slim (4.1.0)
|
197
|
-
temple (>= 0.7.6, < 0.9)
|
198
|
-
tilt (>= 2.0.6, < 2.1)
|
199
|
-
sprockets (4.0.2)
|
200
|
-
concurrent-ruby (~> 1.0)
|
201
|
-
rack (> 1, < 3)
|
202
|
-
sprockets-rails (3.4.2)
|
203
|
-
actionpack (>= 5.2)
|
204
|
-
activesupport (>= 5.2)
|
205
|
-
sprockets (>= 3.0.0)
|
206
|
-
sys-uname (1.2.2)
|
207
|
-
ffi (~> 1.1)
|
208
|
-
temple (0.8.2)
|
209
|
-
thor (1.1.0)
|
210
|
-
thread_safe (0.3.6)
|
211
|
-
tilt (2.0.10)
|
212
|
-
tzinfo (1.2.9)
|
213
|
-
thread_safe (~> 0.1)
|
214
|
-
webrick (1.7.0)
|
215
|
-
websocket-driver (0.7.5)
|
216
|
-
websocket-extensions (>= 0.1.0)
|
217
|
-
websocket-extensions (0.1.5)
|
218
|
-
xpath (3.2.0)
|
219
|
-
nokogiri (~> 1.8)
|
220
|
-
zeitwerk (2.5.2)
|
221
|
-
|
222
|
-
PLATFORMS
|
223
|
-
ruby
|
224
|
-
|
225
|
-
DEPENDENCIES
|
226
|
-
appraisal
|
227
|
-
byebug
|
228
|
-
capybara (~> 3.35.0)
|
229
|
-
chop!
|
230
|
-
cuprite
|
231
|
-
rails (~> 6.0.0)
|
232
|
-
rake
|
233
|
-
rspec
|
234
|
-
slim
|
235
|
-
webrick
|
236
|
-
|
237
|
-
BUNDLED WITH
|
238
|
-
2.2.32
|
@@ -1,241 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
chop (0.27.0)
|
5
|
-
activerecord
|
6
|
-
capybara
|
7
|
-
cucumber
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actioncable (6.1.4.4)
|
13
|
-
actionpack (= 6.1.4.4)
|
14
|
-
activesupport (= 6.1.4.4)
|
15
|
-
nio4r (~> 2.0)
|
16
|
-
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (6.1.4.4)
|
18
|
-
actionpack (= 6.1.4.4)
|
19
|
-
activejob (= 6.1.4.4)
|
20
|
-
activerecord (= 6.1.4.4)
|
21
|
-
activestorage (= 6.1.4.4)
|
22
|
-
activesupport (= 6.1.4.4)
|
23
|
-
mail (>= 2.7.1)
|
24
|
-
actionmailer (6.1.4.4)
|
25
|
-
actionpack (= 6.1.4.4)
|
26
|
-
actionview (= 6.1.4.4)
|
27
|
-
activejob (= 6.1.4.4)
|
28
|
-
activesupport (= 6.1.4.4)
|
29
|
-
mail (~> 2.5, >= 2.5.4)
|
30
|
-
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (6.1.4.4)
|
32
|
-
actionview (= 6.1.4.4)
|
33
|
-
activesupport (= 6.1.4.4)
|
34
|
-
rack (~> 2.0, >= 2.0.9)
|
35
|
-
rack-test (>= 0.6.3)
|
36
|
-
rails-dom-testing (~> 2.0)
|
37
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
38
|
-
actiontext (6.1.4.4)
|
39
|
-
actionpack (= 6.1.4.4)
|
40
|
-
activerecord (= 6.1.4.4)
|
41
|
-
activestorage (= 6.1.4.4)
|
42
|
-
activesupport (= 6.1.4.4)
|
43
|
-
nokogiri (>= 1.8.5)
|
44
|
-
actionview (6.1.4.4)
|
45
|
-
activesupport (= 6.1.4.4)
|
46
|
-
builder (~> 3.1)
|
47
|
-
erubi (~> 1.4)
|
48
|
-
rails-dom-testing (~> 2.0)
|
49
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
50
|
-
activejob (6.1.4.4)
|
51
|
-
activesupport (= 6.1.4.4)
|
52
|
-
globalid (>= 0.3.6)
|
53
|
-
activemodel (6.1.4.4)
|
54
|
-
activesupport (= 6.1.4.4)
|
55
|
-
activerecord (6.1.4.4)
|
56
|
-
activemodel (= 6.1.4.4)
|
57
|
-
activesupport (= 6.1.4.4)
|
58
|
-
activestorage (6.1.4.4)
|
59
|
-
actionpack (= 6.1.4.4)
|
60
|
-
activejob (= 6.1.4.4)
|
61
|
-
activerecord (= 6.1.4.4)
|
62
|
-
activesupport (= 6.1.4.4)
|
63
|
-
marcel (~> 1.0.0)
|
64
|
-
mini_mime (>= 1.1.0)
|
65
|
-
activesupport (6.1.4.4)
|
66
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
67
|
-
i18n (>= 1.6, < 2)
|
68
|
-
minitest (>= 5.1)
|
69
|
-
tzinfo (~> 2.0)
|
70
|
-
zeitwerk (~> 2.3)
|
71
|
-
addressable (2.8.0)
|
72
|
-
public_suffix (>= 2.0.2, < 5.0)
|
73
|
-
appraisal (2.4.1)
|
74
|
-
bundler
|
75
|
-
rake
|
76
|
-
thor (>= 0.14.0)
|
77
|
-
builder (3.2.4)
|
78
|
-
byebug (11.1.3)
|
79
|
-
capybara (3.35.3)
|
80
|
-
addressable
|
81
|
-
mini_mime (>= 0.1.3)
|
82
|
-
nokogiri (~> 1.8)
|
83
|
-
rack (>= 1.6.0)
|
84
|
-
rack-test (>= 0.6.3)
|
85
|
-
regexp_parser (>= 1.5, < 3.0)
|
86
|
-
xpath (~> 3.2)
|
87
|
-
cliver (0.3.2)
|
88
|
-
concurrent-ruby (1.1.9)
|
89
|
-
crass (1.0.6)
|
90
|
-
cucumber (7.1.0)
|
91
|
-
builder (~> 3.2, >= 3.2.4)
|
92
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
93
|
-
cucumber-create-meta (~> 6.0, >= 6.0.1)
|
94
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
95
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
96
|
-
cucumber-html-formatter (~> 17.0, >= 17.0.0)
|
97
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
98
|
-
cucumber-wire (~> 6.2, >= 6.2.0)
|
99
|
-
diff-lcs (~> 1.4, >= 1.4.4)
|
100
|
-
mime-types (~> 3.3, >= 3.3.1)
|
101
|
-
multi_test (~> 0.1, >= 0.1.2)
|
102
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
103
|
-
cucumber-core (10.1.0)
|
104
|
-
cucumber-gherkin (~> 22.0, >= 22.0.0)
|
105
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
106
|
-
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
|
107
|
-
cucumber-create-meta (6.0.4)
|
108
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
109
|
-
sys-uname (~> 1.2, >= 1.2.2)
|
110
|
-
cucumber-cucumber-expressions (14.0.0)
|
111
|
-
cucumber-gherkin (22.0.0)
|
112
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
113
|
-
cucumber-html-formatter (17.0.0)
|
114
|
-
cucumber-messages (~> 17.1, >= 17.1.0)
|
115
|
-
cucumber-messages (17.1.1)
|
116
|
-
cucumber-tag-expressions (4.1.0)
|
117
|
-
cucumber-wire (6.2.0)
|
118
|
-
cucumber-core (~> 10.1, >= 10.1.0)
|
119
|
-
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
|
120
|
-
cucumber-messages (~> 17.1, >= 17.1.1)
|
121
|
-
cuprite (0.13)
|
122
|
-
capybara (>= 2.1, < 4)
|
123
|
-
ferrum (~> 0.11.0)
|
124
|
-
diff-lcs (1.5.0)
|
125
|
-
erubi (1.10.0)
|
126
|
-
ferrum (0.11)
|
127
|
-
addressable (~> 2.5)
|
128
|
-
cliver (~> 0.3)
|
129
|
-
concurrent-ruby (~> 1.1)
|
130
|
-
websocket-driver (>= 0.6, < 0.8)
|
131
|
-
ffi (1.15.4)
|
132
|
-
globalid (1.0.0)
|
133
|
-
activesupport (>= 5.0)
|
134
|
-
i18n (1.8.11)
|
135
|
-
concurrent-ruby (~> 1.0)
|
136
|
-
loofah (2.13.0)
|
137
|
-
crass (~> 1.0.2)
|
138
|
-
nokogiri (>= 1.5.9)
|
139
|
-
mail (2.7.1)
|
140
|
-
mini_mime (>= 0.1.1)
|
141
|
-
marcel (1.0.2)
|
142
|
-
method_source (1.0.0)
|
143
|
-
mime-types (3.4.1)
|
144
|
-
mime-types-data (~> 3.2015)
|
145
|
-
mime-types-data (3.2021.1115)
|
146
|
-
mini_mime (1.1.2)
|
147
|
-
mini_portile2 (2.6.1)
|
148
|
-
minitest (5.15.0)
|
149
|
-
multi_test (0.1.2)
|
150
|
-
nio4r (2.5.8)
|
151
|
-
nokogiri (1.12.5)
|
152
|
-
mini_portile2 (~> 2.6.1)
|
153
|
-
racc (~> 1.4)
|
154
|
-
public_suffix (4.0.6)
|
155
|
-
racc (1.6.0)
|
156
|
-
rack (2.2.3)
|
157
|
-
rack-test (1.1.0)
|
158
|
-
rack (>= 1.0, < 3)
|
159
|
-
rails (6.1.4.4)
|
160
|
-
actioncable (= 6.1.4.4)
|
161
|
-
actionmailbox (= 6.1.4.4)
|
162
|
-
actionmailer (= 6.1.4.4)
|
163
|
-
actionpack (= 6.1.4.4)
|
164
|
-
actiontext (= 6.1.4.4)
|
165
|
-
actionview (= 6.1.4.4)
|
166
|
-
activejob (= 6.1.4.4)
|
167
|
-
activemodel (= 6.1.4.4)
|
168
|
-
activerecord (= 6.1.4.4)
|
169
|
-
activestorage (= 6.1.4.4)
|
170
|
-
activesupport (= 6.1.4.4)
|
171
|
-
bundler (>= 1.15.0)
|
172
|
-
railties (= 6.1.4.4)
|
173
|
-
sprockets-rails (>= 2.0.0)
|
174
|
-
rails-dom-testing (2.0.3)
|
175
|
-
activesupport (>= 4.2.0)
|
176
|
-
nokogiri (>= 1.6)
|
177
|
-
rails-html-sanitizer (1.4.2)
|
178
|
-
loofah (~> 2.3)
|
179
|
-
railties (6.1.4.4)
|
180
|
-
actionpack (= 6.1.4.4)
|
181
|
-
activesupport (= 6.1.4.4)
|
182
|
-
method_source
|
183
|
-
rake (>= 0.13)
|
184
|
-
thor (~> 1.0)
|
185
|
-
rake (13.0.6)
|
186
|
-
regexp_parser (2.2.0)
|
187
|
-
rspec (3.10.0)
|
188
|
-
rspec-core (~> 3.10.0)
|
189
|
-
rspec-expectations (~> 3.10.0)
|
190
|
-
rspec-mocks (~> 3.10.0)
|
191
|
-
rspec-core (3.10.1)
|
192
|
-
rspec-support (~> 3.10.0)
|
193
|
-
rspec-expectations (3.10.1)
|
194
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
195
|
-
rspec-support (~> 3.10.0)
|
196
|
-
rspec-mocks (3.10.2)
|
197
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
198
|
-
rspec-support (~> 3.10.0)
|
199
|
-
rspec-support (3.10.3)
|
200
|
-
slim (4.1.0)
|
201
|
-
temple (>= 0.7.6, < 0.9)
|
202
|
-
tilt (>= 2.0.6, < 2.1)
|
203
|
-
sprockets (4.0.2)
|
204
|
-
concurrent-ruby (~> 1.0)
|
205
|
-
rack (> 1, < 3)
|
206
|
-
sprockets-rails (3.4.2)
|
207
|
-
actionpack (>= 5.2)
|
208
|
-
activesupport (>= 5.2)
|
209
|
-
sprockets (>= 3.0.0)
|
210
|
-
sys-uname (1.2.2)
|
211
|
-
ffi (~> 1.1)
|
212
|
-
temple (0.8.2)
|
213
|
-
thor (1.1.0)
|
214
|
-
tilt (2.0.10)
|
215
|
-
tzinfo (2.0.4)
|
216
|
-
concurrent-ruby (~> 1.0)
|
217
|
-
webrick (1.7.0)
|
218
|
-
websocket-driver (0.7.5)
|
219
|
-
websocket-extensions (>= 0.1.0)
|
220
|
-
websocket-extensions (0.1.5)
|
221
|
-
xpath (3.2.0)
|
222
|
-
nokogiri (~> 1.8)
|
223
|
-
zeitwerk (2.5.2)
|
224
|
-
|
225
|
-
PLATFORMS
|
226
|
-
ruby
|
227
|
-
|
228
|
-
DEPENDENCIES
|
229
|
-
appraisal
|
230
|
-
byebug
|
231
|
-
capybara (~> 3.35.0)
|
232
|
-
chop!
|
233
|
-
cuprite
|
234
|
-
rails (~> 6.1.0)
|
235
|
-
rake
|
236
|
-
rspec
|
237
|
-
slim
|
238
|
-
webrick
|
239
|
-
|
240
|
-
BUNDLED WITH
|
241
|
-
2.2.32
|