Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit c8df608

Browse files
1 parent 7fff160 commit c8df608

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ group :development, :test do
6060
gem 'selenium-webdriver', '3.4.0'
6161
gem 'launchy', '~> 2.4.3'
6262
gem "minitest", '~> 5.10.2'
63-
gem 'rspec-rails', '3.6.0'
63+
gem 'rspec-rails', '3.6.1'
6464
gem 'rspec-activemodel-mocks', '~> 1.0'
6565
gem 'simplecov', '~> 0.14.1'
6666
gem 'rubocop', '0.49.1', require: false

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ GEM
122122
term-ansicolor (~> 1.3)
123123
thor (~> 0.19.4)
124124
tins (~> 1.6)
125+
crass (1.0.3)
125126
daemons (1.2.3)
126127
deprecation (0.2.2)
127128
activesupport
@@ -173,7 +174,7 @@ GEM
173174
hydra-access-controls (= 6.5.2)
174175
hydra-core (= 6.5.2)
175176
rails (>= 3.2.6)
176-
i18n (0.8.1)
177+
i18n (0.8.6)
177178
jettywrapper (2.0.3)
178179
activesupport (>= 3.0.0)
179180
childprocess
@@ -198,7 +199,8 @@ GEM
198199
activesupport (>= 4, < 5.2)
199200
railties (>= 4, < 5.2)
200201
logstash-event (1.2.02)
201-
loofah (2.0.3)
202+
loofah (2.2.2)
203+
crass (~> 1.0.2)
202204
nokogiri (>= 1.5.9)
203205
mail (2.7.0.rc1)
204206
mini_mime (>= 0.1.1)
@@ -210,7 +212,7 @@ GEM
210212
mime-types (2.99.3)
211213
mini_mime (0.1.3)
212214
mini_portile2 (2.3.0)
213-
minitest (5.10.2)
215+
minitest (5.10.3)
214216
multi_json (1.12.1)
215217
multi_xml (0.5.5)
216218
multipart-post (2.0.0)
@@ -260,7 +262,7 @@ GEM
260262
nokogiri (~> 1.6)
261263
rails (>= 4.2.0, < 6.0)
262264
rdf
263-
rack (1.6.8)
265+
rack (1.6.9)
264266
rack-dev-mark (0.7.5)
265267
rack (>= 1.1)
266268
rack-test (0.6.3)
@@ -278,8 +280,8 @@ GEM
278280
sprockets-rails
279281
rails-deprecated_sanitizer (1.0.3)
280282
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)
283285
nokogiri (~> 1.6)
284286
rails-deprecated_sanitizer (>= 1.0.1)
285287
rails-html-sanitizer (1.0.3)
@@ -323,7 +325,7 @@ GEM
323325
rspec-mocks (3.6.0)
324326
diff-lcs (>= 1.2.0, < 2.0)
325327
rspec-support (~> 3.6.0)
326-
rspec-rails (3.6.0)
328+
rspec-rails (3.6.1)
327329
actionpack (>= 3.0)
328330
activesupport (>= 3.0)
329331
railties (>= 3.0)
@@ -409,7 +411,7 @@ GEM
409411
thread_safe (0.3.6)
410412
tilt (1.4.1)
411413
tins (1.13.3)
412-
tzinfo (1.2.3)
414+
tzinfo (1.2.5)
413415
thread_safe (~> 0.1)
414416
uber (0.0.15)
415417
uglifier (3.2.0)
@@ -473,7 +475,7 @@ DEPENDENCIES
473475
responders (~> 2.4.0)
474476
rspec-activemodel-mocks (~> 1.0)
475477
rspec-mocks (= 3.6.0)
476-
rspec-rails (= 3.6.0)
478+
rspec-rails (= 3.6.1)
477479
rspec_junit_formatter (~> 0.2.3)
478480
rubocop (= 0.49.1)
479481
rubocop-rspec (= 1.15.1)

0 commit comments

Comments
 (0)