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

Commit a6bf0cb

Browse files
dependabot-supportmcritchlow
authored andcommitted
Bump rails from 4.2.7.1 to 4.2.10
Bumps [rails](https://github.com/rails/rails) from 4.2.7.1 to 4.2.10. - [Commits](rails/rails@v4.2.7.1...v4.2.10)
1 parent e1c0625 commit a6bf0cb

File tree

2 files changed

+50
-49
lines changed

2 files changed

+50
-49
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 4.2.7.1'
3+
gem 'rails', '~> 4.2.10'
44
gem 'blacklight', '~> 4.7.0' # locked
55
gem 'hydra-head', '~> 6.5.2' # locked
66
gem 'active-fedora', '~> 6.7.8' # locked

Gemfile.lock

+49-48
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actionmailer (4.2.7.1)
22-
actionpack (= 4.2.7.1)
23-
actionview (= 4.2.7.1)
24-
activejob (= 4.2.7.1)
21+
actionmailer (4.2.10)
22+
actionpack (= 4.2.10)
23+
actionview (= 4.2.10)
24+
activejob (= 4.2.10)
2525
mail (~> 2.5, >= 2.5.4)
2626
rails-dom-testing (~> 1.0, >= 1.0.5)
27-
actionpack (4.2.7.1)
28-
actionview (= 4.2.7.1)
29-
activesupport (= 4.2.7.1)
27+
actionpack (4.2.10)
28+
actionview (= 4.2.10)
29+
activesupport (= 4.2.10)
3030
rack (~> 1.6)
3131
rack-test (~> 0.6.2)
3232
rails-dom-testing (~> 1.0, >= 1.0.5)
3333
rails-html-sanitizer (~> 1.0, >= 1.0.2)
34-
actionview (4.2.7.1)
35-
activesupport (= 4.2.7.1)
34+
actionview (4.2.10)
35+
activesupport (= 4.2.10)
3636
builder (~> 3.1)
3737
erubis (~> 2.7.0)
3838
rails-dom-testing (~> 1.0, >= 1.0.5)
39-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
39+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
4040
active-fedora (6.7.8)
4141
activesupport (>= 3.0.0)
4242
deprecation
@@ -47,23 +47,22 @@ GEM
4747
rdf-rdfxml (= 1.0.1)
4848
rsolr
4949
rubydora (~> 1.7.4)
50-
activejob (4.2.7.1)
51-
activesupport (= 4.2.7.1)
50+
activejob (4.2.10)
51+
activesupport (= 4.2.10)
5252
globalid (>= 0.3.0)
53-
activemodel (4.2.7.1)
54-
activesupport (= 4.2.7.1)
53+
activemodel (4.2.10)
54+
activesupport (= 4.2.10)
5555
builder (~> 3.1)
56-
activerecord (4.2.7.1)
57-
activemodel (= 4.2.7.1)
58-
activesupport (= 4.2.7.1)
56+
activerecord (4.2.10)
57+
activemodel (= 4.2.10)
58+
activesupport (= 4.2.10)
5959
arel (~> 6.0)
6060
activerecord-import (0.18.3)
6161
activerecord (>= 3.2)
6262
activerecord-postgresql-adapter (0.0.1)
6363
pg
64-
activesupport (4.2.7.1)
64+
activesupport (4.2.10)
6565
i18n (~> 0.7)
66-
json (~> 1.7, >= 1.7.7)
6766
minitest (~> 5.1)
6867
thread_safe (~> 0.3, >= 0.3.4)
6968
tzinfo (~> 1.1)
@@ -131,6 +130,7 @@ GEM
131130
term-ansicolor (~> 1.3)
132131
thor (~> 0.19.4)
133132
tins (~> 1.6)
133+
crass (1.0.4)
134134
daemons (1.2.3)
135135
deprecation (0.2.2)
136136
activesupport
@@ -153,8 +153,8 @@ GEM
153153
multipart-post (>= 1.2, < 3)
154154
fastercsv (1.5.5)
155155
ffi (1.9.10)
156-
globalid (0.3.7)
157-
activesupport (>= 4.1.0)
156+
globalid (0.4.1)
157+
activesupport (>= 4.2.0)
158158
hashie (3.5.6)
159159
hike (1.2.3)
160160
hooks (0.3.6)
@@ -181,7 +181,7 @@ GEM
181181
hydra-access-controls (= 6.5.2)
182182
hydra-core (= 6.5.2)
183183
rails (>= 3.2.6)
184-
i18n (0.8.1)
184+
i18n (0.8.6)
185185
jaro_winkler (1.5.1)
186186
jettywrapper (2.0.3)
187187
activesupport (>= 3.0.0)
@@ -193,7 +193,7 @@ GEM
193193
rails-dom-testing (>= 1, < 3)
194194
railties (>= 4.2.0)
195195
thor (>= 0.14, < 2.0)
196-
json (1.8.6)
196+
json (2.1.0)
197197
kaminari (0.15.1)
198198
actionpack (>= 3.0.0)
199199
activesupport (>= 3.0.0)
@@ -206,20 +206,21 @@ GEM
206206
activesupport (>= 4, < 5.2)
207207
railties (>= 4, < 5.2)
208208
logstash-event (1.2.02)
209-
loofah (2.0.3)
209+
loofah (2.2.2)
210+
crass (~> 1.0.2)
210211
nokogiri (>= 1.5.9)
211-
mail (2.7.0.rc1)
212+
mail (2.7.0)
212213
mini_mime (>= 0.1.1)
213214
marc (1.0.0)
214215
scrub_rb (>= 1.0.1, < 2)
215216
unf
216217
mediashelf-loggable (0.4.10)
217218
method_source (0.8.2)
218219
mime-types (2.99.3)
219-
mini_mime (0.1.3)
220+
mini_mime (1.0.0)
220221
mini_portile2 (2.3.0)
221-
minitest (5.10.2)
222-
multi_json (1.12.1)
222+
minitest (5.10.3)
223+
multi_json (1.13.1)
223224
multi_xml (0.6.0)
224225
multipart-post (2.0.0)
225226
net-scp (1.2.1)
@@ -268,35 +269,35 @@ GEM
268269
nokogiri (~> 1.6)
269270
rails (>= 4.2.0, < 6.0)
270271
rdf
271-
rack (1.6.8)
272+
rack (1.6.10)
272273
rack-dev-mark (0.7.5)
273274
rack (>= 1.1)
274275
rack-test (0.6.3)
275276
rack (>= 1.0)
276-
rails (4.2.7.1)
277-
actionmailer (= 4.2.7.1)
278-
actionpack (= 4.2.7.1)
279-
actionview (= 4.2.7.1)
280-
activejob (= 4.2.7.1)
281-
activemodel (= 4.2.7.1)
282-
activerecord (= 4.2.7.1)
283-
activesupport (= 4.2.7.1)
277+
rails (4.2.10)
278+
actionmailer (= 4.2.10)
279+
actionpack (= 4.2.10)
280+
actionview (= 4.2.10)
281+
activejob (= 4.2.10)
282+
activemodel (= 4.2.10)
283+
activerecord (= 4.2.10)
284+
activesupport (= 4.2.10)
284285
bundler (>= 1.3.0, < 2.0)
285-
railties (= 4.2.7.1)
286+
railties (= 4.2.10)
286287
sprockets-rails
287288
rails-deprecated_sanitizer (1.0.3)
288289
activesupport (>= 4.2.0.alpha)
289-
rails-dom-testing (1.0.8)
290-
activesupport (>= 4.2.0.beta, < 5.0)
290+
rails-dom-testing (1.0.9)
291+
activesupport (>= 4.2.0, < 5.0)
291292
nokogiri (~> 1.6)
292293
rails-deprecated_sanitizer (>= 1.0.1)
293-
rails-html-sanitizer (1.0.3)
294-
loofah (~> 2.0)
294+
rails-html-sanitizer (1.0.4)
295+
loofah (~> 2.2, >= 2.2.2)
295296
rails_autolink (1.1.6)
296297
rails (> 3.1)
297-
railties (4.2.7.1)
298-
actionpack (= 4.2.7.1)
299-
activesupport (= 4.2.7.1)
298+
railties (4.2.10)
299+
actionpack (= 4.2.10)
300+
activesupport (= 4.2.10)
300301
rake (>= 0.8.7)
301302
thor (>= 0.18.1, < 2.0)
302303
rainbow (3.0.0)
@@ -390,7 +391,7 @@ GEM
390391
nokogiri
391392
stomp
392393
xml-simple
393-
sprockets (2.12.4)
394+
sprockets (2.12.5)
394395
hike (~> 1.2)
395396
multi_json (~> 1.0)
396397
rack (~> 1.0)
@@ -409,7 +410,7 @@ GEM
409410
thread_safe (0.3.6)
410411
tilt (1.4.1)
411412
tins (1.13.3)
412-
tzinfo (1.2.3)
413+
tzinfo (1.2.5)
413414
thread_safe (~> 0.1)
414415
uber (0.0.15)
415416
uglifier (3.2.0)
@@ -467,7 +468,7 @@ DEPENDENCIES
467468
pry (~> 0.10.4)
468469
qa (~> 1.1.0)
469470
rack-dev-mark (~> 0.7.5)
470-
rails (~> 4.2.7.1)
471+
rails (~> 4.2.10)
471472
rails_autolink (~> 1.1.6)
472473
rake (~> 12.3.1)
473474
responders (~> 2.4.0)

0 commit comments

Comments
 (0)