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.
@@ -8,11 +8,14 @@ gem "m"
8
8
  gem "minitest", "~> 5.0"
9
9
  gem "minitest-reporters"
10
10
  gem "mry"
11
- gem "pry-byebug"
12
- gem "rubocop"
13
- gem "snowglobe"
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", platform: :ruby
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.rc1)
5
- shoulda-context (= 2.0.0.rc2)
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.6.1)
12
- actionpack (= 5.1.6.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.6.1)
16
- actionpack (= 5.1.6.1)
17
- actionview (= 5.1.6.1)
18
- activejob (= 5.1.6.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.6.1)
22
- actionview (= 5.1.6.1)
23
- activesupport (= 5.1.6.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.6.1)
29
- activesupport (= 5.1.6.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.6.1)
35
- activesupport (= 5.1.6.1)
34
+ activejob (5.1.7)
35
+ activesupport (= 5.1.7)
36
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)
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.6.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.6.0)
49
- public_suffix (>= 2.0.2, < 4.0)
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.12)
58
- builder (3.2.3)
59
- byebug (11.0.0)
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.9.0)
68
- ffi (~> 1.0, >= 1.0.11)
67
+ childprocess (3.0.0)
69
68
  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)
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.5.3)
75
+ i18n (1.8.2)
77
76
  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)
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.2.3)
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.1)
93
+ mini_mime (1.0.2)
96
94
  mini_portile2 (2.4.0)
97
- minitest (5.11.3)
98
- minitest-reporters (1.3.6)
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.77.0.2)
101
+ mry (0.78.0.0)
104
102
  rubocop (>= 0.41.0)
105
- multi_json (1.13.1)
106
- nio4r (2.3.1)
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.14.0)
110
- parser (2.6.0.0)
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.7.0)
117
- byebug (~> 11.0)
112
+ pry-byebug (3.6.0)
113
+ byebug (~> 10.0)
118
114
  pry (~> 0.10)
119
- psych (3.1.0)
120
- public_suffix (3.0.3)
121
- puma (3.12.0)
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.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)
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.6.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.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)
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 (12.3.2)
148
+ rake (13.0.1)
154
149
  rb-fsevent (0.10.3)
155
- rb-inotify (0.10.0)
150
+ rb-inotify (0.10.1)
156
151
  ffi (~> 1.0)
157
- rubocop (0.65.0)
152
+ rubocop (0.71.0)
158
153
  jaro_winkler (~> 1.5.1)
159
154
  parallel (~> 1.10)
160
- parser (>= 2.5, != 2.5.1.1)
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 (~> 1.4.0)
166
- ruby-progressbar (1.10.0)
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.2.2)
169
- sass (3.7.3)
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.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)
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.1.0)
187
- spring (2.0.2)
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.20.3)
197
+ thor (1.0.1)
203
198
  thread_safe (0.3.6)
204
- tilt (2.0.9)
205
- turbolinks (5.2.0)
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.5)
203
+ tzinfo (1.2.7)
209
204
  thread_safe (~> 0.1)
210
- unicode-display_width (1.4.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.3)
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-byebug
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
 
@@ -8,11 +8,14 @@ gem "m"
8
8
  gem "minitest", "~> 5.0"
9
9
  gem "minitest-reporters"
10
10
  gem "mry"
11
- gem "pry-byebug"
12
- gem "rubocop"
13
- gem "snowglobe"
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", platform: :ruby
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.rc1)
5
- shoulda-context (= 2.0.0.rc2)
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.6.0)
53
- public_suffix (>= 2.0.2, < 4.0)
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.11.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.12)
64
- bootsnap (1.4.1)
63
+ bcrypt (3.1.13)
64
+ bootsnap (1.4.6)
65
65
  msgpack (~> 1.0)
66
- builder (3.2.3)
67
- byebug (11.0.0)
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.9.0)
76
- ffi (~> 1.0, >= 1.0.11)
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.4)
82
- crass (1.0.4)
83
- erubi (1.8.0)
84
- ffi (1.10.0)
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.5.3)
86
+ i18n (1.8.2)
88
87
  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)
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.2.3)
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.3)
110
- mini_mime (1.0.1)
107
+ mimemagic (0.3.4)
108
+ mini_mime (1.0.2)
111
109
  mini_portile2 (2.4.0)
112
- minitest (5.11.3)
113
- minitest-reporters (1.3.6)
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.77.0.2)
116
+ mry (0.78.0.0)
119
117
  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)
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.14.0)
126
- parser (2.6.0.0)
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.7.0)
133
- byebug (~> 11.0)
128
+ pry-byebug (3.6.0)
129
+ byebug (~> 10.0)
134
130
  pry (~> 0.10)
135
- psych (3.1.0)
136
- public_suffix (3.0.3)
137
- puma (3.12.0)
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.4)
162
- loofah (~> 2.2, >= 2.2.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 (12.3.2)
165
+ rake (13.0.1)
171
166
  rb-fsevent (0.10.3)
172
- rb-inotify (0.10.0)
167
+ rb-inotify (0.10.1)
173
168
  ffi (~> 1.0)
174
- rubocop (0.65.0)
169
+ rubocop (0.71.0)
175
170
  jaro_winkler (~> 1.5.1)
176
171
  parallel (~> 1.10)
177
- parser (>= 2.5, != 2.5.1.1)
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 (~> 1.4.0)
183
- ruby-progressbar (1.10.0)
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.2.2)
186
- sass (3.7.3)
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.7)
192
- railties (>= 4.0.0, < 6)
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.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)
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.1.0)
204
- spring (2.0.2)
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.20.3)
214
+ thor (1.0.1)
220
215
  thread_safe (0.3.6)
221
- tilt (2.0.9)
222
- turbolinks (5.2.0)
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.5)
220
+ tzinfo (1.2.7)
226
221
  thread_safe (~> 0.1)
227
- unicode-display_width (1.4.1)
222
+ unicode-display_width (1.6.1)
228
223
  warnings_logger (0.1.0)
229
- websocket-driver (0.7.0)
224
+ websocket-driver (0.7.1)
230
225
  websocket-extensions (>= 0.1.0)
231
- websocket-extensions (0.1.3)
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-byebug
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