chop 0.28.0 → 0.28.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14fa6c9c1d455338511760552d836cf35b8646cb6b4fdf5b6785635b000054d6
4
- data.tar.gz: 0366a3cf17eb9eb12b069b4c4f2d6bc0dd428abf775057b60b5fd5582455d3c1
3
+ metadata.gz: f6ba456da0a548764f1a18e69630fe483b74ba5f4011c4f2f0468f63425e6a16
4
+ data.tar.gz: 0b7ddf32ce0881dc3fea0ab5360dc6f9140b07a819b26c648de400b777938742
5
5
  SHA512:
6
- metadata.gz: ce4a4af5691ff635f9dec5bf574cbab37b4d93d1e1d888009310453b2ddadeb9cb54b92e1dba073dd5e843310012844714d45ca377c30cc61a126e6161ab2cfa
7
- data.tar.gz: f50fe6242863ab47e6de5779dcdd2570cb6b92e20fe28d05b428c18c0ab1af4770681ec448820ddc3118f28ea06432275054ec9061fc0b6840c260fb045203c1
6
+ metadata.gz: 7bf304ee6020e23edda9a226fa4dbde24a23ba8a7cd0e4e098eb024da1e90ea89e552515c751bcf347d96dd7bed41ec49199478501d852eb2f61b3a95bc956b3
7
+ data.tar.gz: 51dbb0ca6ec2295305349948418cfb0c56a8ffeedad2570b444053da19a300ff60600a94108667d12c902c342fe066638c7d185e030953c93adb2be98bc7550c
@@ -5,8 +5,8 @@ jobs:
5
5
  strategy:
6
6
  fail-fast: false
7
7
  matrix:
8
- gemfile: [ rails_6.0, rails_6.1, rails_7.0 ]
9
- ruby: [ 2.7, '3.0' ]
8
+ gemfile: [ rails_6.1, rails_7.0, rails_7.1 ]
9
+ ruby: [ '3.0', 3.1, 3.2 ]
10
10
 
11
11
  runs-on: ubuntu-latest
12
12
  env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
data/.gitignore CHANGED
@@ -1,6 +1,7 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
3
  /Gemfile.lock
4
+ /gemfiles/*.lock
4
5
  /_yardoc/
5
6
  /coverage/
6
7
  /doc/
data/Appraisals CHANGED
@@ -1,7 +1,3 @@
1
- appraise "rails-6.0" do
2
- gem "rails", "~>6.0.0"
3
- end
4
-
5
1
  appraise "rails-6.1" do
6
2
  gem "rails", "~>6.1.0"
7
3
  end
@@ -10,3 +6,7 @@ appraise "rails-7.0" do
10
6
  gem "rails", "~>7.0.0"
11
7
  end
12
8
 
9
+ appraise "rails-7.1" do
10
+ gem "rails", "~>7.1.0"
11
+ end
12
+
@@ -5,6 +5,6 @@ source "https://rubygems.org"
5
5
  gem "byebug"
6
6
  gem "puma", "~>5.0"
7
7
  gem "rack", "~>2.0"
8
- gem "rails", "~>6.0.0"
8
+ gem "rails", "~>7.1.0"
9
9
 
10
10
  gemspec path: "../"
data/lib/chop/form.rb CHANGED
@@ -40,9 +40,9 @@ module Chop
40
40
 
41
41
  def self.find_label_for field, session: Capybara.current_session
42
42
  if field[:id].present?
43
- session.first("label[for='#{field[:id]}']", visible: :all)
43
+ session.first("label[for='#{field[:id]}']", visible: :all, minimum: 0, wait: 0.1)
44
44
  else
45
- raise "cannot find label without id... yet"
45
+ puts "cannot find label without id for #{field[:name]}"
46
46
  end
47
47
  end
48
48
 
data/lib/chop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Chop
2
- VERSION = "0.28.0"
2
+ VERSION = "0.28.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -141,12 +141,9 @@ files:
141
141
  - bin/setup
142
142
  - chop.gemspec
143
143
  - gemfiles/.bundle/config
144
- - gemfiles/rails_6.0.gemfile
145
- - gemfiles/rails_6.0.gemfile.lock
146
144
  - gemfiles/rails_6.1.gemfile
147
- - gemfiles/rails_6.1.gemfile.lock
148
145
  - gemfiles/rails_7.0.gemfile
149
- - gemfiles/rails_7.0.gemfile.lock
146
+ - gemfiles/rails_7.1.gemfile
150
147
  - lib/chop.rb
151
148
  - lib/chop/config.rb
152
149
  - lib/chop/create.rb
@@ -177,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
174
  - !ruby/object:Gem::Version
178
175
  version: '0'
179
176
  requirements: []
180
- rubygems_version: 3.2.32
177
+ rubygems_version: 3.5.3
181
178
  signing_key:
182
179
  specification_version: 4
183
180
  summary: Slice and dice your cucumber tables with ease!
@@ -1,232 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- chop (0.28.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 (8.0.0)
87
- builder (~> 3.2, >= 3.2.4)
88
- cucumber-ci-environment (~> 9.0, >= 9.0.4)
89
- cucumber-core (~> 11.0, >= 11.0.0)
90
- cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
91
- cucumber-gherkin (~> 23.0, >= 23.0.1)
92
- cucumber-html-formatter (~> 19.1, >= 19.1.0)
93
- cucumber-messages (~> 18.0, >= 18.0.0)
94
- diff-lcs (~> 1.5, >= 1.5.0)
95
- mime-types (~> 3.4, >= 3.4.1)
96
- multi_test (~> 1.1, >= 1.1.0)
97
- sys-uname (~> 1.2, >= 1.2.2)
98
- cucumber-ci-environment (9.1.0)
99
- cucumber-core (11.0.0)
100
- cucumber-gherkin (~> 23.0, >= 23.0.1)
101
- cucumber-messages (~> 18.0, >= 18.0.0)
102
- cucumber-tag-expressions (~> 4.1, >= 4.1.0)
103
- cucumber-cucumber-expressions (15.2.0)
104
- cucumber-gherkin (23.0.1)
105
- cucumber-messages (~> 18.0, >= 18.0.0)
106
- cucumber-html-formatter (19.2.0)
107
- cucumber-messages (~> 18.0, >= 18.0.0)
108
- cucumber-messages (18.0.0)
109
- cucumber-tag-expressions (4.1.0)
110
- cuprite (0.13)
111
- capybara (>= 2.1, < 4)
112
- ferrum (~> 0.11.0)
113
- diff-lcs (1.5.0)
114
- erubi (1.10.0)
115
- ferrum (0.11)
116
- addressable (~> 2.5)
117
- cliver (~> 0.3)
118
- concurrent-ruby (~> 1.1)
119
- websocket-driver (>= 0.6, < 0.8)
120
- ffi (1.15.5)
121
- globalid (1.0.0)
122
- activesupport (>= 5.0)
123
- i18n (1.8.11)
124
- concurrent-ruby (~> 1.0)
125
- loofah (2.13.0)
126
- crass (~> 1.0.2)
127
- nokogiri (>= 1.5.9)
128
- mail (2.7.1)
129
- mini_mime (>= 0.1.1)
130
- marcel (1.0.2)
131
- method_source (1.0.0)
132
- mime-types (3.4.1)
133
- mime-types-data (~> 3.2015)
134
- mime-types-data (3.2022.0105)
135
- mini_mime (1.1.2)
136
- mini_portile2 (2.6.1)
137
- minitest (5.15.0)
138
- multi_test (1.1.0)
139
- nio4r (2.5.8)
140
- nokogiri (1.12.5)
141
- mini_portile2 (~> 2.6.1)
142
- racc (~> 1.4)
143
- public_suffix (4.0.6)
144
- puma (5.6.5)
145
- nio4r (~> 2.0)
146
- racc (1.6.0)
147
- rack (2.2.3)
148
- rack-test (1.1.0)
149
- rack (>= 1.0, < 3)
150
- rails (6.0.4.4)
151
- actioncable (= 6.0.4.4)
152
- actionmailbox (= 6.0.4.4)
153
- actionmailer (= 6.0.4.4)
154
- actionpack (= 6.0.4.4)
155
- actiontext (= 6.0.4.4)
156
- actionview (= 6.0.4.4)
157
- activejob (= 6.0.4.4)
158
- activemodel (= 6.0.4.4)
159
- activerecord (= 6.0.4.4)
160
- activestorage (= 6.0.4.4)
161
- activesupport (= 6.0.4.4)
162
- bundler (>= 1.3.0)
163
- railties (= 6.0.4.4)
164
- sprockets-rails (>= 2.0.0)
165
- rails-dom-testing (2.0.3)
166
- activesupport (>= 4.2.0)
167
- nokogiri (>= 1.6)
168
- rails-html-sanitizer (1.4.2)
169
- loofah (~> 2.3)
170
- railties (6.0.4.4)
171
- actionpack (= 6.0.4.4)
172
- activesupport (= 6.0.4.4)
173
- method_source
174
- rake (>= 0.8.7)
175
- thor (>= 0.20.3, < 2.0)
176
- rake (13.0.6)
177
- regexp_parser (2.2.0)
178
- rspec (3.10.0)
179
- rspec-core (~> 3.10.0)
180
- rspec-expectations (~> 3.10.0)
181
- rspec-mocks (~> 3.10.0)
182
- rspec-core (3.10.1)
183
- rspec-support (~> 3.10.0)
184
- rspec-expectations (3.10.1)
185
- diff-lcs (>= 1.2.0, < 2.0)
186
- rspec-support (~> 3.10.0)
187
- rspec-mocks (3.10.2)
188
- diff-lcs (>= 1.2.0, < 2.0)
189
- rspec-support (~> 3.10.0)
190
- rspec-support (3.10.3)
191
- slim (4.1.0)
192
- temple (>= 0.7.6, < 0.9)
193
- tilt (>= 2.0.6, < 2.1)
194
- sprockets (4.0.2)
195
- concurrent-ruby (~> 1.0)
196
- rack (> 1, < 3)
197
- sprockets-rails (3.4.2)
198
- actionpack (>= 5.2)
199
- activesupport (>= 5.2)
200
- sprockets (>= 3.0.0)
201
- sys-uname (1.2.2)
202
- ffi (~> 1.1)
203
- temple (0.8.2)
204
- thor (1.1.0)
205
- thread_safe (0.3.6)
206
- tilt (2.0.10)
207
- tzinfo (1.2.9)
208
- thread_safe (~> 0.1)
209
- websocket-driver (0.7.5)
210
- websocket-extensions (>= 0.1.0)
211
- websocket-extensions (0.1.5)
212
- xpath (3.2.0)
213
- nokogiri (~> 1.8)
214
- zeitwerk (2.5.2)
215
-
216
- PLATFORMS
217
- ruby
218
-
219
- DEPENDENCIES
220
- appraisal
221
- byebug
222
- chop!
223
- cuprite
224
- puma (~> 5.0)
225
- rack (~> 2.0)
226
- rails (~> 6.0.0)
227
- rake
228
- rspec
229
- slim
230
-
231
- BUNDLED WITH
232
- 2.2.32
@@ -1,235 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- chop (0.28.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 (8.0.0)
91
- builder (~> 3.2, >= 3.2.4)
92
- cucumber-ci-environment (~> 9.0, >= 9.0.4)
93
- cucumber-core (~> 11.0, >= 11.0.0)
94
- cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
95
- cucumber-gherkin (~> 23.0, >= 23.0.1)
96
- cucumber-html-formatter (~> 19.1, >= 19.1.0)
97
- cucumber-messages (~> 18.0, >= 18.0.0)
98
- diff-lcs (~> 1.5, >= 1.5.0)
99
- mime-types (~> 3.4, >= 3.4.1)
100
- multi_test (~> 1.1, >= 1.1.0)
101
- sys-uname (~> 1.2, >= 1.2.2)
102
- cucumber-ci-environment (9.1.0)
103
- cucumber-core (11.0.0)
104
- cucumber-gherkin (~> 23.0, >= 23.0.1)
105
- cucumber-messages (~> 18.0, >= 18.0.0)
106
- cucumber-tag-expressions (~> 4.1, >= 4.1.0)
107
- cucumber-cucumber-expressions (15.2.0)
108
- cucumber-gherkin (23.0.1)
109
- cucumber-messages (~> 18.0, >= 18.0.0)
110
- cucumber-html-formatter (19.2.0)
111
- cucumber-messages (~> 18.0, >= 18.0.0)
112
- cucumber-messages (18.0.0)
113
- cucumber-tag-expressions (4.1.0)
114
- cuprite (0.13)
115
- capybara (>= 2.1, < 4)
116
- ferrum (~> 0.11.0)
117
- diff-lcs (1.5.0)
118
- erubi (1.10.0)
119
- ferrum (0.11)
120
- addressable (~> 2.5)
121
- cliver (~> 0.3)
122
- concurrent-ruby (~> 1.1)
123
- websocket-driver (>= 0.6, < 0.8)
124
- ffi (1.15.5)
125
- globalid (1.0.0)
126
- activesupport (>= 5.0)
127
- i18n (1.8.11)
128
- concurrent-ruby (~> 1.0)
129
- loofah (2.13.0)
130
- crass (~> 1.0.2)
131
- nokogiri (>= 1.5.9)
132
- mail (2.7.1)
133
- mini_mime (>= 0.1.1)
134
- marcel (1.0.2)
135
- method_source (1.0.0)
136
- mime-types (3.4.1)
137
- mime-types-data (~> 3.2015)
138
- mime-types-data (3.2022.0105)
139
- mini_mime (1.1.2)
140
- mini_portile2 (2.6.1)
141
- minitest (5.15.0)
142
- multi_test (1.1.0)
143
- nio4r (2.5.8)
144
- nokogiri (1.12.5)
145
- mini_portile2 (~> 2.6.1)
146
- racc (~> 1.4)
147
- public_suffix (4.0.6)
148
- puma (5.6.5)
149
- nio4r (~> 2.0)
150
- racc (1.6.0)
151
- rack (2.2.3)
152
- rack-test (1.1.0)
153
- rack (>= 1.0, < 3)
154
- rails (6.1.4.4)
155
- actioncable (= 6.1.4.4)
156
- actionmailbox (= 6.1.4.4)
157
- actionmailer (= 6.1.4.4)
158
- actionpack (= 6.1.4.4)
159
- actiontext (= 6.1.4.4)
160
- actionview (= 6.1.4.4)
161
- activejob (= 6.1.4.4)
162
- activemodel (= 6.1.4.4)
163
- activerecord (= 6.1.4.4)
164
- activestorage (= 6.1.4.4)
165
- activesupport (= 6.1.4.4)
166
- bundler (>= 1.15.0)
167
- railties (= 6.1.4.4)
168
- sprockets-rails (>= 2.0.0)
169
- rails-dom-testing (2.0.3)
170
- activesupport (>= 4.2.0)
171
- nokogiri (>= 1.6)
172
- rails-html-sanitizer (1.4.2)
173
- loofah (~> 2.3)
174
- railties (6.1.4.4)
175
- actionpack (= 6.1.4.4)
176
- activesupport (= 6.1.4.4)
177
- method_source
178
- rake (>= 0.13)
179
- thor (~> 1.0)
180
- rake (13.0.6)
181
- regexp_parser (2.2.0)
182
- rspec (3.10.0)
183
- rspec-core (~> 3.10.0)
184
- rspec-expectations (~> 3.10.0)
185
- rspec-mocks (~> 3.10.0)
186
- rspec-core (3.10.1)
187
- rspec-support (~> 3.10.0)
188
- rspec-expectations (3.10.1)
189
- diff-lcs (>= 1.2.0, < 2.0)
190
- rspec-support (~> 3.10.0)
191
- rspec-mocks (3.10.2)
192
- diff-lcs (>= 1.2.0, < 2.0)
193
- rspec-support (~> 3.10.0)
194
- rspec-support (3.10.3)
195
- slim (4.1.0)
196
- temple (>= 0.7.6, < 0.9)
197
- tilt (>= 2.0.6, < 2.1)
198
- sprockets (4.0.2)
199
- concurrent-ruby (~> 1.0)
200
- rack (> 1, < 3)
201
- sprockets-rails (3.4.2)
202
- actionpack (>= 5.2)
203
- activesupport (>= 5.2)
204
- sprockets (>= 3.0.0)
205
- sys-uname (1.2.2)
206
- ffi (~> 1.1)
207
- temple (0.8.2)
208
- thor (1.1.0)
209
- tilt (2.0.10)
210
- tzinfo (2.0.4)
211
- concurrent-ruby (~> 1.0)
212
- websocket-driver (0.7.5)
213
- websocket-extensions (>= 0.1.0)
214
- websocket-extensions (0.1.5)
215
- xpath (3.2.0)
216
- nokogiri (~> 1.8)
217
- zeitwerk (2.5.2)
218
-
219
- PLATFORMS
220
- ruby
221
-
222
- DEPENDENCIES
223
- appraisal
224
- byebug
225
- chop!
226
- cuprite
227
- puma (~> 5.0)
228
- rack (~> 2.0)
229
- rails (~> 6.1.0)
230
- rake
231
- rspec
232
- slim
233
-
234
- BUNDLED WITH
235
- 2.2.32
@@ -1,230 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- chop (0.28.0)
5
- activerecord
6
- capybara
7
- cucumber
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (7.0.0)
13
- actionpack (= 7.0.0)
14
- activesupport (= 7.0.0)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailbox (7.0.0)
18
- actionpack (= 7.0.0)
19
- activejob (= 7.0.0)
20
- activerecord (= 7.0.0)
21
- activestorage (= 7.0.0)
22
- activesupport (= 7.0.0)
23
- mail (>= 2.7.1)
24
- actionmailer (7.0.0)
25
- actionpack (= 7.0.0)
26
- actionview (= 7.0.0)
27
- activejob (= 7.0.0)
28
- activesupport (= 7.0.0)
29
- mail (~> 2.5, >= 2.5.4)
30
- rails-dom-testing (~> 2.0)
31
- actionpack (7.0.0)
32
- actionview (= 7.0.0)
33
- activesupport (= 7.0.0)
34
- rack (~> 2.0, >= 2.2.0)
35
- rack-test (>= 0.6.3)
36
- rails-dom-testing (~> 2.0)
37
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (7.0.0)
39
- actionpack (= 7.0.0)
40
- activerecord (= 7.0.0)
41
- activestorage (= 7.0.0)
42
- activesupport (= 7.0.0)
43
- globalid (>= 0.6.0)
44
- nokogiri (>= 1.8.5)
45
- actionview (7.0.0)
46
- activesupport (= 7.0.0)
47
- builder (~> 3.1)
48
- erubi (~> 1.4)
49
- rails-dom-testing (~> 2.0)
50
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (7.0.0)
52
- activesupport (= 7.0.0)
53
- globalid (>= 0.3.6)
54
- activemodel (7.0.0)
55
- activesupport (= 7.0.0)
56
- activerecord (7.0.0)
57
- activemodel (= 7.0.0)
58
- activesupport (= 7.0.0)
59
- activestorage (7.0.0)
60
- actionpack (= 7.0.0)
61
- activejob (= 7.0.0)
62
- activerecord (= 7.0.0)
63
- activesupport (= 7.0.0)
64
- marcel (~> 1.0)
65
- mini_mime (>= 1.1.0)
66
- activesupport (7.0.0)
67
- concurrent-ruby (~> 1.0, >= 1.0.2)
68
- i18n (>= 1.6, < 2)
69
- minitest (>= 5.1)
70
- tzinfo (~> 2.0)
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.36.0)
80
- addressable
81
- matrix
82
- mini_mime (>= 0.1.3)
83
- nokogiri (~> 1.8)
84
- rack (>= 1.6.0)
85
- rack-test (>= 0.6.3)
86
- regexp_parser (>= 1.5, < 3.0)
87
- xpath (~> 3.2)
88
- cliver (0.3.2)
89
- concurrent-ruby (1.1.9)
90
- crass (1.0.6)
91
- cucumber (8.0.0)
92
- builder (~> 3.2, >= 3.2.4)
93
- cucumber-ci-environment (~> 9.0, >= 9.0.4)
94
- cucumber-core (~> 11.0, >= 11.0.0)
95
- cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
96
- cucumber-gherkin (~> 23.0, >= 23.0.1)
97
- cucumber-html-formatter (~> 19.1, >= 19.1.0)
98
- cucumber-messages (~> 18.0, >= 18.0.0)
99
- diff-lcs (~> 1.5, >= 1.5.0)
100
- mime-types (~> 3.4, >= 3.4.1)
101
- multi_test (~> 1.1, >= 1.1.0)
102
- sys-uname (~> 1.2, >= 1.2.2)
103
- cucumber-ci-environment (9.1.0)
104
- cucumber-core (11.0.0)
105
- cucumber-gherkin (~> 23.0, >= 23.0.1)
106
- cucumber-messages (~> 18.0, >= 18.0.0)
107
- cucumber-tag-expressions (~> 4.1, >= 4.1.0)
108
- cucumber-cucumber-expressions (15.2.0)
109
- cucumber-gherkin (23.0.1)
110
- cucumber-messages (~> 18.0, >= 18.0.0)
111
- cucumber-html-formatter (19.2.0)
112
- cucumber-messages (~> 18.0, >= 18.0.0)
113
- cucumber-messages (18.0.0)
114
- cucumber-tag-expressions (4.1.0)
115
- cuprite (0.13)
116
- capybara (>= 2.1, < 4)
117
- ferrum (~> 0.11.0)
118
- diff-lcs (1.5.0)
119
- erubi (1.10.0)
120
- ferrum (0.11)
121
- addressable (~> 2.5)
122
- cliver (~> 0.3)
123
- concurrent-ruby (~> 1.1)
124
- websocket-driver (>= 0.6, < 0.8)
125
- ffi (1.15.5)
126
- globalid (1.0.0)
127
- activesupport (>= 5.0)
128
- i18n (1.8.11)
129
- concurrent-ruby (~> 1.0)
130
- loofah (2.13.0)
131
- crass (~> 1.0.2)
132
- nokogiri (>= 1.5.9)
133
- mail (2.7.1)
134
- mini_mime (>= 0.1.1)
135
- marcel (1.0.2)
136
- matrix (0.4.2)
137
- method_source (1.0.0)
138
- mime-types (3.4.1)
139
- mime-types-data (~> 3.2015)
140
- mime-types-data (3.2022.0105)
141
- mini_mime (1.1.2)
142
- mini_portile2 (2.6.1)
143
- minitest (5.15.0)
144
- multi_test (1.1.0)
145
- nio4r (2.5.8)
146
- nokogiri (1.12.5)
147
- mini_portile2 (~> 2.6.1)
148
- racc (~> 1.4)
149
- public_suffix (4.0.6)
150
- puma (5.6.5)
151
- nio4r (~> 2.0)
152
- racc (1.6.0)
153
- rack (2.2.3)
154
- rack-test (1.1.0)
155
- rack (>= 1.0, < 3)
156
- rails (7.0.0)
157
- actioncable (= 7.0.0)
158
- actionmailbox (= 7.0.0)
159
- actionmailer (= 7.0.0)
160
- actionpack (= 7.0.0)
161
- actiontext (= 7.0.0)
162
- actionview (= 7.0.0)
163
- activejob (= 7.0.0)
164
- activemodel (= 7.0.0)
165
- activerecord (= 7.0.0)
166
- activestorage (= 7.0.0)
167
- activesupport (= 7.0.0)
168
- bundler (>= 1.15.0)
169
- railties (= 7.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 (7.0.0)
176
- actionpack (= 7.0.0)
177
- activesupport (= 7.0.0)
178
- method_source
179
- rake (>= 12.2)
180
- thor (~> 1.0)
181
- zeitwerk (~> 2.5)
182
- rake (13.0.6)
183
- regexp_parser (2.2.0)
184
- rspec (3.10.0)
185
- rspec-core (~> 3.10.0)
186
- rspec-expectations (~> 3.10.0)
187
- rspec-mocks (~> 3.10.0)
188
- rspec-core (3.10.1)
189
- rspec-support (~> 3.10.0)
190
- rspec-expectations (3.10.1)
191
- diff-lcs (>= 1.2.0, < 2.0)
192
- rspec-support (~> 3.10.0)
193
- rspec-mocks (3.10.2)
194
- diff-lcs (>= 1.2.0, < 2.0)
195
- rspec-support (~> 3.10.0)
196
- rspec-support (3.10.3)
197
- slim (4.1.0)
198
- temple (>= 0.7.6, < 0.9)
199
- tilt (>= 2.0.6, < 2.1)
200
- sys-uname (1.2.2)
201
- ffi (~> 1.1)
202
- temple (0.8.2)
203
- thor (1.1.0)
204
- tilt (2.0.10)
205
- tzinfo (2.0.4)
206
- concurrent-ruby (~> 1.0)
207
- websocket-driver (0.7.5)
208
- websocket-extensions (>= 0.1.0)
209
- websocket-extensions (0.1.5)
210
- xpath (3.2.0)
211
- nokogiri (~> 1.8)
212
- zeitwerk (2.5.2)
213
-
214
- PLATFORMS
215
- ruby
216
-
217
- DEPENDENCIES
218
- appraisal
219
- byebug
220
- chop!
221
- cuprite
222
- puma (~> 5.0)
223
- rack (~> 2.0)
224
- rails (~> 7.0.0)
225
- rake
226
- rspec
227
- slim
228
-
229
- BUNDLED WITH
230
- 2.2.32