shoulda 4.0.0.rc1 → 4.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +21 -14
- data/Appraisals +4 -4
- data/Gemfile +5 -3
- data/gemfiles/rails_4_2.gemfile +7 -4
- data/gemfiles/rails_4_2.gemfile.lock +81 -81
- data/gemfiles/rails_5_0.gemfile +7 -4
- data/gemfiles/rails_5_0.gemfile.lock +88 -88
- data/gemfiles/rails_5_1.gemfile +7 -4
- data/gemfiles/rails_5_1.gemfile.lock +95 -97
- data/gemfiles/rails_5_2.gemfile +7 -4
- data/gemfiles/rails_5_2.gemfile.lock +109 -111
- data/gemfiles/rails_6_0.gemfile +7 -4
- data/gemfiles/rails_6_0.gemfile.lock +96 -90
- data/lib/shoulda/version.rb +1 -1
- data/shoulda.gemspec +1 -1
- metadata +5 -5
data/gemfiles/rails_5_1.gemfile
CHANGED
@@ -8,11 +8,14 @@ gem "m"
|
|
8
8
|
gem "minitest", "~> 5.0"
|
9
9
|
gem "minitest-reporters"
|
10
10
|
gem "mry"
|
11
|
-
gem "pry
|
12
|
-
gem "
|
13
|
-
gem "
|
11
|
+
gem "pry", "~> 0.12.0"
|
12
|
+
gem "pry-byebug", "~> 3.6.0"
|
13
|
+
gem "rubocop", "0.71.0", require: false
|
14
|
+
gem "rubocop-rails", require: false
|
15
|
+
gem "snowglobe", ">= 0.3.0"
|
14
16
|
gem "warnings_logger"
|
15
|
-
gem "sqlite3",
|
17
|
+
gem "sqlite3", "~> 1.3.6"
|
18
|
+
gem "rubyzip", "~> 1.3.0"
|
16
19
|
gem "spring"
|
17
20
|
gem "spring-commands-rspec"
|
18
21
|
gem "rails", "~> 5.1.6"
|
@@ -1,52 +1,52 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0.
|
5
|
-
shoulda-context (= 2.0.0.
|
4
|
+
shoulda (4.0.0.rc2)
|
5
|
+
shoulda-context (= 2.0.0.rc4)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.1.
|
12
|
-
actionpack (= 5.1.
|
11
|
+
actioncable (5.1.7)
|
12
|
+
actionpack (= 5.1.7)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.1.
|
16
|
-
actionpack (= 5.1.
|
17
|
-
actionview (= 5.1.
|
18
|
-
activejob (= 5.1.
|
15
|
+
actionmailer (5.1.7)
|
16
|
+
actionpack (= 5.1.7)
|
17
|
+
actionview (= 5.1.7)
|
18
|
+
activejob (= 5.1.7)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.1.
|
22
|
-
actionview (= 5.1.
|
23
|
-
activesupport (= 5.1.
|
21
|
+
actionpack (5.1.7)
|
22
|
+
actionview (= 5.1.7)
|
23
|
+
activesupport (= 5.1.7)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.1.
|
29
|
-
activesupport (= 5.1.
|
28
|
+
actionview (5.1.7)
|
29
|
+
activesupport (= 5.1.7)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.1.
|
35
|
-
activesupport (= 5.1.
|
34
|
+
activejob (5.1.7)
|
35
|
+
activesupport (= 5.1.7)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.1.
|
38
|
-
activesupport (= 5.1.
|
39
|
-
activerecord (5.1.
|
40
|
-
activemodel (= 5.1.
|
41
|
-
activesupport (= 5.1.
|
37
|
+
activemodel (5.1.7)
|
38
|
+
activesupport (= 5.1.7)
|
39
|
+
activerecord (5.1.7)
|
40
|
+
activemodel (= 5.1.7)
|
41
|
+
activesupport (= 5.1.7)
|
42
42
|
arel (~> 8.0)
|
43
|
-
activesupport (5.1.
|
43
|
+
activesupport (5.1.7)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
45
|
i18n (>= 0.7, < 2)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
|
-
addressable (2.
|
49
|
-
public_suffix (>= 2.0.2, <
|
48
|
+
addressable (2.7.0)
|
49
|
+
public_suffix (>= 2.0.2, < 5.0)
|
50
50
|
ansi (1.5.0)
|
51
51
|
appraisal (2.2.0)
|
52
52
|
bundler
|
@@ -54,9 +54,9 @@ GEM
|
|
54
54
|
thor (>= 0.14.0)
|
55
55
|
arel (8.0.0)
|
56
56
|
ast (2.4.0)
|
57
|
-
bcrypt (3.1.
|
58
|
-
builder (3.2.
|
59
|
-
byebug (
|
57
|
+
bcrypt (3.1.13)
|
58
|
+
builder (3.2.4)
|
59
|
+
byebug (10.0.2)
|
60
60
|
capybara (2.18.0)
|
61
61
|
addressable
|
62
62
|
mini_mime (>= 0.1.3)
|
@@ -64,26 +64,24 @@ GEM
|
|
64
64
|
rack (>= 1.0.0)
|
65
65
|
rack-test (>= 0.5.4)
|
66
66
|
xpath (>= 2.0, < 4.0)
|
67
|
-
childprocess (0.
|
68
|
-
ffi (~> 1.0, >= 1.0.11)
|
67
|
+
childprocess (3.0.0)
|
69
68
|
coderay (1.1.2)
|
70
|
-
concurrent-ruby (1.1.
|
71
|
-
crass (1.0.
|
72
|
-
erubi (1.
|
73
|
-
ffi (1.
|
69
|
+
concurrent-ruby (1.1.6)
|
70
|
+
crass (1.0.6)
|
71
|
+
erubi (1.9.0)
|
72
|
+
ffi (1.12.2)
|
74
73
|
globalid (0.4.2)
|
75
74
|
activesupport (>= 4.2.0)
|
76
|
-
i18n (1.
|
75
|
+
i18n (1.8.2)
|
77
76
|
concurrent-ruby (~> 1.0)
|
78
|
-
jaro_winkler (1.5.
|
79
|
-
jbuilder (2.
|
80
|
-
activesupport (>=
|
81
|
-
multi_json (>= 1.2)
|
77
|
+
jaro_winkler (1.5.4)
|
78
|
+
jbuilder (2.10.0)
|
79
|
+
activesupport (>= 5.0.0)
|
82
80
|
listen (3.1.5)
|
83
81
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
84
82
|
rb-inotify (~> 0.9, >= 0.9.7)
|
85
83
|
ruby_dep (~> 1.2)
|
86
|
-
loofah (2.
|
84
|
+
loofah (2.4.0)
|
87
85
|
crass (~> 1.0.2)
|
88
86
|
nokogiri (>= 1.5.9)
|
89
87
|
m (1.5.1)
|
@@ -92,47 +90,44 @@ GEM
|
|
92
90
|
mail (2.7.1)
|
93
91
|
mini_mime (>= 0.1.1)
|
94
92
|
method_source (0.9.2)
|
95
|
-
mini_mime (1.0.
|
93
|
+
mini_mime (1.0.2)
|
96
94
|
mini_portile2 (2.4.0)
|
97
|
-
minitest (5.
|
98
|
-
minitest-reporters (1.
|
95
|
+
minitest (5.14.0)
|
96
|
+
minitest-reporters (1.4.2)
|
99
97
|
ansi
|
100
98
|
builder
|
101
99
|
minitest (>= 5.0)
|
102
100
|
ruby-progressbar
|
103
|
-
mry (0.
|
101
|
+
mry (0.78.0.0)
|
104
102
|
rubocop (>= 0.41.0)
|
105
|
-
|
106
|
-
|
107
|
-
nokogiri (1.10.1)
|
103
|
+
nio4r (2.5.2)
|
104
|
+
nokogiri (1.10.9)
|
108
105
|
mini_portile2 (~> 2.4.0)
|
109
|
-
parallel (1.
|
110
|
-
parser (2.
|
106
|
+
parallel (1.19.1)
|
107
|
+
parser (2.7.1.0)
|
111
108
|
ast (~> 2.4.0)
|
112
|
-
powerpack (0.1.2)
|
113
109
|
pry (0.12.2)
|
114
110
|
coderay (~> 1.1.0)
|
115
111
|
method_source (~> 0.9.0)
|
116
|
-
pry-byebug (3.
|
117
|
-
byebug (~>
|
112
|
+
pry-byebug (3.6.0)
|
113
|
+
byebug (~> 10.0)
|
118
114
|
pry (~> 0.10)
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
rack (2.0.6)
|
115
|
+
public_suffix (4.0.3)
|
116
|
+
puma (3.12.4)
|
117
|
+
rack (2.2.2)
|
123
118
|
rack-test (1.1.0)
|
124
119
|
rack (>= 1.0, < 3)
|
125
|
-
rails (5.1.
|
126
|
-
actioncable (= 5.1.
|
127
|
-
actionmailer (= 5.1.
|
128
|
-
actionpack (= 5.1.
|
129
|
-
actionview (= 5.1.
|
130
|
-
activejob (= 5.1.
|
131
|
-
activemodel (= 5.1.
|
132
|
-
activerecord (= 5.1.
|
133
|
-
activesupport (= 5.1.
|
120
|
+
rails (5.1.7)
|
121
|
+
actioncable (= 5.1.7)
|
122
|
+
actionmailer (= 5.1.7)
|
123
|
+
actionpack (= 5.1.7)
|
124
|
+
actionview (= 5.1.7)
|
125
|
+
activejob (= 5.1.7)
|
126
|
+
activemodel (= 5.1.7)
|
127
|
+
activerecord (= 5.1.7)
|
128
|
+
activesupport (= 5.1.7)
|
134
129
|
bundler (>= 1.3.0)
|
135
|
-
railties (= 5.1.
|
130
|
+
railties (= 5.1.7)
|
136
131
|
sprockets-rails (>= 2.0.0)
|
137
132
|
rails-controller-testing (1.0.4)
|
138
133
|
actionpack (>= 5.0.1.x)
|
@@ -141,32 +136,33 @@ GEM
|
|
141
136
|
rails-dom-testing (2.0.3)
|
142
137
|
activesupport (>= 4.2.0)
|
143
138
|
nokogiri (>= 1.6)
|
144
|
-
rails-html-sanitizer (1.0
|
145
|
-
loofah (~> 2.
|
146
|
-
railties (5.1.
|
147
|
-
actionpack (= 5.1.
|
148
|
-
activesupport (= 5.1.
|
139
|
+
rails-html-sanitizer (1.3.0)
|
140
|
+
loofah (~> 2.3)
|
141
|
+
railties (5.1.7)
|
142
|
+
actionpack (= 5.1.7)
|
143
|
+
activesupport (= 5.1.7)
|
149
144
|
method_source
|
150
145
|
rake (>= 0.8.7)
|
151
146
|
thor (>= 0.18.1, < 2.0)
|
152
147
|
rainbow (3.0.0)
|
153
|
-
rake (
|
148
|
+
rake (13.0.1)
|
154
149
|
rb-fsevent (0.10.3)
|
155
|
-
rb-inotify (0.10.
|
150
|
+
rb-inotify (0.10.1)
|
156
151
|
ffi (~> 1.0)
|
157
|
-
rubocop (0.
|
152
|
+
rubocop (0.71.0)
|
158
153
|
jaro_winkler (~> 1.5.1)
|
159
154
|
parallel (~> 1.10)
|
160
|
-
parser (>= 2.
|
161
|
-
powerpack (~> 0.1)
|
162
|
-
psych (>= 3.1.0)
|
155
|
+
parser (>= 2.6)
|
163
156
|
rainbow (>= 2.2.2, < 4.0)
|
164
157
|
ruby-progressbar (~> 1.7)
|
165
|
-
unicode-display_width (
|
166
|
-
|
158
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
159
|
+
rubocop-rails (2.0.1)
|
160
|
+
rack (>= 1.1)
|
161
|
+
rubocop (>= 0.70.0)
|
162
|
+
ruby-progressbar (1.10.1)
|
167
163
|
ruby_dep (1.5.0)
|
168
|
-
rubyzip (1.
|
169
|
-
sass (3.7.
|
164
|
+
rubyzip (1.3.0)
|
165
|
+
sass (3.7.4)
|
170
166
|
sass-listen (~> 4.0.0)
|
171
167
|
sass-listen (4.0.0)
|
172
168
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -177,15 +173,14 @@ GEM
|
|
177
173
|
sprockets (>= 2.8, < 4.0)
|
178
174
|
sprockets-rails (>= 2.0, < 4.0)
|
179
175
|
tilt (>= 1.1, < 3)
|
180
|
-
selenium-webdriver (3.
|
181
|
-
childprocess (
|
182
|
-
rubyzip (
|
183
|
-
shoulda-context (2.0.0.
|
184
|
-
shoulda-matchers (4.
|
176
|
+
selenium-webdriver (3.142.7)
|
177
|
+
childprocess (>= 0.5, < 4.0)
|
178
|
+
rubyzip (>= 1.2.2)
|
179
|
+
shoulda-context (2.0.0.rc4)
|
180
|
+
shoulda-matchers (4.3.0)
|
185
181
|
activesupport (>= 4.2.0)
|
186
|
-
snowglobe (0.
|
187
|
-
spring (2.0
|
188
|
-
activesupport (>= 4.2)
|
182
|
+
snowglobe (0.3.0)
|
183
|
+
spring (2.1.0)
|
189
184
|
spring-commands-rspec (1.0.4)
|
190
185
|
spring (>= 0.9.1)
|
191
186
|
spring-watcher-listen (2.0.1)
|
@@ -199,19 +194,19 @@ GEM
|
|
199
194
|
activesupport (>= 4.0)
|
200
195
|
sprockets (>= 3.0.0)
|
201
196
|
sqlite3 (1.3.13)
|
202
|
-
thor (0.
|
197
|
+
thor (1.0.1)
|
203
198
|
thread_safe (0.3.6)
|
204
|
-
tilt (2.0.
|
205
|
-
turbolinks (5.2.
|
199
|
+
tilt (2.0.10)
|
200
|
+
turbolinks (5.2.1)
|
206
201
|
turbolinks-source (~> 5.2)
|
207
202
|
turbolinks-source (5.2.0)
|
208
|
-
tzinfo (1.2.
|
203
|
+
tzinfo (1.2.7)
|
209
204
|
thread_safe (~> 0.1)
|
210
|
-
unicode-display_width (1.
|
205
|
+
unicode-display_width (1.6.1)
|
211
206
|
warnings_logger (0.1.0)
|
212
207
|
websocket-driver (0.6.5)
|
213
208
|
websocket-extensions (>= 0.1.0)
|
214
|
-
websocket-extensions (0.1.
|
209
|
+
websocket-extensions (0.1.4)
|
215
210
|
xpath (3.2.0)
|
216
211
|
nokogiri (~> 1.8)
|
217
212
|
|
@@ -229,19 +224,22 @@ DEPENDENCIES
|
|
229
224
|
minitest (~> 5.0)
|
230
225
|
minitest-reporters
|
231
226
|
mry
|
232
|
-
pry
|
227
|
+
pry (~> 0.12.0)
|
228
|
+
pry-byebug (~> 3.6.0)
|
233
229
|
puma (~> 3.7)
|
234
230
|
rails (~> 5.1.6)
|
235
231
|
rails-controller-testing (>= 1.0.1)
|
236
|
-
rubocop
|
232
|
+
rubocop (= 0.71.0)
|
233
|
+
rubocop-rails
|
234
|
+
rubyzip (~> 1.3.0)
|
237
235
|
sass-rails (~> 5.0)
|
238
236
|
selenium-webdriver
|
239
237
|
shoulda!
|
240
|
-
snowglobe
|
238
|
+
snowglobe (>= 0.3.0)
|
241
239
|
spring
|
242
240
|
spring-commands-rspec
|
243
241
|
spring-watcher-listen (~> 2.0.0)
|
244
|
-
sqlite3
|
242
|
+
sqlite3 (~> 1.3.6)
|
245
243
|
turbolinks (~> 5)
|
246
244
|
warnings_logger
|
247
245
|
|
data/gemfiles/rails_5_2.gemfile
CHANGED
@@ -8,11 +8,14 @@ gem "m"
|
|
8
8
|
gem "minitest", "~> 5.0"
|
9
9
|
gem "minitest-reporters"
|
10
10
|
gem "mry"
|
11
|
-
gem "pry
|
12
|
-
gem "
|
13
|
-
gem "
|
11
|
+
gem "pry", "~> 0.12.0"
|
12
|
+
gem "pry-byebug", "~> 3.6.0"
|
13
|
+
gem "rubocop", "0.71.0", require: false
|
14
|
+
gem "rubocop-rails", require: false
|
15
|
+
gem "snowglobe", ">= 0.3.0"
|
14
16
|
gem "warnings_logger"
|
15
|
-
gem "sqlite3",
|
17
|
+
gem "sqlite3", "~> 1.3.6"
|
18
|
+
gem "rubyzip", "~> 1.3.0"
|
16
19
|
gem "spring"
|
17
20
|
gem "spring-commands-rspec"
|
18
21
|
gem "rails", "~> 5.2.2"
|
@@ -1,70 +1,70 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0.
|
5
|
-
shoulda-context (= 2.0.0.
|
4
|
+
shoulda (4.0.0.rc2)
|
5
|
+
shoulda-context (= 2.0.0.rc4)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.2.2)
|
12
|
-
actionpack (= 5.2.2)
|
11
|
+
actioncable (5.2.4.2)
|
12
|
+
actionpack (= 5.2.4.2)
|
13
13
|
nio4r (~> 2.0)
|
14
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)
|
15
|
+
actionmailer (5.2.4.2)
|
16
|
+
actionpack (= 5.2.4.2)
|
17
|
+
actionview (= 5.2.4.2)
|
18
|
+
activejob (= 5.2.4.2)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
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)
|
21
|
+
actionpack (5.2.4.2)
|
22
|
+
actionview (= 5.2.4.2)
|
23
|
+
activesupport (= 5.2.4.2)
|
24
|
+
rack (~> 2.0, >= 2.0.8)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.2.2)
|
29
|
-
activesupport (= 5.2.2)
|
28
|
+
actionview (5.2.4.2)
|
29
|
+
activesupport (= 5.2.4.2)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.2.2)
|
35
|
-
activesupport (= 5.2.2)
|
34
|
+
activejob (5.2.4.2)
|
35
|
+
activesupport (= 5.2.4.2)
|
36
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)
|
37
|
+
activemodel (5.2.4.2)
|
38
|
+
activesupport (= 5.2.4.2)
|
39
|
+
activerecord (5.2.4.2)
|
40
|
+
activemodel (= 5.2.4.2)
|
41
|
+
activesupport (= 5.2.4.2)
|
42
42
|
arel (>= 9.0)
|
43
|
-
activestorage (5.2.2)
|
44
|
-
actionpack (= 5.2.2)
|
45
|
-
activerecord (= 5.2.2)
|
43
|
+
activestorage (5.2.4.2)
|
44
|
+
actionpack (= 5.2.4.2)
|
45
|
+
activerecord (= 5.2.4.2)
|
46
46
|
marcel (~> 0.3.1)
|
47
|
-
activesupport (5.2.2)
|
47
|
+
activesupport (5.2.4.2)
|
48
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
49
|
i18n (>= 0.7, < 2)
|
50
50
|
minitest (~> 5.1)
|
51
51
|
tzinfo (~> 1.1)
|
52
|
-
addressable (2.
|
53
|
-
public_suffix (>= 2.0.2, <
|
52
|
+
addressable (2.7.0)
|
53
|
+
public_suffix (>= 2.0.2, < 5.0)
|
54
54
|
ansi (1.5.0)
|
55
55
|
appraisal (2.2.0)
|
56
56
|
bundler
|
57
57
|
rake
|
58
58
|
thor (>= 0.14.0)
|
59
|
-
archive-zip (0.
|
59
|
+
archive-zip (0.12.0)
|
60
60
|
io-like (~> 0.3.0)
|
61
61
|
arel (9.0.0)
|
62
62
|
ast (2.4.0)
|
63
|
-
bcrypt (3.1.
|
64
|
-
bootsnap (1.4.
|
63
|
+
bcrypt (3.1.13)
|
64
|
+
bootsnap (1.4.6)
|
65
65
|
msgpack (~> 1.0)
|
66
|
-
builder (3.2.
|
67
|
-
byebug (
|
66
|
+
builder (3.2.4)
|
67
|
+
byebug (10.0.2)
|
68
68
|
capybara (3.1.1)
|
69
69
|
addressable
|
70
70
|
mini_mime (>= 0.1.3)
|
@@ -72,30 +72,28 @@ GEM
|
|
72
72
|
rack (>= 1.6.0)
|
73
73
|
rack-test (>= 0.6.3)
|
74
74
|
xpath (~> 3.0)
|
75
|
-
childprocess (0.
|
76
|
-
|
77
|
-
chromedriver-helper (2.1.0)
|
75
|
+
childprocess (3.0.0)
|
76
|
+
chromedriver-helper (2.1.1)
|
78
77
|
archive-zip (~> 0.10)
|
79
78
|
nokogiri (~> 1.8)
|
80
79
|
coderay (1.1.2)
|
81
|
-
concurrent-ruby (1.1.
|
82
|
-
crass (1.0.
|
83
|
-
erubi (1.
|
84
|
-
ffi (1.
|
80
|
+
concurrent-ruby (1.1.6)
|
81
|
+
crass (1.0.6)
|
82
|
+
erubi (1.9.0)
|
83
|
+
ffi (1.12.2)
|
85
84
|
globalid (0.4.2)
|
86
85
|
activesupport (>= 4.2.0)
|
87
|
-
i18n (1.
|
86
|
+
i18n (1.8.2)
|
88
87
|
concurrent-ruby (~> 1.0)
|
89
|
-
io-like (0.3.
|
90
|
-
jaro_winkler (1.5.
|
91
|
-
jbuilder (2.
|
92
|
-
activesupport (>=
|
93
|
-
multi_json (>= 1.2)
|
88
|
+
io-like (0.3.1)
|
89
|
+
jaro_winkler (1.5.4)
|
90
|
+
jbuilder (2.10.0)
|
91
|
+
activesupport (>= 5.0.0)
|
94
92
|
listen (3.1.5)
|
95
93
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
96
94
|
rb-inotify (~> 0.9, >= 0.9.7)
|
97
95
|
ruby_dep (~> 1.2)
|
98
|
-
loofah (2.
|
96
|
+
loofah (2.4.0)
|
99
97
|
crass (~> 1.0.2)
|
100
98
|
nokogiri (>= 1.5.9)
|
101
99
|
m (1.5.1)
|
@@ -106,50 +104,47 @@ GEM
|
|
106
104
|
marcel (0.3.3)
|
107
105
|
mimemagic (~> 0.3.2)
|
108
106
|
method_source (0.9.2)
|
109
|
-
mimemagic (0.3.
|
110
|
-
mini_mime (1.0.
|
107
|
+
mimemagic (0.3.4)
|
108
|
+
mini_mime (1.0.2)
|
111
109
|
mini_portile2 (2.4.0)
|
112
|
-
minitest (5.
|
113
|
-
minitest-reporters (1.
|
110
|
+
minitest (5.14.0)
|
111
|
+
minitest-reporters (1.4.2)
|
114
112
|
ansi
|
115
113
|
builder
|
116
114
|
minitest (>= 5.0)
|
117
115
|
ruby-progressbar
|
118
|
-
mry (0.
|
116
|
+
mry (0.78.0.0)
|
119
117
|
rubocop (>= 0.41.0)
|
120
|
-
msgpack (1.
|
121
|
-
|
122
|
-
|
123
|
-
nokogiri (1.10.1)
|
118
|
+
msgpack (1.3.3)
|
119
|
+
nio4r (2.5.2)
|
120
|
+
nokogiri (1.10.9)
|
124
121
|
mini_portile2 (~> 2.4.0)
|
125
|
-
parallel (1.
|
126
|
-
parser (2.
|
122
|
+
parallel (1.19.1)
|
123
|
+
parser (2.7.1.0)
|
127
124
|
ast (~> 2.4.0)
|
128
|
-
powerpack (0.1.2)
|
129
125
|
pry (0.12.2)
|
130
126
|
coderay (~> 1.1.0)
|
131
127
|
method_source (~> 0.9.0)
|
132
|
-
pry-byebug (3.
|
133
|
-
byebug (~>
|
128
|
+
pry-byebug (3.6.0)
|
129
|
+
byebug (~> 10.0)
|
134
130
|
pry (~> 0.10)
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
rack (2.0.6)
|
131
|
+
public_suffix (4.0.3)
|
132
|
+
puma (3.12.4)
|
133
|
+
rack (2.2.2)
|
139
134
|
rack-test (1.1.0)
|
140
135
|
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)
|
136
|
+
rails (5.2.4.2)
|
137
|
+
actioncable (= 5.2.4.2)
|
138
|
+
actionmailer (= 5.2.4.2)
|
139
|
+
actionpack (= 5.2.4.2)
|
140
|
+
actionview (= 5.2.4.2)
|
141
|
+
activejob (= 5.2.4.2)
|
142
|
+
activemodel (= 5.2.4.2)
|
143
|
+
activerecord (= 5.2.4.2)
|
144
|
+
activestorage (= 5.2.4.2)
|
145
|
+
activesupport (= 5.2.4.2)
|
151
146
|
bundler (>= 1.3.0)
|
152
|
-
railties (= 5.2.2)
|
147
|
+
railties (= 5.2.4.2)
|
153
148
|
sprockets-rails (>= 2.0.0)
|
154
149
|
rails-controller-testing (1.0.4)
|
155
150
|
actionpack (>= 5.0.1.x)
|
@@ -158,51 +153,51 @@ GEM
|
|
158
153
|
rails-dom-testing (2.0.3)
|
159
154
|
activesupport (>= 4.2.0)
|
160
155
|
nokogiri (>= 1.6)
|
161
|
-
rails-html-sanitizer (1.0
|
162
|
-
loofah (~> 2.
|
163
|
-
railties (5.2.2)
|
164
|
-
actionpack (= 5.2.2)
|
165
|
-
activesupport (= 5.2.2)
|
156
|
+
rails-html-sanitizer (1.3.0)
|
157
|
+
loofah (~> 2.3)
|
158
|
+
railties (5.2.4.2)
|
159
|
+
actionpack (= 5.2.4.2)
|
160
|
+
activesupport (= 5.2.4.2)
|
166
161
|
method_source
|
167
162
|
rake (>= 0.8.7)
|
168
163
|
thor (>= 0.19.0, < 2.0)
|
169
164
|
rainbow (3.0.0)
|
170
|
-
rake (
|
165
|
+
rake (13.0.1)
|
171
166
|
rb-fsevent (0.10.3)
|
172
|
-
rb-inotify (0.10.
|
167
|
+
rb-inotify (0.10.1)
|
173
168
|
ffi (~> 1.0)
|
174
|
-
rubocop (0.
|
169
|
+
rubocop (0.71.0)
|
175
170
|
jaro_winkler (~> 1.5.1)
|
176
171
|
parallel (~> 1.10)
|
177
|
-
parser (>= 2.
|
178
|
-
powerpack (~> 0.1)
|
179
|
-
psych (>= 3.1.0)
|
172
|
+
parser (>= 2.6)
|
180
173
|
rainbow (>= 2.2.2, < 4.0)
|
181
174
|
ruby-progressbar (~> 1.7)
|
182
|
-
unicode-display_width (
|
183
|
-
|
175
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
176
|
+
rubocop-rails (2.0.1)
|
177
|
+
rack (>= 1.1)
|
178
|
+
rubocop (>= 0.70.0)
|
179
|
+
ruby-progressbar (1.10.1)
|
184
180
|
ruby_dep (1.5.0)
|
185
|
-
rubyzip (1.
|
186
|
-
sass (3.7.
|
181
|
+
rubyzip (1.3.0)
|
182
|
+
sass (3.7.4)
|
187
183
|
sass-listen (~> 4.0.0)
|
188
184
|
sass-listen (4.0.0)
|
189
185
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
190
186
|
rb-inotify (~> 0.9, >= 0.9.7)
|
191
|
-
sass-rails (5.0
|
192
|
-
railties (>=
|
187
|
+
sass-rails (5.1.0)
|
188
|
+
railties (>= 5.2.0)
|
193
189
|
sass (~> 3.1)
|
194
190
|
sprockets (>= 2.8, < 4.0)
|
195
191
|
sprockets-rails (>= 2.0, < 4.0)
|
196
192
|
tilt (>= 1.1, < 3)
|
197
|
-
selenium-webdriver (3.
|
198
|
-
childprocess (
|
199
|
-
rubyzip (
|
200
|
-
shoulda-context (2.0.0.
|
201
|
-
shoulda-matchers (4.
|
193
|
+
selenium-webdriver (3.142.7)
|
194
|
+
childprocess (>= 0.5, < 4.0)
|
195
|
+
rubyzip (>= 1.2.2)
|
196
|
+
shoulda-context (2.0.0.rc4)
|
197
|
+
shoulda-matchers (4.3.0)
|
202
198
|
activesupport (>= 4.2.0)
|
203
|
-
snowglobe (0.
|
204
|
-
spring (2.0
|
205
|
-
activesupport (>= 4.2)
|
199
|
+
snowglobe (0.3.0)
|
200
|
+
spring (2.1.0)
|
206
201
|
spring-commands-rspec (1.0.4)
|
207
202
|
spring (>= 0.9.1)
|
208
203
|
spring-watcher-listen (2.0.1)
|
@@ -216,19 +211,19 @@ GEM
|
|
216
211
|
activesupport (>= 4.0)
|
217
212
|
sprockets (>= 3.0.0)
|
218
213
|
sqlite3 (1.3.13)
|
219
|
-
thor (0.
|
214
|
+
thor (1.0.1)
|
220
215
|
thread_safe (0.3.6)
|
221
|
-
tilt (2.0.
|
222
|
-
turbolinks (5.2.
|
216
|
+
tilt (2.0.10)
|
217
|
+
turbolinks (5.2.1)
|
223
218
|
turbolinks-source (~> 5.2)
|
224
219
|
turbolinks-source (5.2.0)
|
225
|
-
tzinfo (1.2.
|
220
|
+
tzinfo (1.2.7)
|
226
221
|
thread_safe (~> 0.1)
|
227
|
-
unicode-display_width (1.
|
222
|
+
unicode-display_width (1.6.1)
|
228
223
|
warnings_logger (0.1.0)
|
229
|
-
websocket-driver (0.7.
|
224
|
+
websocket-driver (0.7.1)
|
230
225
|
websocket-extensions (>= 0.1.0)
|
231
|
-
websocket-extensions (0.1.
|
226
|
+
websocket-extensions (0.1.4)
|
232
227
|
xpath (3.2.0)
|
233
228
|
nokogiri (~> 1.8)
|
234
229
|
|
@@ -248,19 +243,22 @@ DEPENDENCIES
|
|
248
243
|
minitest (~> 5.0)
|
249
244
|
minitest-reporters
|
250
245
|
mry
|
251
|
-
pry
|
246
|
+
pry (~> 0.12.0)
|
247
|
+
pry-byebug (~> 3.6.0)
|
252
248
|
puma (~> 3.11)
|
253
249
|
rails (~> 5.2.2)
|
254
250
|
rails-controller-testing (>= 1.0.1)
|
255
|
-
rubocop
|
251
|
+
rubocop (= 0.71.0)
|
252
|
+
rubocop-rails
|
253
|
+
rubyzip (~> 1.3.0)
|
256
254
|
sass-rails (~> 5.0)
|
257
255
|
selenium-webdriver
|
258
256
|
shoulda!
|
259
|
-
snowglobe
|
257
|
+
snowglobe (>= 0.3.0)
|
260
258
|
spring
|
261
259
|
spring-commands-rspec
|
262
260
|
spring-watcher-listen (~> 2.0.0)
|
263
|
-
sqlite3
|
261
|
+
sqlite3 (~> 1.3.6)
|
264
262
|
turbolinks (~> 5)
|
265
263
|
warnings_logger
|
266
264
|
|