shoulda 3.6.0 → 4.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.rubocop.yml +181 -2
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +24 -9
  6. data/Appraisals +108 -10
  7. data/Gemfile +9 -5
  8. data/README.md +24 -17
  9. data/Rakefile +18 -13
  10. data/gemfiles/rails_4_2.gemfile +31 -0
  11. data/gemfiles/rails_4_2.gemfile.lock +240 -0
  12. data/gemfiles/rails_5_0.gemfile +29 -0
  13. data/gemfiles/rails_5_0.gemfile.lock +232 -0
  14. data/gemfiles/rails_5_1.gemfile +30 -0
  15. data/gemfiles/rails_5_1.gemfile.lock +249 -0
  16. data/gemfiles/rails_5_2.gemfile +32 -0
  17. data/gemfiles/rails_5_2.gemfile.lock +268 -0
  18. data/gemfiles/rails_6_0.gemfile +34 -0
  19. data/gemfiles/rails_6_0.gemfile.lock +285 -0
  20. data/lib/shoulda/version.rb +1 -1
  21. data/script/install_gems_in_all_appraisals +16 -0
  22. data/script/run_all_tests +16 -0
  23. data/script/supported_ruby_versions +7 -0
  24. data/script/update_gem_in_all_appraisals +17 -0
  25. data/script/update_gems_in_all_appraisals +16 -0
  26. data/shoulda.gemspec +3 -3
  27. data/test/acceptance/integrates_with_rails_test.rb +580 -0
  28. data/test/acceptance_test_helper.rb +32 -6
  29. data/test/support/acceptance/add_shoulda_to_project.rb +13 -18
  30. data/test/support/acceptance/matchers/have_output.rb +2 -0
  31. data/test/support/acceptance/matchers/indicate_that_tests_were_run.rb +109 -0
  32. data/test/support/acceptance/rails_application_with_shoulda.rb +47 -0
  33. data/test/support/{tests/current_bundle.rb → current_bundle.rb} +4 -4
  34. data/test/support/snowglobe.rb +5 -0
  35. data/test/test_helper.rb +9 -4
  36. metadata +37 -65
  37. data/.hound/ruby.yml +0 -1042
  38. data/gemfiles/4.2.gemfile +0 -17
  39. data/gemfiles/4.2.gemfile.lock +0 -174
  40. data/gemfiles/5.0.gemfile +0 -17
  41. data/gemfiles/5.0.gemfile.lock +0 -179
  42. data/test/acceptance/rails_integration_test.rb +0 -76
  43. data/test/report_warnings.rb +0 -7
  44. data/test/support/acceptance/helpers.rb +0 -19
  45. data/test/support/acceptance/helpers/active_model_helpers.rb +0 -11
  46. data/test/support/acceptance/helpers/base_helpers.rb +0 -14
  47. data/test/support/acceptance/helpers/command_helpers.rb +0 -54
  48. data/test/support/acceptance/helpers/file_helpers.rb +0 -19
  49. data/test/support/acceptance/helpers/gem_helpers.rb +0 -31
  50. data/test/support/acceptance/helpers/step_helpers.rb +0 -69
  51. data/test/support/acceptance/matchers/indicate_number_of_tests_was_run_matcher.rb +0 -54
  52. data/test/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb +0 -75
  53. data/test/support/tests/bundle.rb +0 -94
  54. data/test/support/tests/command_runner.rb +0 -230
  55. data/test/support/tests/filesystem.rb +0 -100
  56. data/test/support/tests/version.rb +0 -45
  57. data/test/warnings_spy.rb +0 -62
  58. data/test/warnings_spy/filesystem.rb +0 -45
  59. data/test/warnings_spy/partitioner.rb +0 -36
  60. data/test/warnings_spy/reader.rb +0 -53
  61. data/test/warnings_spy/reporter.rb +0 -88
@@ -0,0 +1,30 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal", "~> 2.1"
6
+ gem "bundler", "~> 1.0"
7
+ gem "m"
8
+ gem "minitest", "~> 5.0"
9
+ gem "minitest-reporters"
10
+ gem "mry"
11
+ gem "pry-byebug"
12
+ gem "rubocop"
13
+ gem "snowglobe"
14
+ gem "warnings_logger"
15
+ gem "sqlite3", platform: :ruby
16
+ gem "spring"
17
+ gem "spring-commands-rspec"
18
+ gem "rails", "~> 5.1.6"
19
+ gem "rails-controller-testing", ">= 1.0.1"
20
+ gem "puma", "~> 3.7"
21
+ gem "sass-rails", "~> 5.0"
22
+ gem "turbolinks", "~> 5"
23
+ gem "jbuilder", "~> 2.5"
24
+ gem "bcrypt", "~> 3.1.7"
25
+ gem "capybara", "~> 2.13"
26
+ gem "selenium-webdriver"
27
+ gem "listen", ">= 3.0.5", "< 3.2"
28
+ gem "spring-watcher-listen", "~> 2.0.0"
29
+
30
+ gemspec path: "../"
@@ -0,0 +1,249 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shoulda (4.0.0.rc1)
5
+ shoulda-context (= 2.0.0.rc2)
6
+ shoulda-matchers (~> 4.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.1.6.1)
12
+ actionpack (= 5.1.6.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.6.1)
16
+ actionpack (= 5.1.6.1)
17
+ actionview (= 5.1.6.1)
18
+ activejob (= 5.1.6.1)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.6.1)
22
+ actionview (= 5.1.6.1)
23
+ activesupport (= 5.1.6.1)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.6.1)
29
+ activesupport (= 5.1.6.1)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.6.1)
35
+ activesupport (= 5.1.6.1)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.6.1)
38
+ activesupport (= 5.1.6.1)
39
+ activerecord (5.1.6.1)
40
+ activemodel (= 5.1.6.1)
41
+ activesupport (= 5.1.6.1)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.6.1)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (>= 0.7, < 2)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ addressable (2.6.0)
49
+ public_suffix (>= 2.0.2, < 4.0)
50
+ ansi (1.5.0)
51
+ appraisal (2.2.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ arel (8.0.0)
56
+ ast (2.4.0)
57
+ bcrypt (3.1.12)
58
+ builder (3.2.3)
59
+ byebug (11.0.0)
60
+ capybara (2.18.0)
61
+ addressable
62
+ mini_mime (>= 0.1.3)
63
+ nokogiri (>= 1.3.3)
64
+ rack (>= 1.0.0)
65
+ rack-test (>= 0.5.4)
66
+ xpath (>= 2.0, < 4.0)
67
+ childprocess (0.9.0)
68
+ ffi (~> 1.0, >= 1.0.11)
69
+ coderay (1.1.2)
70
+ concurrent-ruby (1.1.4)
71
+ crass (1.0.4)
72
+ erubi (1.8.0)
73
+ ffi (1.10.0)
74
+ globalid (0.4.2)
75
+ activesupport (>= 4.2.0)
76
+ i18n (1.5.3)
77
+ concurrent-ruby (~> 1.0)
78
+ jaro_winkler (1.5.2)
79
+ jbuilder (2.8.0)
80
+ activesupport (>= 4.2.0)
81
+ multi_json (>= 1.2)
82
+ listen (3.1.5)
83
+ rb-fsevent (~> 0.9, >= 0.9.4)
84
+ rb-inotify (~> 0.9, >= 0.9.7)
85
+ ruby_dep (~> 1.2)
86
+ loofah (2.2.3)
87
+ crass (~> 1.0.2)
88
+ nokogiri (>= 1.5.9)
89
+ m (1.5.1)
90
+ method_source (>= 0.6.7)
91
+ rake (>= 0.9.2.2)
92
+ mail (2.7.1)
93
+ mini_mime (>= 0.1.1)
94
+ method_source (0.9.2)
95
+ mini_mime (1.0.1)
96
+ mini_portile2 (2.4.0)
97
+ minitest (5.11.3)
98
+ minitest-reporters (1.3.6)
99
+ ansi
100
+ builder
101
+ minitest (>= 5.0)
102
+ ruby-progressbar
103
+ mry (0.77.0.2)
104
+ rubocop (>= 0.41.0)
105
+ multi_json (1.13.1)
106
+ nio4r (2.3.1)
107
+ nokogiri (1.10.1)
108
+ mini_portile2 (~> 2.4.0)
109
+ parallel (1.14.0)
110
+ parser (2.6.0.0)
111
+ ast (~> 2.4.0)
112
+ powerpack (0.1.2)
113
+ pry (0.12.2)
114
+ coderay (~> 1.1.0)
115
+ method_source (~> 0.9.0)
116
+ pry-byebug (3.7.0)
117
+ byebug (~> 11.0)
118
+ pry (~> 0.10)
119
+ psych (3.1.0)
120
+ public_suffix (3.0.3)
121
+ puma (3.12.0)
122
+ rack (2.0.6)
123
+ rack-test (1.1.0)
124
+ rack (>= 1.0, < 3)
125
+ rails (5.1.6.1)
126
+ actioncable (= 5.1.6.1)
127
+ actionmailer (= 5.1.6.1)
128
+ actionpack (= 5.1.6.1)
129
+ actionview (= 5.1.6.1)
130
+ activejob (= 5.1.6.1)
131
+ activemodel (= 5.1.6.1)
132
+ activerecord (= 5.1.6.1)
133
+ activesupport (= 5.1.6.1)
134
+ bundler (>= 1.3.0)
135
+ railties (= 5.1.6.1)
136
+ sprockets-rails (>= 2.0.0)
137
+ rails-controller-testing (1.0.4)
138
+ actionpack (>= 5.0.1.x)
139
+ actionview (>= 5.0.1.x)
140
+ activesupport (>= 5.0.1.x)
141
+ rails-dom-testing (2.0.3)
142
+ activesupport (>= 4.2.0)
143
+ nokogiri (>= 1.6)
144
+ rails-html-sanitizer (1.0.4)
145
+ loofah (~> 2.2, >= 2.2.2)
146
+ railties (5.1.6.1)
147
+ actionpack (= 5.1.6.1)
148
+ activesupport (= 5.1.6.1)
149
+ method_source
150
+ rake (>= 0.8.7)
151
+ thor (>= 0.18.1, < 2.0)
152
+ rainbow (3.0.0)
153
+ rake (12.3.2)
154
+ rb-fsevent (0.10.3)
155
+ rb-inotify (0.10.0)
156
+ ffi (~> 1.0)
157
+ rubocop (0.65.0)
158
+ jaro_winkler (~> 1.5.1)
159
+ parallel (~> 1.10)
160
+ parser (>= 2.5, != 2.5.1.1)
161
+ powerpack (~> 0.1)
162
+ psych (>= 3.1.0)
163
+ rainbow (>= 2.2.2, < 4.0)
164
+ ruby-progressbar (~> 1.7)
165
+ unicode-display_width (~> 1.4.0)
166
+ ruby-progressbar (1.10.0)
167
+ ruby_dep (1.5.0)
168
+ rubyzip (1.2.2)
169
+ sass (3.7.3)
170
+ sass-listen (~> 4.0.0)
171
+ sass-listen (4.0.0)
172
+ rb-fsevent (~> 0.9, >= 0.9.4)
173
+ rb-inotify (~> 0.9, >= 0.9.7)
174
+ sass-rails (5.0.7)
175
+ railties (>= 4.0.0, < 6)
176
+ sass (~> 3.1)
177
+ sprockets (>= 2.8, < 4.0)
178
+ sprockets-rails (>= 2.0, < 4.0)
179
+ tilt (>= 1.1, < 3)
180
+ selenium-webdriver (3.141.0)
181
+ childprocess (~> 0.5)
182
+ rubyzip (~> 1.2, >= 1.2.2)
183
+ shoulda-context (2.0.0.rc2)
184
+ shoulda-matchers (4.1.2)
185
+ activesupport (>= 4.2.0)
186
+ snowglobe (0.1.0)
187
+ spring (2.0.2)
188
+ activesupport (>= 4.2)
189
+ spring-commands-rspec (1.0.4)
190
+ spring (>= 0.9.1)
191
+ spring-watcher-listen (2.0.1)
192
+ listen (>= 2.7, < 4.0)
193
+ spring (>= 1.2, < 3.0)
194
+ sprockets (3.7.2)
195
+ concurrent-ruby (~> 1.0)
196
+ rack (> 1, < 3)
197
+ sprockets-rails (3.2.1)
198
+ actionpack (>= 4.0)
199
+ activesupport (>= 4.0)
200
+ sprockets (>= 3.0.0)
201
+ sqlite3 (1.3.13)
202
+ thor (0.20.3)
203
+ thread_safe (0.3.6)
204
+ tilt (2.0.9)
205
+ turbolinks (5.2.0)
206
+ turbolinks-source (~> 5.2)
207
+ turbolinks-source (5.2.0)
208
+ tzinfo (1.2.5)
209
+ thread_safe (~> 0.1)
210
+ unicode-display_width (1.4.1)
211
+ warnings_logger (0.1.0)
212
+ websocket-driver (0.6.5)
213
+ websocket-extensions (>= 0.1.0)
214
+ websocket-extensions (0.1.3)
215
+ xpath (3.2.0)
216
+ nokogiri (~> 1.8)
217
+
218
+ PLATFORMS
219
+ ruby
220
+
221
+ DEPENDENCIES
222
+ appraisal (~> 2.1)
223
+ bcrypt (~> 3.1.7)
224
+ bundler (~> 1.0)
225
+ capybara (~> 2.13)
226
+ jbuilder (~> 2.5)
227
+ listen (>= 3.0.5, < 3.2)
228
+ m
229
+ minitest (~> 5.0)
230
+ minitest-reporters
231
+ mry
232
+ pry-byebug
233
+ puma (~> 3.7)
234
+ rails (~> 5.1.6)
235
+ rails-controller-testing (>= 1.0.1)
236
+ rubocop
237
+ sass-rails (~> 5.0)
238
+ selenium-webdriver
239
+ shoulda!
240
+ snowglobe
241
+ spring
242
+ spring-commands-rspec
243
+ spring-watcher-listen (~> 2.0.0)
244
+ sqlite3
245
+ turbolinks (~> 5)
246
+ warnings_logger
247
+
248
+ BUNDLED WITH
249
+ 1.17.3
@@ -0,0 +1,32 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal", "~> 2.1"
6
+ gem "bundler", "~> 1.0"
7
+ gem "m"
8
+ gem "minitest", "~> 5.0"
9
+ gem "minitest-reporters"
10
+ gem "mry"
11
+ gem "pry-byebug"
12
+ gem "rubocop"
13
+ gem "snowglobe"
14
+ gem "warnings_logger"
15
+ gem "sqlite3", platform: :ruby
16
+ gem "spring"
17
+ gem "spring-commands-rspec"
18
+ gem "rails", "~> 5.2.2"
19
+ gem "rails-controller-testing", ">= 1.0.1"
20
+ gem "puma", "~> 3.11"
21
+ gem "bootsnap", ">= 1.1.0", require: false
22
+ gem "sass-rails", "~> 5.0"
23
+ gem "turbolinks", "~> 5"
24
+ gem "jbuilder", "~> 2.5"
25
+ gem "bcrypt", "~> 3.1.7"
26
+ gem "capybara", "~> 3.1.1"
27
+ gem "selenium-webdriver"
28
+ gem "chromedriver-helper"
29
+ gem "listen", ">= 3.0.5", "< 3.2"
30
+ gem "spring-watcher-listen", "~> 2.0.0"
31
+
32
+ gemspec path: "../"
@@ -0,0 +1,268 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shoulda (4.0.0.rc1)
5
+ shoulda-context (= 2.0.0.rc2)
6
+ shoulda-matchers (~> 4.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.2.2)
12
+ actionpack (= 5.2.2)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailer (5.2.2)
16
+ actionpack (= 5.2.2)
17
+ actionview (= 5.2.2)
18
+ activejob (= 5.2.2)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.2.2)
22
+ actionview (= 5.2.2)
23
+ activesupport (= 5.2.2)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.2.2)
29
+ activesupport (= 5.2.2)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.2.2)
35
+ activesupport (= 5.2.2)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.2.2)
38
+ activesupport (= 5.2.2)
39
+ activerecord (5.2.2)
40
+ activemodel (= 5.2.2)
41
+ activesupport (= 5.2.2)
42
+ arel (>= 9.0)
43
+ activestorage (5.2.2)
44
+ actionpack (= 5.2.2)
45
+ activerecord (= 5.2.2)
46
+ marcel (~> 0.3.1)
47
+ activesupport (5.2.2)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (>= 0.7, < 2)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ addressable (2.6.0)
53
+ public_suffix (>= 2.0.2, < 4.0)
54
+ ansi (1.5.0)
55
+ appraisal (2.2.0)
56
+ bundler
57
+ rake
58
+ thor (>= 0.14.0)
59
+ archive-zip (0.11.0)
60
+ io-like (~> 0.3.0)
61
+ arel (9.0.0)
62
+ ast (2.4.0)
63
+ bcrypt (3.1.12)
64
+ bootsnap (1.4.1)
65
+ msgpack (~> 1.0)
66
+ builder (3.2.3)
67
+ byebug (11.0.0)
68
+ capybara (3.1.1)
69
+ addressable
70
+ mini_mime (>= 0.1.3)
71
+ nokogiri (~> 1.8)
72
+ rack (>= 1.6.0)
73
+ rack-test (>= 0.6.3)
74
+ xpath (~> 3.0)
75
+ childprocess (0.9.0)
76
+ ffi (~> 1.0, >= 1.0.11)
77
+ chromedriver-helper (2.1.0)
78
+ archive-zip (~> 0.10)
79
+ nokogiri (~> 1.8)
80
+ coderay (1.1.2)
81
+ concurrent-ruby (1.1.4)
82
+ crass (1.0.4)
83
+ erubi (1.8.0)
84
+ ffi (1.10.0)
85
+ globalid (0.4.2)
86
+ activesupport (>= 4.2.0)
87
+ i18n (1.5.3)
88
+ concurrent-ruby (~> 1.0)
89
+ io-like (0.3.0)
90
+ jaro_winkler (1.5.2)
91
+ jbuilder (2.8.0)
92
+ activesupport (>= 4.2.0)
93
+ multi_json (>= 1.2)
94
+ listen (3.1.5)
95
+ rb-fsevent (~> 0.9, >= 0.9.4)
96
+ rb-inotify (~> 0.9, >= 0.9.7)
97
+ ruby_dep (~> 1.2)
98
+ loofah (2.2.3)
99
+ crass (~> 1.0.2)
100
+ nokogiri (>= 1.5.9)
101
+ m (1.5.1)
102
+ method_source (>= 0.6.7)
103
+ rake (>= 0.9.2.2)
104
+ mail (2.7.1)
105
+ mini_mime (>= 0.1.1)
106
+ marcel (0.3.3)
107
+ mimemagic (~> 0.3.2)
108
+ method_source (0.9.2)
109
+ mimemagic (0.3.3)
110
+ mini_mime (1.0.1)
111
+ mini_portile2 (2.4.0)
112
+ minitest (5.11.3)
113
+ minitest-reporters (1.3.6)
114
+ ansi
115
+ builder
116
+ minitest (>= 5.0)
117
+ ruby-progressbar
118
+ mry (0.77.0.2)
119
+ rubocop (>= 0.41.0)
120
+ msgpack (1.2.6)
121
+ multi_json (1.13.1)
122
+ nio4r (2.3.1)
123
+ nokogiri (1.10.1)
124
+ mini_portile2 (~> 2.4.0)
125
+ parallel (1.14.0)
126
+ parser (2.6.0.0)
127
+ ast (~> 2.4.0)
128
+ powerpack (0.1.2)
129
+ pry (0.12.2)
130
+ coderay (~> 1.1.0)
131
+ method_source (~> 0.9.0)
132
+ pry-byebug (3.7.0)
133
+ byebug (~> 11.0)
134
+ pry (~> 0.10)
135
+ psych (3.1.0)
136
+ public_suffix (3.0.3)
137
+ puma (3.12.0)
138
+ rack (2.0.6)
139
+ rack-test (1.1.0)
140
+ rack (>= 1.0, < 3)
141
+ rails (5.2.2)
142
+ actioncable (= 5.2.2)
143
+ actionmailer (= 5.2.2)
144
+ actionpack (= 5.2.2)
145
+ actionview (= 5.2.2)
146
+ activejob (= 5.2.2)
147
+ activemodel (= 5.2.2)
148
+ activerecord (= 5.2.2)
149
+ activestorage (= 5.2.2)
150
+ activesupport (= 5.2.2)
151
+ bundler (>= 1.3.0)
152
+ railties (= 5.2.2)
153
+ sprockets-rails (>= 2.0.0)
154
+ rails-controller-testing (1.0.4)
155
+ actionpack (>= 5.0.1.x)
156
+ actionview (>= 5.0.1.x)
157
+ activesupport (>= 5.0.1.x)
158
+ rails-dom-testing (2.0.3)
159
+ activesupport (>= 4.2.0)
160
+ nokogiri (>= 1.6)
161
+ rails-html-sanitizer (1.0.4)
162
+ loofah (~> 2.2, >= 2.2.2)
163
+ railties (5.2.2)
164
+ actionpack (= 5.2.2)
165
+ activesupport (= 5.2.2)
166
+ method_source
167
+ rake (>= 0.8.7)
168
+ thor (>= 0.19.0, < 2.0)
169
+ rainbow (3.0.0)
170
+ rake (12.3.2)
171
+ rb-fsevent (0.10.3)
172
+ rb-inotify (0.10.0)
173
+ ffi (~> 1.0)
174
+ rubocop (0.65.0)
175
+ jaro_winkler (~> 1.5.1)
176
+ parallel (~> 1.10)
177
+ parser (>= 2.5, != 2.5.1.1)
178
+ powerpack (~> 0.1)
179
+ psych (>= 3.1.0)
180
+ rainbow (>= 2.2.2, < 4.0)
181
+ ruby-progressbar (~> 1.7)
182
+ unicode-display_width (~> 1.4.0)
183
+ ruby-progressbar (1.10.0)
184
+ ruby_dep (1.5.0)
185
+ rubyzip (1.2.2)
186
+ sass (3.7.3)
187
+ sass-listen (~> 4.0.0)
188
+ sass-listen (4.0.0)
189
+ rb-fsevent (~> 0.9, >= 0.9.4)
190
+ rb-inotify (~> 0.9, >= 0.9.7)
191
+ sass-rails (5.0.7)
192
+ railties (>= 4.0.0, < 6)
193
+ sass (~> 3.1)
194
+ sprockets (>= 2.8, < 4.0)
195
+ sprockets-rails (>= 2.0, < 4.0)
196
+ tilt (>= 1.1, < 3)
197
+ selenium-webdriver (3.141.0)
198
+ childprocess (~> 0.5)
199
+ rubyzip (~> 1.2, >= 1.2.2)
200
+ shoulda-context (2.0.0.rc2)
201
+ shoulda-matchers (4.1.2)
202
+ activesupport (>= 4.2.0)
203
+ snowglobe (0.1.0)
204
+ spring (2.0.2)
205
+ activesupport (>= 4.2)
206
+ spring-commands-rspec (1.0.4)
207
+ spring (>= 0.9.1)
208
+ spring-watcher-listen (2.0.1)
209
+ listen (>= 2.7, < 4.0)
210
+ spring (>= 1.2, < 3.0)
211
+ sprockets (3.7.2)
212
+ concurrent-ruby (~> 1.0)
213
+ rack (> 1, < 3)
214
+ sprockets-rails (3.2.1)
215
+ actionpack (>= 4.0)
216
+ activesupport (>= 4.0)
217
+ sprockets (>= 3.0.0)
218
+ sqlite3 (1.3.13)
219
+ thor (0.20.3)
220
+ thread_safe (0.3.6)
221
+ tilt (2.0.9)
222
+ turbolinks (5.2.0)
223
+ turbolinks-source (~> 5.2)
224
+ turbolinks-source (5.2.0)
225
+ tzinfo (1.2.5)
226
+ thread_safe (~> 0.1)
227
+ unicode-display_width (1.4.1)
228
+ warnings_logger (0.1.0)
229
+ websocket-driver (0.7.0)
230
+ websocket-extensions (>= 0.1.0)
231
+ websocket-extensions (0.1.3)
232
+ xpath (3.2.0)
233
+ nokogiri (~> 1.8)
234
+
235
+ PLATFORMS
236
+ ruby
237
+
238
+ DEPENDENCIES
239
+ appraisal (~> 2.1)
240
+ bcrypt (~> 3.1.7)
241
+ bootsnap (>= 1.1.0)
242
+ bundler (~> 1.0)
243
+ capybara (~> 3.1.1)
244
+ chromedriver-helper
245
+ jbuilder (~> 2.5)
246
+ listen (>= 3.0.5, < 3.2)
247
+ m
248
+ minitest (~> 5.0)
249
+ minitest-reporters
250
+ mry
251
+ pry-byebug
252
+ puma (~> 3.11)
253
+ rails (~> 5.2.2)
254
+ rails-controller-testing (>= 1.0.1)
255
+ rubocop
256
+ sass-rails (~> 5.0)
257
+ selenium-webdriver
258
+ shoulda!
259
+ snowglobe
260
+ spring
261
+ spring-commands-rspec
262
+ spring-watcher-listen (~> 2.0.0)
263
+ sqlite3
264
+ turbolinks (~> 5)
265
+ warnings_logger
266
+
267
+ BUNDLED WITH
268
+ 1.17.3