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

Commit f01f8bb

Browse files

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'equivalent-xml', '~> 0.6.0'
2525

2626
gem 'jquery-rails', '~> 4.3.1'
2727
gem 'rails_autolink', '~> 1.1.6'
28-
gem 'qa', '~> 1.1.0'
28+
gem 'qa', '~> 1.2.0'
2929
gem 'sprockets', '~> 2.12.4' # locked
3030
gem 'rack-dev-mark', '~> 0.7.5'
3131

Gemfile.lock

+22-20
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
activemodel (= 4.2.7.1)
5858
activesupport (= 4.2.7.1)
5959
arel (~> 6.0)
60-
activerecord-import (0.18.3)
60+
activerecord-import (0.25.0)
6161
activerecord (>= 3.2)
6262
activerecord-postgresql-adapter (0.0.1)
6363
pg
@@ -131,8 +131,9 @@ GEM
131131
term-ansicolor (~> 1.3)
132132
thor (~> 0.19.4)
133133
tins (~> 1.6)
134+
crass (1.0.4)
134135
daemons (1.2.3)
135-
deprecation (0.2.2)
136+
deprecation (0.99.0)
136137
activesupport
137138
devise (3.5.6)
138139
bcrypt (~> 3.0)
@@ -149,12 +150,12 @@ GEM
149150
nokogiri (>= 1.4.3)
150151
erubis (2.7.0)
151152
execjs (2.6.0)
152-
faraday (0.12.1)
153+
faraday (0.15.2)
153154
multipart-post (>= 1.2, < 3)
154155
fastercsv (1.5.5)
155156
ffi (1.9.10)
156-
globalid (0.3.7)
157-
activesupport (>= 4.1.0)
157+
globalid (0.4.1)
158+
activesupport (>= 4.2.0)
158159
hashie (3.5.6)
159160
hike (1.2.3)
160161
hooks (0.3.6)
@@ -181,7 +182,7 @@ GEM
181182
hydra-access-controls (= 6.5.2)
182183
hydra-core (= 6.5.2)
183184
rails (>= 3.2.6)
184-
i18n (0.8.1)
185+
i18n (0.8.6)
185186
jaro_winkler (1.5.1)
186187
jettywrapper (2.0.3)
187188
activesupport (>= 3.0.0)
@@ -206,20 +207,21 @@ GEM
206207
activesupport (>= 4, < 5.2)
207208
railties (>= 4, < 5.2)
208209
logstash-event (1.2.02)
209-
loofah (2.0.3)
210+
loofah (2.2.2)
211+
crass (~> 1.0.2)
210212
nokogiri (>= 1.5.9)
211-
mail (2.7.0.rc1)
213+
mail (2.7.0)
212214
mini_mime (>= 0.1.1)
213215
marc (1.0.0)
214216
scrub_rb (>= 1.0.1, < 2)
215217
unf
216218
mediashelf-loggable (0.4.10)
217219
method_source (0.8.2)
218220
mime-types (2.99.3)
219-
mini_mime (0.1.3)
221+
mini_mime (1.0.0)
220222
mini_portile2 (2.3.0)
221-
minitest (5.10.2)
222-
multi_json (1.12.1)
223+
minitest (5.10.3)
224+
multi_json (1.13.1)
223225
multi_xml (0.6.0)
224226
multipart-post (2.0.0)
225227
net-scp (1.2.1)
@@ -261,14 +263,14 @@ GEM
261263
coderay (~> 1.1.0)
262264
method_source (~> 0.8.1)
263265
slop (~> 3.4)
264-
qa (1.1.0)
266+
qa (1.2.0)
265267
activerecord-import
266268
deprecation
267269
faraday
268270
nokogiri (~> 1.6)
269271
rails (>= 4.2.0, < 6.0)
270272
rdf
271-
rack (1.6.8)
273+
rack (1.6.10)
272274
rack-dev-mark (0.7.5)
273275
rack (>= 1.1)
274276
rack-test (0.6.3)
@@ -286,12 +288,12 @@ GEM
286288
sprockets-rails
287289
rails-deprecated_sanitizer (1.0.3)
288290
activesupport (>= 4.2.0.alpha)
289-
rails-dom-testing (1.0.8)
290-
activesupport (>= 4.2.0.beta, < 5.0)
291+
rails-dom-testing (1.0.9)
292+
activesupport (>= 4.2.0, < 5.0)
291293
nokogiri (~> 1.6)
292294
rails-deprecated_sanitizer (>= 1.0.1)
293-
rails-html-sanitizer (1.0.3)
294-
loofah (~> 2.0)
295+
rails-html-sanitizer (1.0.4)
296+
loofah (~> 2.2, >= 2.2.2)
295297
rails_autolink (1.1.6)
296298
rails (> 3.1)
297299
railties (4.2.7.1)
@@ -390,7 +392,7 @@ GEM
390392
nokogiri
391393
stomp
392394
xml-simple
393-
sprockets (2.12.4)
395+
sprockets (2.12.5)
394396
hike (~> 1.2)
395397
multi_json (~> 1.0)
396398
rack (~> 1.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)
@@ -465,7 +467,7 @@ DEPENDENCIES
465467
pg (~> 0.18.2)
466468
poltergeist (= 1.15.0)
467469
pry (~> 0.10.4)
468-
qa (~> 1.1.0)
470+
qa (~> 1.2.0)
469471
rack-dev-mark (~> 0.7.5)
470472
rails (~> 4.2.7.1)
471473
rails_autolink (~> 1.1.6)

0 commit comments

Comments
 (0)