This repository was archived by the owner on Mar 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ group :development, :test do
60
60
gem 'selenium-webdriver' , '3.4.0'
61
61
gem 'launchy' , '~> 2.4.3'
62
62
gem "minitest" , '~> 5.10.2'
63
- gem 'rspec-rails' , '3.6.0 '
63
+ gem 'rspec-rails' , '3.6.1 '
64
64
gem 'rspec-activemodel-mocks' , '~> 1.0'
65
65
gem 'simplecov' , '~> 0.14.1'
66
66
gem 'rubocop' , '0.49.1' , require : false
Original file line number Diff line number Diff line change 122
122
term-ansicolor (~> 1.3 )
123
123
thor (~> 0.19.4 )
124
124
tins (~> 1.6 )
125
+ crass (1.0.3 )
125
126
daemons (1.2.3 )
126
127
deprecation (0.2.2 )
127
128
activesupport
173
174
hydra-access-controls (= 6.5.2 )
174
175
hydra-core (= 6.5.2 )
175
176
rails (>= 3.2.6 )
176
- i18n (0.8.1 )
177
+ i18n (0.8.6 )
177
178
jettywrapper (2.0.3 )
178
179
activesupport (>= 3.0.0 )
179
180
childprocess
198
199
activesupport (>= 4 , < 5.2 )
199
200
railties (>= 4 , < 5.2 )
200
201
logstash-event (1.2.02 )
201
- loofah (2.0.3 )
202
+ loofah (2.2.2 )
203
+ crass (~> 1.0.2 )
202
204
nokogiri (>= 1.5.9 )
203
205
mail (2.7.0.rc1 )
204
206
mini_mime (>= 0.1.1 )
210
212
mime-types (2.99.3 )
211
213
mini_mime (0.1.3 )
212
214
mini_portile2 (2.3.0 )
213
- minitest (5.10.2 )
215
+ minitest (5.10.3 )
214
216
multi_json (1.12.1 )
215
217
multi_xml (0.5.5 )
216
218
multipart-post (2.0.0 )
260
262
nokogiri (~> 1.6 )
261
263
rails (>= 4.2.0 , < 6.0 )
262
264
rdf
263
- rack (1.6.8 )
265
+ rack (1.6.9 )
264
266
rack-dev-mark (0.7.5 )
265
267
rack (>= 1.1 )
266
268
rack-test (0.6.3 )
278
280
sprockets-rails
279
281
rails-deprecated_sanitizer (1.0.3 )
280
282
activesupport (>= 4.2.0.alpha )
281
- rails-dom-testing (1.0.8 )
282
- activesupport (>= 4.2.0.beta , < 5.0 )
283
+ rails-dom-testing (1.0.9 )
284
+ activesupport (>= 4.2.0 , < 5.0 )
283
285
nokogiri (~> 1.6 )
284
286
rails-deprecated_sanitizer (>= 1.0.1 )
285
287
rails-html-sanitizer (1.0.3 )
323
325
rspec-mocks (3.6.0 )
324
326
diff-lcs (>= 1.2.0 , < 2.0 )
325
327
rspec-support (~> 3.6.0 )
326
- rspec-rails (3.6.0 )
328
+ rspec-rails (3.6.1 )
327
329
actionpack (>= 3.0 )
328
330
activesupport (>= 3.0 )
329
331
railties (>= 3.0 )
409
411
thread_safe (0.3.6 )
410
412
tilt (1.4.1 )
411
413
tins (1.13.3 )
412
- tzinfo (1.2.3 )
414
+ tzinfo (1.2.5 )
413
415
thread_safe (~> 0.1 )
414
416
uber (0.0.15 )
415
417
uglifier (3.2.0 )
@@ -473,7 +475,7 @@ DEPENDENCIES
473
475
responders (~> 2.4.0 )
474
476
rspec-activemodel-mocks (~> 1.0 )
475
477
rspec-mocks (= 3.6.0 )
476
- rspec-rails (= 3.6.0 )
478
+ rspec-rails (= 3.6.1 )
477
479
rspec_junit_formatter (~> 0.2.3 )
478
480
rubocop (= 0.49.1 )
479
481
rubocop-rspec (= 1.15.1 )
You can’t perform that action at this time.
0 commit comments