spreewald 4.3.6 → 4.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +1 -1
  3. data/lib/spreewald_support/version.rb +1 -1
  4. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/.ruby-version +0 -0
  5. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/Gemfile +1 -1
  6. data/tests/rails-7_capybara-3/Gemfile.lock +310 -0
  7. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/README.md +0 -0
  8. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/Rakefile +0 -0
  9. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/app/controllers +0 -0
  10. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/app/mailers/application_mailer.rb +0 -0
  11. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/app/mailers/spreewald_mailer.rb +0 -0
  12. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/app/models/application_record.rb +0 -0
  13. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/app/views +0 -0
  14. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/bin/bundle +0 -0
  15. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/bin/rails +0 -0
  16. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/bin/rake +0 -0
  17. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/bin/setup +0 -0
  18. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/application.rb +1 -1
  19. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/boot.rb +0 -0
  20. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/cucumber.yml +0 -0
  21. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/database.yml +0 -0
  22. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/environment.rb +0 -0
  23. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/environments/development.rb +0 -0
  24. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/environments/test.rb +0 -0
  25. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/application_controller_renderer.rb +0 -0
  26. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/backtrace_silencers.rb +0 -0
  27. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/content_security_policy.rb +0 -0
  28. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/cookies_serializer.rb +0 -0
  29. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/filter_parameter_logging.rb +0 -0
  30. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/inflections.rb +0 -0
  31. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/mime_types.rb +0 -0
  32. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/new_framework_defaults_6_1.rb +0 -0
  33. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/permissions_policy.rb +0 -0
  34. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/initializers/wrap_parameters.rb +0 -0
  35. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/locales/en.yml +0 -0
  36. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config/routes.rb +0 -0
  37. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/config.ru +0 -0
  38. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/db +0 -0
  39. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/browser_tab_steps.feature +0 -0
  40. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/development_steps.feature +0 -0
  41. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/email_steps.feature +0 -0
  42. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/iframe_steps.feature +0 -0
  43. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/overriding.feature +0 -0
  44. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/session_steps.feature +0 -0
  45. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/step_definitions/.gitkeep +0 -0
  46. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/step_definitions/field_error_steps.rb +0 -0
  47. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/step_definitions/overriding_steps.rb +0 -0
  48. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/step_definitions/test_steps.rb +0 -0
  49. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/support/env.rb +0 -0
  50. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/support/paths.rb +0 -0
  51. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/support/selectors.rb +0 -0
  52. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/support/selenium.rb +0 -0
  53. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/table_steps.feature +0 -0
  54. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/time_steps.feature +0 -0
  55. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/features/web_steps.feature +0 -0
  56. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/lib/tasks/.keep +0 -0
  57. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/lib/tasks/cucumber.rake +0 -0
  58. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/log/.keep +0 -0
  59. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/public/404.html +0 -0
  60. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/public/422.html +0 -0
  61. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/public/500.html +0 -0
  62. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/public/favicon.ico +0 -0
  63. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/public/fixture_files +0 -0
  64. data/tests/{rails-6_capybara-3 → rails-7_capybara-3}/script/cucumber +0 -0
  65. metadata +124 -124
  66. data/tests/rails-6_capybara-3/Gemfile.lock +0 -298
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 319d2bf7ea1d7a001c53922c7142a1ccad262f3f7da34d48882c2fd9d825c3d6
4
- data.tar.gz: cbd10a35c3a70400453854840e4fa0b2fe5c0646e9fec8efa9dc7a057eb109e1
3
+ metadata.gz: 9629a83474d8c49dcdee707d4375c5870f2be6e62319298aa78daf4f7b094371
4
+ data.tar.gz: 2825ae8cf7120966658b4c95d87d817ff25502de599db659d5ba58bde0583704
5
5
  SHA512:
6
- metadata.gz: dc7159b50dde000619bbcf67e7fcc8b3623b3e4a8a3924917368475baf8e1a07c0ab81e412b66ca9b38bf8b4e2a344aa008f8c82a4e6a6726a758d46bd765ab6
7
- data.tar.gz: aab557914fbde6a4b6affbea66cde6c3a2e325176dd544afc603204cf7800a50a126651ab4aadf48738931cacc1fdd075b3f7c63f43f085f2f923fb77b195ec7
6
+ metadata.gz: a809506ac52895e6977f0e04382a1f84c4f1c7e90bfbdb5d21621f704b38a88b3f3b01206f15bc4cf7329b189783aa814ff35a5b879ac95a59077c7663861441
7
+ data.tar.gz: dc3d04ba83808692024a9a6081c0246b35157aacc74368026d69a2fcfcf4d182b0fcbb609decc094541863ff809f6aec1177d32e3c41424719b686589cec01c8
@@ -15,7 +15,7 @@ jobs:
15
15
  matrix:
16
16
  include:
17
17
  - ruby: 3.0.0
18
- gemfile: tests/rails-6_capybara-3/Gemfile
18
+ gemfile: tests/rails-7_capybara-3/Gemfile
19
19
  # Used to run rspec and integration tests for spreewald binary:
20
20
  - ruby: 2.6.6
21
21
  gemfile: Gemfile.ruby266
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '4.3.6'
2
+ VERSION = '4.4.0'
3
3
  end
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
4
  ruby '3.0.0'
5
5
 
6
- gem 'rails', '~>6.1'
6
+ gem 'rails', '~>7'
7
7
  gem 'sqlite3'
8
8
  gem 'haml-rails'
9
9
  gem 'gemika'
@@ -0,0 +1,310 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ spreewald (4.4.0)
5
+ cucumber
6
+ cucumber_priority (>= 0.3.0)
7
+ rspec (>= 2.13.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (7.0.2.3)
13
+ actionpack (= 7.0.2.3)
14
+ activesupport (= 7.0.2.3)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (>= 0.6.1)
17
+ actionmailbox (7.0.2.3)
18
+ actionpack (= 7.0.2.3)
19
+ activejob (= 7.0.2.3)
20
+ activerecord (= 7.0.2.3)
21
+ activestorage (= 7.0.2.3)
22
+ activesupport (= 7.0.2.3)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.0.2.3)
28
+ actionpack (= 7.0.2.3)
29
+ actionview (= 7.0.2.3)
30
+ activejob (= 7.0.2.3)
31
+ activesupport (= 7.0.2.3)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.0)
37
+ actionpack (7.0.2.3)
38
+ actionview (= 7.0.2.3)
39
+ activesupport (= 7.0.2.3)
40
+ rack (~> 2.0, >= 2.2.0)
41
+ rack-test (>= 0.6.3)
42
+ rails-dom-testing (~> 2.0)
43
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
+ actiontext (7.0.2.3)
45
+ actionpack (= 7.0.2.3)
46
+ activerecord (= 7.0.2.3)
47
+ activestorage (= 7.0.2.3)
48
+ activesupport (= 7.0.2.3)
49
+ globalid (>= 0.6.0)
50
+ nokogiri (>= 1.8.5)
51
+ actionview (7.0.2.3)
52
+ activesupport (= 7.0.2.3)
53
+ builder (~> 3.1)
54
+ erubi (~> 1.4)
55
+ rails-dom-testing (~> 2.0)
56
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
+ activejob (7.0.2.3)
58
+ activesupport (= 7.0.2.3)
59
+ globalid (>= 0.3.6)
60
+ activemodel (7.0.2.3)
61
+ activesupport (= 7.0.2.3)
62
+ activerecord (7.0.2.3)
63
+ activemodel (= 7.0.2.3)
64
+ activesupport (= 7.0.2.3)
65
+ activestorage (7.0.2.3)
66
+ actionpack (= 7.0.2.3)
67
+ activejob (= 7.0.2.3)
68
+ activerecord (= 7.0.2.3)
69
+ activesupport (= 7.0.2.3)
70
+ marcel (~> 1.0)
71
+ mini_mime (>= 1.1.0)
72
+ activesupport (7.0.2.3)
73
+ concurrent-ruby (~> 1.0, >= 1.0.2)
74
+ i18n (>= 1.6, < 2)
75
+ minitest (>= 5.1)
76
+ tzinfo (~> 2.0)
77
+ addressable (2.8.0)
78
+ public_suffix (>= 2.0.2, < 5.0)
79
+ builder (3.2.4)
80
+ byebug (11.1.3)
81
+ capybara (3.36.0)
82
+ addressable
83
+ matrix
84
+ mini_mime (>= 0.1.3)
85
+ nokogiri (~> 1.8)
86
+ rack (>= 1.6.0)
87
+ rack-test (>= 0.6.3)
88
+ regexp_parser (>= 1.5, < 3.0)
89
+ xpath (~> 3.2)
90
+ capybara-screenshot (1.0.25)
91
+ capybara (>= 1.0, < 4)
92
+ launchy
93
+ childprocess (3.0.0)
94
+ coderay (1.1.3)
95
+ concurrent-ruby (1.1.10)
96
+ crass (1.0.6)
97
+ cucumber (7.1.0)
98
+ builder (~> 3.2, >= 3.2.4)
99
+ cucumber-core (~> 10.1, >= 10.1.0)
100
+ cucumber-create-meta (~> 6.0, >= 6.0.1)
101
+ cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
102
+ cucumber-gherkin (~> 22.0, >= 22.0.0)
103
+ cucumber-html-formatter (~> 17.0, >= 17.0.0)
104
+ cucumber-messages (~> 17.1, >= 17.1.1)
105
+ cucumber-wire (~> 6.2, >= 6.2.0)
106
+ diff-lcs (~> 1.4, >= 1.4.4)
107
+ mime-types (~> 3.3, >= 3.3.1)
108
+ multi_test (~> 0.1, >= 0.1.2)
109
+ sys-uname (~> 1.2, >= 1.2.2)
110
+ cucumber-core (10.1.1)
111
+ cucumber-gherkin (~> 22.0, >= 22.0.0)
112
+ cucumber-messages (~> 17.1, >= 17.1.1)
113
+ cucumber-tag-expressions (~> 4.1, >= 4.1.0)
114
+ cucumber-create-meta (6.0.4)
115
+ cucumber-messages (~> 17.1, >= 17.1.1)
116
+ sys-uname (~> 1.2, >= 1.2.2)
117
+ cucumber-cucumber-expressions (14.0.0)
118
+ cucumber-gherkin (22.0.0)
119
+ cucumber-messages (~> 17.1, >= 17.1.1)
120
+ cucumber-html-formatter (17.0.0)
121
+ cucumber-messages (~> 17.1, >= 17.1.0)
122
+ cucumber-messages (17.1.1)
123
+ cucumber-rails (2.5.0)
124
+ capybara (>= 2.18, < 4)
125
+ cucumber (>= 3.2, < 8)
126
+ mime-types (~> 3.3)
127
+ nokogiri (~> 1.10)
128
+ railties (>= 5.0, < 8)
129
+ rexml (~> 3.0)
130
+ webrick (~> 1.7)
131
+ cucumber-tag-expressions (4.1.0)
132
+ cucumber-wire (6.2.1)
133
+ cucumber-core (~> 10.1, >= 10.1.0)
134
+ cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
135
+ cucumber_priority (0.3.3)
136
+ cucumber
137
+ database_cleaner (2.0.1)
138
+ database_cleaner-active_record (~> 2.0.0)
139
+ database_cleaner-active_record (2.0.0)
140
+ activerecord (>= 5.a)
141
+ database_cleaner-core (~> 2.0.0)
142
+ database_cleaner-core (2.0.1)
143
+ diff-lcs (1.5.0)
144
+ digest (3.1.0)
145
+ erubi (1.10.0)
146
+ erubis (2.7.0)
147
+ ffi (1.15.5)
148
+ gemika (0.5.0)
149
+ globalid (1.0.0)
150
+ activesupport (>= 5.0)
151
+ haml (5.2.1)
152
+ temple (>= 0.8.0)
153
+ tilt
154
+ haml-rails (2.0.1)
155
+ actionpack (>= 5.1)
156
+ activesupport (>= 5.1)
157
+ haml (>= 4.0.6, < 6.0)
158
+ html2haml (>= 1.0.1)
159
+ railties (>= 5.1)
160
+ html2haml (2.2.0)
161
+ erubis (~> 2.7.0)
162
+ haml (>= 4.0, < 6)
163
+ nokogiri (>= 1.6.0)
164
+ ruby_parser (~> 3.5)
165
+ i18n (1.10.0)
166
+ concurrent-ruby (~> 1.0)
167
+ io-wait (0.2.1)
168
+ launchy (2.5.0)
169
+ addressable (~> 2.7)
170
+ loofah (2.15.0)
171
+ crass (~> 1.0.2)
172
+ nokogiri (>= 1.5.9)
173
+ mail (2.7.1)
174
+ mini_mime (>= 0.1.1)
175
+ marcel (1.0.2)
176
+ matrix (0.4.2)
177
+ method_source (1.0.0)
178
+ mime-types (3.4.1)
179
+ mime-types-data (~> 3.2015)
180
+ mime-types-data (3.2022.0105)
181
+ mini_mime (1.1.2)
182
+ minitest (5.15.0)
183
+ multi_test (0.1.2)
184
+ net-imap (0.2.3)
185
+ digest
186
+ net-protocol
187
+ strscan
188
+ net-pop (0.1.1)
189
+ digest
190
+ net-protocol
191
+ timeout
192
+ net-protocol (0.1.2)
193
+ io-wait
194
+ timeout
195
+ net-smtp (0.3.1)
196
+ digest
197
+ net-protocol
198
+ timeout
199
+ nio4r (2.5.8)
200
+ nokogiri (1.13.3-x86_64-linux)
201
+ racc (~> 1.4)
202
+ pry (0.14.0)
203
+ coderay (~> 1.1)
204
+ method_source (~> 1.0)
205
+ public_suffix (4.0.6)
206
+ racc (1.6.0)
207
+ rack (2.2.3)
208
+ rack-test (1.1.0)
209
+ rack (>= 1.0, < 3)
210
+ rails (7.0.2.3)
211
+ actioncable (= 7.0.2.3)
212
+ actionmailbox (= 7.0.2.3)
213
+ actionmailer (= 7.0.2.3)
214
+ actionpack (= 7.0.2.3)
215
+ actiontext (= 7.0.2.3)
216
+ actionview (= 7.0.2.3)
217
+ activejob (= 7.0.2.3)
218
+ activemodel (= 7.0.2.3)
219
+ activerecord (= 7.0.2.3)
220
+ activestorage (= 7.0.2.3)
221
+ activesupport (= 7.0.2.3)
222
+ bundler (>= 1.15.0)
223
+ railties (= 7.0.2.3)
224
+ rails-dom-testing (2.0.3)
225
+ activesupport (>= 4.2.0)
226
+ nokogiri (>= 1.6)
227
+ rails-html-sanitizer (1.4.2)
228
+ loofah (~> 2.3)
229
+ railties (7.0.2.3)
230
+ actionpack (= 7.0.2.3)
231
+ activesupport (= 7.0.2.3)
232
+ method_source
233
+ rake (>= 12.2)
234
+ thor (~> 1.0)
235
+ zeitwerk (~> 2.5)
236
+ rake (13.0.6)
237
+ regexp_parser (2.2.1)
238
+ rexml (3.2.4)
239
+ rspec (3.10.0)
240
+ rspec-core (~> 3.10.0)
241
+ rspec-expectations (~> 3.10.0)
242
+ rspec-mocks (~> 3.10.0)
243
+ rspec-core (3.10.1)
244
+ rspec-support (~> 3.10.0)
245
+ rspec-expectations (3.10.1)
246
+ diff-lcs (>= 1.2.0, < 2.0)
247
+ rspec-support (~> 3.10.0)
248
+ rspec-mocks (3.10.2)
249
+ diff-lcs (>= 1.2.0, < 2.0)
250
+ rspec-support (~> 3.10.0)
251
+ rspec-rails (5.0.1)
252
+ actionpack (>= 5.2)
253
+ activesupport (>= 5.2)
254
+ railties (>= 5.2)
255
+ rspec-core (~> 3.10)
256
+ rspec-expectations (~> 3.10)
257
+ rspec-mocks (~> 3.10)
258
+ rspec-support (~> 3.10)
259
+ rspec-support (3.10.2)
260
+ ruby_parser (3.15.1)
261
+ sexp_processor (~> 4.9)
262
+ rubyzip (2.3.0)
263
+ selenium-webdriver (3.142.7)
264
+ childprocess (>= 0.5, < 4.0)
265
+ rubyzip (>= 1.2.2)
266
+ sexp_processor (4.15.2)
267
+ sqlite3 (1.4.2)
268
+ strscan (3.0.1)
269
+ sys-uname (1.2.2)
270
+ ffi (~> 1.1)
271
+ temple (0.8.2)
272
+ thor (1.2.1)
273
+ tilt (2.0.10)
274
+ timeout (0.2.0)
275
+ tzinfo (2.0.4)
276
+ concurrent-ruby (~> 1.0)
277
+ webrick (1.7.0)
278
+ websocket-driver (0.7.5)
279
+ websocket-extensions (>= 0.1.0)
280
+ websocket-extensions (0.1.5)
281
+ xpath (3.2.0)
282
+ nokogiri (~> 1.8)
283
+ zeitwerk (2.5.4)
284
+
285
+ PLATFORMS
286
+ x86_64-linux
287
+
288
+ DEPENDENCIES
289
+ byebug
290
+ capybara (~> 3)
291
+ capybara-screenshot
292
+ cucumber
293
+ cucumber-rails
294
+ database_cleaner
295
+ gemika
296
+ haml-rails
297
+ pry
298
+ rails (~> 7)
299
+ rexml
300
+ rspec-rails
301
+ selenium-webdriver
302
+ spreewald!
303
+ sqlite3
304
+ webrick
305
+
306
+ RUBY VERSION
307
+ ruby 3.0.0p0
308
+
309
+ BUNDLED WITH
310
+ 2.2.24
@@ -22,7 +22,7 @@ Bundler.require(*Rails.groups)
22
22
  module Rails6Capybara3
23
23
  class Application < Rails::Application
24
24
  # Initialize configuration defaults for originally generated Rails version.
25
- config.load_defaults 6.0
25
+ config.load_defaults 7.0
26
26
 
27
27
  # Settings in config/environments/* take precedence over those specified here.
28
28
  # Application configuration can go into files in config/initializers
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.6
4
+ version: 4.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Kraze
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-25 00:00:00.000000000 Z
11
+ date: 2022-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -190,67 +190,67 @@ files:
190
190
  - support/step_definition.rb
191
191
  - support/step_definition_file.rb
192
192
  - support/step_manager.rb
193
- - tests/rails-6_capybara-3/.ruby-version
194
- - tests/rails-6_capybara-3/Gemfile
195
- - tests/rails-6_capybara-3/Gemfile.lock
196
- - tests/rails-6_capybara-3/README.md
197
- - tests/rails-6_capybara-3/Rakefile
198
- - tests/rails-6_capybara-3/app/controllers
199
- - tests/rails-6_capybara-3/app/mailers/application_mailer.rb
200
- - tests/rails-6_capybara-3/app/mailers/spreewald_mailer.rb
201
- - tests/rails-6_capybara-3/app/models/application_record.rb
202
- - tests/rails-6_capybara-3/app/views
203
- - tests/rails-6_capybara-3/bin/bundle
204
- - tests/rails-6_capybara-3/bin/rails
205
- - tests/rails-6_capybara-3/bin/rake
206
- - tests/rails-6_capybara-3/bin/setup
207
- - tests/rails-6_capybara-3/config.ru
208
- - tests/rails-6_capybara-3/config/application.rb
209
- - tests/rails-6_capybara-3/config/boot.rb
210
- - tests/rails-6_capybara-3/config/cucumber.yml
211
- - tests/rails-6_capybara-3/config/database.yml
212
- - tests/rails-6_capybara-3/config/environment.rb
213
- - tests/rails-6_capybara-3/config/environments/development.rb
214
- - tests/rails-6_capybara-3/config/environments/test.rb
215
- - tests/rails-6_capybara-3/config/initializers/application_controller_renderer.rb
216
- - tests/rails-6_capybara-3/config/initializers/backtrace_silencers.rb
217
- - tests/rails-6_capybara-3/config/initializers/content_security_policy.rb
218
- - tests/rails-6_capybara-3/config/initializers/cookies_serializer.rb
219
- - tests/rails-6_capybara-3/config/initializers/filter_parameter_logging.rb
220
- - tests/rails-6_capybara-3/config/initializers/inflections.rb
221
- - tests/rails-6_capybara-3/config/initializers/mime_types.rb
222
- - tests/rails-6_capybara-3/config/initializers/new_framework_defaults_6_1.rb
223
- - tests/rails-6_capybara-3/config/initializers/permissions_policy.rb
224
- - tests/rails-6_capybara-3/config/initializers/wrap_parameters.rb
225
- - tests/rails-6_capybara-3/config/locales/en.yml
226
- - tests/rails-6_capybara-3/config/routes.rb
227
- - tests/rails-6_capybara-3/db
228
- - tests/rails-6_capybara-3/features/browser_tab_steps.feature
229
- - tests/rails-6_capybara-3/features/development_steps.feature
230
- - tests/rails-6_capybara-3/features/email_steps.feature
231
- - tests/rails-6_capybara-3/features/iframe_steps.feature
232
- - tests/rails-6_capybara-3/features/overriding.feature
233
- - tests/rails-6_capybara-3/features/session_steps.feature
234
- - tests/rails-6_capybara-3/features/step_definitions/.gitkeep
235
- - tests/rails-6_capybara-3/features/step_definitions/field_error_steps.rb
236
- - tests/rails-6_capybara-3/features/step_definitions/overriding_steps.rb
237
- - tests/rails-6_capybara-3/features/step_definitions/test_steps.rb
238
- - tests/rails-6_capybara-3/features/support/env.rb
239
- - tests/rails-6_capybara-3/features/support/paths.rb
240
- - tests/rails-6_capybara-3/features/support/selectors.rb
241
- - tests/rails-6_capybara-3/features/support/selenium.rb
242
- - tests/rails-6_capybara-3/features/table_steps.feature
243
- - tests/rails-6_capybara-3/features/time_steps.feature
244
- - tests/rails-6_capybara-3/features/web_steps.feature
245
- - tests/rails-6_capybara-3/lib/tasks/.keep
246
- - tests/rails-6_capybara-3/lib/tasks/cucumber.rake
247
- - tests/rails-6_capybara-3/log/.keep
248
- - tests/rails-6_capybara-3/public/404.html
249
- - tests/rails-6_capybara-3/public/422.html
250
- - tests/rails-6_capybara-3/public/500.html
251
- - tests/rails-6_capybara-3/public/favicon.ico
252
- - tests/rails-6_capybara-3/public/fixture_files
253
- - tests/rails-6_capybara-3/script/cucumber
193
+ - tests/rails-7_capybara-3/.ruby-version
194
+ - tests/rails-7_capybara-3/Gemfile
195
+ - tests/rails-7_capybara-3/Gemfile.lock
196
+ - tests/rails-7_capybara-3/README.md
197
+ - tests/rails-7_capybara-3/Rakefile
198
+ - tests/rails-7_capybara-3/app/controllers
199
+ - tests/rails-7_capybara-3/app/mailers/application_mailer.rb
200
+ - tests/rails-7_capybara-3/app/mailers/spreewald_mailer.rb
201
+ - tests/rails-7_capybara-3/app/models/application_record.rb
202
+ - tests/rails-7_capybara-3/app/views
203
+ - tests/rails-7_capybara-3/bin/bundle
204
+ - tests/rails-7_capybara-3/bin/rails
205
+ - tests/rails-7_capybara-3/bin/rake
206
+ - tests/rails-7_capybara-3/bin/setup
207
+ - tests/rails-7_capybara-3/config.ru
208
+ - tests/rails-7_capybara-3/config/application.rb
209
+ - tests/rails-7_capybara-3/config/boot.rb
210
+ - tests/rails-7_capybara-3/config/cucumber.yml
211
+ - tests/rails-7_capybara-3/config/database.yml
212
+ - tests/rails-7_capybara-3/config/environment.rb
213
+ - tests/rails-7_capybara-3/config/environments/development.rb
214
+ - tests/rails-7_capybara-3/config/environments/test.rb
215
+ - tests/rails-7_capybara-3/config/initializers/application_controller_renderer.rb
216
+ - tests/rails-7_capybara-3/config/initializers/backtrace_silencers.rb
217
+ - tests/rails-7_capybara-3/config/initializers/content_security_policy.rb
218
+ - tests/rails-7_capybara-3/config/initializers/cookies_serializer.rb
219
+ - tests/rails-7_capybara-3/config/initializers/filter_parameter_logging.rb
220
+ - tests/rails-7_capybara-3/config/initializers/inflections.rb
221
+ - tests/rails-7_capybara-3/config/initializers/mime_types.rb
222
+ - tests/rails-7_capybara-3/config/initializers/new_framework_defaults_6_1.rb
223
+ - tests/rails-7_capybara-3/config/initializers/permissions_policy.rb
224
+ - tests/rails-7_capybara-3/config/initializers/wrap_parameters.rb
225
+ - tests/rails-7_capybara-3/config/locales/en.yml
226
+ - tests/rails-7_capybara-3/config/routes.rb
227
+ - tests/rails-7_capybara-3/db
228
+ - tests/rails-7_capybara-3/features/browser_tab_steps.feature
229
+ - tests/rails-7_capybara-3/features/development_steps.feature
230
+ - tests/rails-7_capybara-3/features/email_steps.feature
231
+ - tests/rails-7_capybara-3/features/iframe_steps.feature
232
+ - tests/rails-7_capybara-3/features/overriding.feature
233
+ - tests/rails-7_capybara-3/features/session_steps.feature
234
+ - tests/rails-7_capybara-3/features/step_definitions/.gitkeep
235
+ - tests/rails-7_capybara-3/features/step_definitions/field_error_steps.rb
236
+ - tests/rails-7_capybara-3/features/step_definitions/overriding_steps.rb
237
+ - tests/rails-7_capybara-3/features/step_definitions/test_steps.rb
238
+ - tests/rails-7_capybara-3/features/support/env.rb
239
+ - tests/rails-7_capybara-3/features/support/paths.rb
240
+ - tests/rails-7_capybara-3/features/support/selectors.rb
241
+ - tests/rails-7_capybara-3/features/support/selenium.rb
242
+ - tests/rails-7_capybara-3/features/table_steps.feature
243
+ - tests/rails-7_capybara-3/features/time_steps.feature
244
+ - tests/rails-7_capybara-3/features/web_steps.feature
245
+ - tests/rails-7_capybara-3/lib/tasks/.keep
246
+ - tests/rails-7_capybara-3/lib/tasks/cucumber.rake
247
+ - tests/rails-7_capybara-3/log/.keep
248
+ - tests/rails-7_capybara-3/public/404.html
249
+ - tests/rails-7_capybara-3/public/422.html
250
+ - tests/rails-7_capybara-3/public/500.html
251
+ - tests/rails-7_capybara-3/public/favicon.ico
252
+ - tests/rails-7_capybara-3/public/fixture_files
253
+ - tests/rails-7_capybara-3/script/cucumber
254
254
  - tests/shared/app/controllers/application_controller.rb
255
255
  - tests/shared/app/controllers/authenticated_controller.rb
256
256
  - tests/shared/app/controllers/downloads_controller.rb
@@ -356,67 +356,67 @@ signing_key:
356
356
  specification_version: 4
357
357
  summary: Collection of useful cucumber steps.
358
358
  test_files:
359
- - tests/rails-6_capybara-3/.ruby-version
360
- - tests/rails-6_capybara-3/Gemfile
361
- - tests/rails-6_capybara-3/Gemfile.lock
362
- - tests/rails-6_capybara-3/README.md
363
- - tests/rails-6_capybara-3/Rakefile
364
- - tests/rails-6_capybara-3/app/controllers
365
- - tests/rails-6_capybara-3/app/mailers/application_mailer.rb
366
- - tests/rails-6_capybara-3/app/mailers/spreewald_mailer.rb
367
- - tests/rails-6_capybara-3/app/models/application_record.rb
368
- - tests/rails-6_capybara-3/app/views
369
- - tests/rails-6_capybara-3/bin/bundle
370
- - tests/rails-6_capybara-3/bin/rails
371
- - tests/rails-6_capybara-3/bin/rake
372
- - tests/rails-6_capybara-3/bin/setup
373
- - tests/rails-6_capybara-3/config.ru
374
- - tests/rails-6_capybara-3/config/application.rb
375
- - tests/rails-6_capybara-3/config/boot.rb
376
- - tests/rails-6_capybara-3/config/cucumber.yml
377
- - tests/rails-6_capybara-3/config/database.yml
378
- - tests/rails-6_capybara-3/config/environment.rb
379
- - tests/rails-6_capybara-3/config/environments/development.rb
380
- - tests/rails-6_capybara-3/config/environments/test.rb
381
- - tests/rails-6_capybara-3/config/initializers/application_controller_renderer.rb
382
- - tests/rails-6_capybara-3/config/initializers/backtrace_silencers.rb
383
- - tests/rails-6_capybara-3/config/initializers/content_security_policy.rb
384
- - tests/rails-6_capybara-3/config/initializers/cookies_serializer.rb
385
- - tests/rails-6_capybara-3/config/initializers/filter_parameter_logging.rb
386
- - tests/rails-6_capybara-3/config/initializers/inflections.rb
387
- - tests/rails-6_capybara-3/config/initializers/mime_types.rb
388
- - tests/rails-6_capybara-3/config/initializers/new_framework_defaults_6_1.rb
389
- - tests/rails-6_capybara-3/config/initializers/permissions_policy.rb
390
- - tests/rails-6_capybara-3/config/initializers/wrap_parameters.rb
391
- - tests/rails-6_capybara-3/config/locales/en.yml
392
- - tests/rails-6_capybara-3/config/routes.rb
393
- - tests/rails-6_capybara-3/db
394
- - tests/rails-6_capybara-3/features/browser_tab_steps.feature
395
- - tests/rails-6_capybara-3/features/development_steps.feature
396
- - tests/rails-6_capybara-3/features/email_steps.feature
397
- - tests/rails-6_capybara-3/features/iframe_steps.feature
398
- - tests/rails-6_capybara-3/features/overriding.feature
399
- - tests/rails-6_capybara-3/features/session_steps.feature
400
- - tests/rails-6_capybara-3/features/step_definitions/.gitkeep
401
- - tests/rails-6_capybara-3/features/step_definitions/field_error_steps.rb
402
- - tests/rails-6_capybara-3/features/step_definitions/overriding_steps.rb
403
- - tests/rails-6_capybara-3/features/step_definitions/test_steps.rb
404
- - tests/rails-6_capybara-3/features/support/env.rb
405
- - tests/rails-6_capybara-3/features/support/paths.rb
406
- - tests/rails-6_capybara-3/features/support/selectors.rb
407
- - tests/rails-6_capybara-3/features/support/selenium.rb
408
- - tests/rails-6_capybara-3/features/table_steps.feature
409
- - tests/rails-6_capybara-3/features/time_steps.feature
410
- - tests/rails-6_capybara-3/features/web_steps.feature
411
- - tests/rails-6_capybara-3/lib/tasks/.keep
412
- - tests/rails-6_capybara-3/lib/tasks/cucumber.rake
413
- - tests/rails-6_capybara-3/log/.keep
414
- - tests/rails-6_capybara-3/public/404.html
415
- - tests/rails-6_capybara-3/public/422.html
416
- - tests/rails-6_capybara-3/public/500.html
417
- - tests/rails-6_capybara-3/public/favicon.ico
418
- - tests/rails-6_capybara-3/public/fixture_files
419
- - tests/rails-6_capybara-3/script/cucumber
359
+ - tests/rails-7_capybara-3/.ruby-version
360
+ - tests/rails-7_capybara-3/Gemfile
361
+ - tests/rails-7_capybara-3/Gemfile.lock
362
+ - tests/rails-7_capybara-3/README.md
363
+ - tests/rails-7_capybara-3/Rakefile
364
+ - tests/rails-7_capybara-3/app/controllers
365
+ - tests/rails-7_capybara-3/app/mailers/application_mailer.rb
366
+ - tests/rails-7_capybara-3/app/mailers/spreewald_mailer.rb
367
+ - tests/rails-7_capybara-3/app/models/application_record.rb
368
+ - tests/rails-7_capybara-3/app/views
369
+ - tests/rails-7_capybara-3/bin/bundle
370
+ - tests/rails-7_capybara-3/bin/rails
371
+ - tests/rails-7_capybara-3/bin/rake
372
+ - tests/rails-7_capybara-3/bin/setup
373
+ - tests/rails-7_capybara-3/config.ru
374
+ - tests/rails-7_capybara-3/config/application.rb
375
+ - tests/rails-7_capybara-3/config/boot.rb
376
+ - tests/rails-7_capybara-3/config/cucumber.yml
377
+ - tests/rails-7_capybara-3/config/database.yml
378
+ - tests/rails-7_capybara-3/config/environment.rb
379
+ - tests/rails-7_capybara-3/config/environments/development.rb
380
+ - tests/rails-7_capybara-3/config/environments/test.rb
381
+ - tests/rails-7_capybara-3/config/initializers/application_controller_renderer.rb
382
+ - tests/rails-7_capybara-3/config/initializers/backtrace_silencers.rb
383
+ - tests/rails-7_capybara-3/config/initializers/content_security_policy.rb
384
+ - tests/rails-7_capybara-3/config/initializers/cookies_serializer.rb
385
+ - tests/rails-7_capybara-3/config/initializers/filter_parameter_logging.rb
386
+ - tests/rails-7_capybara-3/config/initializers/inflections.rb
387
+ - tests/rails-7_capybara-3/config/initializers/mime_types.rb
388
+ - tests/rails-7_capybara-3/config/initializers/new_framework_defaults_6_1.rb
389
+ - tests/rails-7_capybara-3/config/initializers/permissions_policy.rb
390
+ - tests/rails-7_capybara-3/config/initializers/wrap_parameters.rb
391
+ - tests/rails-7_capybara-3/config/locales/en.yml
392
+ - tests/rails-7_capybara-3/config/routes.rb
393
+ - tests/rails-7_capybara-3/db
394
+ - tests/rails-7_capybara-3/features/browser_tab_steps.feature
395
+ - tests/rails-7_capybara-3/features/development_steps.feature
396
+ - tests/rails-7_capybara-3/features/email_steps.feature
397
+ - tests/rails-7_capybara-3/features/iframe_steps.feature
398
+ - tests/rails-7_capybara-3/features/overriding.feature
399
+ - tests/rails-7_capybara-3/features/session_steps.feature
400
+ - tests/rails-7_capybara-3/features/step_definitions/.gitkeep
401
+ - tests/rails-7_capybara-3/features/step_definitions/field_error_steps.rb
402
+ - tests/rails-7_capybara-3/features/step_definitions/overriding_steps.rb
403
+ - tests/rails-7_capybara-3/features/step_definitions/test_steps.rb
404
+ - tests/rails-7_capybara-3/features/support/env.rb
405
+ - tests/rails-7_capybara-3/features/support/paths.rb
406
+ - tests/rails-7_capybara-3/features/support/selectors.rb
407
+ - tests/rails-7_capybara-3/features/support/selenium.rb
408
+ - tests/rails-7_capybara-3/features/table_steps.feature
409
+ - tests/rails-7_capybara-3/features/time_steps.feature
410
+ - tests/rails-7_capybara-3/features/web_steps.feature
411
+ - tests/rails-7_capybara-3/lib/tasks/.keep
412
+ - tests/rails-7_capybara-3/lib/tasks/cucumber.rake
413
+ - tests/rails-7_capybara-3/log/.keep
414
+ - tests/rails-7_capybara-3/public/404.html
415
+ - tests/rails-7_capybara-3/public/422.html
416
+ - tests/rails-7_capybara-3/public/500.html
417
+ - tests/rails-7_capybara-3/public/favicon.ico
418
+ - tests/rails-7_capybara-3/public/fixture_files
419
+ - tests/rails-7_capybara-3/script/cucumber
420
420
  - tests/shared/app/controllers/application_controller.rb
421
421
  - tests/shared/app/controllers/authenticated_controller.rb
422
422
  - tests/shared/app/controllers/downloads_controller.rb
@@ -1,298 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- spreewald (4.3.6)
5
- cucumber
6
- cucumber_priority (>= 0.3.0)
7
- rspec (>= 2.13.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (6.1.3.1)
13
- actionpack (= 6.1.3.1)
14
- activesupport (= 6.1.3.1)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailbox (6.1.3.1)
18
- actionpack (= 6.1.3.1)
19
- activejob (= 6.1.3.1)
20
- activerecord (= 6.1.3.1)
21
- activestorage (= 6.1.3.1)
22
- activesupport (= 6.1.3.1)
23
- mail (>= 2.7.1)
24
- actionmailer (6.1.3.1)
25
- actionpack (= 6.1.3.1)
26
- actionview (= 6.1.3.1)
27
- activejob (= 6.1.3.1)
28
- activesupport (= 6.1.3.1)
29
- mail (~> 2.5, >= 2.5.4)
30
- rails-dom-testing (~> 2.0)
31
- actionpack (6.1.3.1)
32
- actionview (= 6.1.3.1)
33
- activesupport (= 6.1.3.1)
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.3.1)
39
- actionpack (= 6.1.3.1)
40
- activerecord (= 6.1.3.1)
41
- activestorage (= 6.1.3.1)
42
- activesupport (= 6.1.3.1)
43
- nokogiri (>= 1.8.5)
44
- actionview (6.1.3.1)
45
- activesupport (= 6.1.3.1)
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.3.1)
51
- activesupport (= 6.1.3.1)
52
- globalid (>= 0.3.6)
53
- activemodel (6.1.3.1)
54
- activesupport (= 6.1.3.1)
55
- activerecord (6.1.3.1)
56
- activemodel (= 6.1.3.1)
57
- activesupport (= 6.1.3.1)
58
- activestorage (6.1.3.1)
59
- actionpack (= 6.1.3.1)
60
- activejob (= 6.1.3.1)
61
- activerecord (= 6.1.3.1)
62
- activesupport (= 6.1.3.1)
63
- marcel (~> 1.0.0)
64
- mini_mime (~> 1.0.2)
65
- activesupport (6.1.3.1)
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.7.0)
72
- public_suffix (>= 2.0.2, < 5.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
- capybara-screenshot (1.0.25)
84
- capybara (>= 1.0, < 4)
85
- launchy
86
- childprocess (3.0.0)
87
- coderay (1.1.3)
88
- concurrent-ruby (1.1.8)
89
- crass (1.0.6)
90
- cucumber (5.3.0)
91
- builder (~> 3.2, >= 3.2.4)
92
- cucumber-core (~> 8.0, >= 8.0.1)
93
- cucumber-create-meta (~> 2.0, >= 2.0.2)
94
- cucumber-cucumber-expressions (~> 10.3, >= 10.3.0)
95
- cucumber-gherkin (~> 15.0, >= 15.0.2)
96
- cucumber-html-formatter (~> 9.0, >= 9.0.0)
97
- cucumber-messages (~> 13.1, >= 13.1.0)
98
- cucumber-wire (~> 4.0, >= 4.0.1)
99
- diff-lcs (~> 1.4, >= 1.4.4)
100
- multi_test (~> 0.1, >= 0.1.2)
101
- sys-uname (~> 1.2, >= 1.2.1)
102
- cucumber-core (8.0.1)
103
- cucumber-gherkin (~> 15.0, >= 15.0.2)
104
- cucumber-messages (~> 13.0, >= 13.0.1)
105
- cucumber-tag-expressions (~> 2.0, >= 2.0.4)
106
- cucumber-create-meta (2.0.4)
107
- cucumber-messages (~> 13.1, >= 13.1.0)
108
- sys-uname (~> 1.2, >= 1.2.1)
109
- cucumber-cucumber-expressions (10.3.0)
110
- cucumber-gherkin (15.0.2)
111
- cucumber-messages (~> 13.0, >= 13.0.1)
112
- cucumber-html-formatter (9.0.0)
113
- cucumber-messages (~> 13.0, >= 13.0.1)
114
- cucumber-messages (13.2.1)
115
- protobuf-cucumber (~> 3.10, >= 3.10.8)
116
- cucumber-rails (2.3.0)
117
- capybara (>= 2.18, < 4)
118
- cucumber (>= 3.0.2, < 6)
119
- mime-types (~> 3.2)
120
- nokogiri (~> 1.8)
121
- railties (>= 5.0, < 7)
122
- cucumber-tag-expressions (2.0.4)
123
- cucumber-wire (4.0.1)
124
- cucumber-core (~> 8.0, >= 8.0.1)
125
- cucumber-cucumber-expressions (~> 10.3, >= 10.3.0)
126
- cucumber-messages (~> 13.0, >= 13.0.1)
127
- cucumber_priority (0.3.2)
128
- cucumber
129
- database_cleaner (2.0.1)
130
- database_cleaner-active_record (~> 2.0.0)
131
- database_cleaner-active_record (2.0.0)
132
- activerecord (>= 5.a)
133
- database_cleaner-core (~> 2.0.0)
134
- database_cleaner-core (2.0.1)
135
- diff-lcs (1.4.4)
136
- erubi (1.10.0)
137
- erubis (2.7.0)
138
- ffi (1.15.0)
139
- gemika (0.5.0)
140
- globalid (0.4.2)
141
- activesupport (>= 4.2.0)
142
- haml (5.2.1)
143
- temple (>= 0.8.0)
144
- tilt
145
- haml-rails (2.0.1)
146
- actionpack (>= 5.1)
147
- activesupport (>= 5.1)
148
- haml (>= 4.0.6, < 6.0)
149
- html2haml (>= 1.0.1)
150
- railties (>= 5.1)
151
- html2haml (2.2.0)
152
- erubis (~> 2.7.0)
153
- haml (>= 4.0, < 6)
154
- nokogiri (>= 1.6.0)
155
- ruby_parser (~> 3.5)
156
- i18n (1.8.10)
157
- concurrent-ruby (~> 1.0)
158
- launchy (2.5.0)
159
- addressable (~> 2.7)
160
- loofah (2.9.0)
161
- crass (~> 1.0.2)
162
- nokogiri (>= 1.5.9)
163
- mail (2.7.1)
164
- mini_mime (>= 0.1.1)
165
- marcel (1.0.0)
166
- method_source (1.0.0)
167
- middleware (0.1.0)
168
- mime-types (3.3.1)
169
- mime-types-data (~> 3.2015)
170
- mime-types-data (3.2021.0225)
171
- mini_mime (1.0.3)
172
- mini_portile2 (2.5.0)
173
- minitest (5.14.4)
174
- multi_test (0.1.2)
175
- nio4r (2.5.7)
176
- nokogiri (1.11.2)
177
- mini_portile2 (~> 2.5.0)
178
- racc (~> 1.4)
179
- protobuf-cucumber (3.10.8)
180
- activesupport (>= 3.2)
181
- middleware
182
- thor
183
- thread_safe
184
- pry (0.14.0)
185
- coderay (~> 1.1)
186
- method_source (~> 1.0)
187
- public_suffix (4.0.6)
188
- racc (1.5.2)
189
- rack (2.2.3)
190
- rack-test (1.1.0)
191
- rack (>= 1.0, < 3)
192
- rails (6.1.3.1)
193
- actioncable (= 6.1.3.1)
194
- actionmailbox (= 6.1.3.1)
195
- actionmailer (= 6.1.3.1)
196
- actionpack (= 6.1.3.1)
197
- actiontext (= 6.1.3.1)
198
- actionview (= 6.1.3.1)
199
- activejob (= 6.1.3.1)
200
- activemodel (= 6.1.3.1)
201
- activerecord (= 6.1.3.1)
202
- activestorage (= 6.1.3.1)
203
- activesupport (= 6.1.3.1)
204
- bundler (>= 1.15.0)
205
- railties (= 6.1.3.1)
206
- sprockets-rails (>= 2.0.0)
207
- rails-dom-testing (2.0.3)
208
- activesupport (>= 4.2.0)
209
- nokogiri (>= 1.6)
210
- rails-html-sanitizer (1.3.0)
211
- loofah (~> 2.3)
212
- railties (6.1.3.1)
213
- actionpack (= 6.1.3.1)
214
- activesupport (= 6.1.3.1)
215
- method_source
216
- rake (>= 0.8.7)
217
- thor (~> 1.0)
218
- rake (13.0.3)
219
- regexp_parser (2.1.1)
220
- rexml (3.2.4)
221
- rspec (3.10.0)
222
- rspec-core (~> 3.10.0)
223
- rspec-expectations (~> 3.10.0)
224
- rspec-mocks (~> 3.10.0)
225
- rspec-core (3.10.1)
226
- rspec-support (~> 3.10.0)
227
- rspec-expectations (3.10.1)
228
- diff-lcs (>= 1.2.0, < 2.0)
229
- rspec-support (~> 3.10.0)
230
- rspec-mocks (3.10.2)
231
- diff-lcs (>= 1.2.0, < 2.0)
232
- rspec-support (~> 3.10.0)
233
- rspec-rails (5.0.1)
234
- actionpack (>= 5.2)
235
- activesupport (>= 5.2)
236
- railties (>= 5.2)
237
- rspec-core (~> 3.10)
238
- rspec-expectations (~> 3.10)
239
- rspec-mocks (~> 3.10)
240
- rspec-support (~> 3.10)
241
- rspec-support (3.10.2)
242
- ruby_parser (3.15.1)
243
- sexp_processor (~> 4.9)
244
- rubyzip (2.3.0)
245
- selenium-webdriver (3.142.7)
246
- childprocess (>= 0.5, < 4.0)
247
- rubyzip (>= 1.2.2)
248
- sexp_processor (4.15.2)
249
- sprockets (4.0.2)
250
- concurrent-ruby (~> 1.0)
251
- rack (> 1, < 3)
252
- sprockets-rails (3.2.2)
253
- actionpack (>= 4.0)
254
- activesupport (>= 4.0)
255
- sprockets (>= 3.0.0)
256
- sqlite3 (1.4.2)
257
- sys-uname (1.2.2)
258
- ffi (~> 1.1)
259
- temple (0.8.2)
260
- thor (1.1.0)
261
- thread_safe (0.3.6)
262
- tilt (2.0.10)
263
- tzinfo (2.0.4)
264
- concurrent-ruby (~> 1.0)
265
- webrick (1.7.0)
266
- websocket-driver (0.7.3)
267
- websocket-extensions (>= 0.1.0)
268
- websocket-extensions (0.1.5)
269
- xpath (3.2.0)
270
- nokogiri (~> 1.8)
271
- zeitwerk (2.4.2)
272
-
273
- PLATFORMS
274
- ruby
275
-
276
- DEPENDENCIES
277
- byebug
278
- capybara (~> 3)
279
- capybara-screenshot
280
- cucumber
281
- cucumber-rails
282
- database_cleaner
283
- gemika
284
- haml-rails
285
- pry
286
- rails (~> 6.1)
287
- rexml
288
- rspec-rails
289
- selenium-webdriver
290
- spreewald!
291
- sqlite3
292
- webrick
293
-
294
- RUBY VERSION
295
- ruby 3.0.0p0
296
-
297
- BUNDLED WITH
298
- 2.2.3