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

Commit e8f2ab0

Browse files

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Gemfile

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

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

Gemfile.lock

+18-16
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
activemodel (= 4.2.7.1)
4949
activesupport (= 4.2.7.1)
5050
arel (~> 6.0)
51-
activerecord-import (0.18.3)
51+
activerecord-import (0.21.0)
5252
activerecord (>= 3.2)
5353
activerecord-postgresql-adapter (0.0.1)
5454
pg
@@ -122,8 +122,9 @@ 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)
126-
deprecation (0.2.2)
127+
deprecation (0.99.0)
127128
activesupport
128129
devise (3.5.6)
129130
bcrypt (~> 3.0)
@@ -140,12 +141,12 @@ GEM
140141
nokogiri (>= 1.4.3)
141142
erubis (2.7.0)
142143
execjs (2.6.0)
143-
faraday (0.12.1)
144+
faraday (0.14.0)
144145
multipart-post (>= 1.2, < 3)
145146
fastercsv (1.5.5)
146147
ffi (1.9.10)
147-
globalid (0.3.7)
148-
activesupport (>= 4.1.0)
148+
globalid (0.4.1)
149+
activesupport (>= 4.2.0)
149150
hashie (3.5.6)
150151
hike (1.2.3)
151152
hooks (0.3.6)
@@ -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,20 +199,21 @@ 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.1.1)
203+
crass (~> 1.0.2)
202204
nokogiri (>= 1.5.9)
203-
mail (2.7.0.rc1)
205+
mail (2.7.0)
204206
mini_mime (>= 0.1.1)
205207
marc (1.0.0)
206208
scrub_rb (>= 1.0.1, < 2)
207209
unf
208210
mediashelf-loggable (0.4.10)
209211
method_source (0.8.2)
210212
mime-types (2.99.3)
211-
mini_mime (0.1.3)
213+
mini_mime (1.0.0)
212214
mini_portile2 (2.3.0)
213-
minitest (5.10.2)
214-
multi_json (1.12.1)
215+
minitest (5.10.3)
216+
multi_json (1.13.1)
215217
multi_xml (0.5.5)
216218
multipart-post (2.0.0)
217219
net-scp (1.2.1)
@@ -253,7 +255,7 @@ GEM
253255
coderay (~> 1.1.0)
254256
method_source (~> 0.8.1)
255257
slop (~> 3.4)
256-
qa (1.1.0)
258+
qa (1.2.0)
257259
activerecord-import
258260
deprecation
259261
faraday
@@ -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)
@@ -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.4)
413415
thread_safe (~> 0.1)
414416
uber (0.0.15)
415417
uglifier (3.2.0)
@@ -465,7 +467,7 @@ DEPENDENCIES
465467
omniauth-shibboleth (~> 1.2.1)
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)