Skip to content

Commit 68dd190

Browse files
authored
Upgrade dependencies to fix security vulnerabilities (#73)
1 parent d1922d3 commit 68dd190

File tree

2 files changed

+66
-65
lines changed

2 files changed

+66
-65
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
# Infrastructure #
77
##################
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 5.2.0-rc1'
9+
gem 'rails', '~> 5.2.1'
1010
# Heroku needs 12factor for logs and assets
1111
gem 'rails_12factor', group: :production
1212
# Use postgresql as the database for Active Record

Gemfile.lock

+65-64
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.0.rc1)
5-
actionpack (= 5.2.0.rc1)
4+
actioncable (5.2.1)
5+
actionpack (= 5.2.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.0.rc1)
9-
actionpack (= 5.2.0.rc1)
10-
actionview (= 5.2.0.rc1)
11-
activejob (= 5.2.0.rc1)
8+
actionmailer (5.2.1)
9+
actionpack (= 5.2.1)
10+
actionview (= 5.2.1)
11+
activejob (= 5.2.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.0.rc1)
15-
actionview (= 5.2.0.rc1)
16-
activesupport (= 5.2.0.rc1)
14+
actionpack (5.2.1)
15+
actionview (= 5.2.1)
16+
activesupport (= 5.2.1)
1717
rack (~> 2.0)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.0.rc1)
22-
activesupport (= 5.2.0.rc1)
21+
actionview (5.2.1)
22+
activesupport (= 5.2.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.0.rc1)
28-
activesupport (= 5.2.0.rc1)
27+
activejob (5.2.1)
28+
activesupport (= 5.2.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.0.rc1)
31-
activesupport (= 5.2.0.rc1)
30+
activemodel (5.2.1)
31+
activesupport (= 5.2.1)
3232
activemodel-serializers-xml (1.0.2)
3333
activemodel (> 5.x)
3434
activesupport (> 5.x)
3535
builder (~> 3.1)
36-
activerecord (5.2.0.rc1)
37-
activemodel (= 5.2.0.rc1)
38-
activesupport (= 5.2.0.rc1)
36+
activerecord (5.2.1)
37+
activemodel (= 5.2.1)
38+
activesupport (= 5.2.1)
3939
arel (>= 9.0)
40-
activestorage (5.2.0.rc1)
41-
actionpack (= 5.2.0.rc1)
42-
activerecord (= 5.2.0.rc1)
40+
activestorage (5.2.1)
41+
actionpack (= 5.2.1)
42+
activerecord (= 5.2.1)
4343
marcel (~> 0.3.1)
44-
activesupport (5.2.0.rc1)
44+
activesupport (5.2.1)
4545
concurrent-ruby (~> 1.0, >= 1.0.2)
46-
i18n (~> 0.7)
46+
i18n (>= 0.7, < 2)
4747
minitest (~> 5.1)
4848
tzinfo (~> 1.1)
4949
addressable (2.5.2)
@@ -65,7 +65,7 @@ GEM
6565
aws-sdk-kms (~> 1)
6666
aws-sigv4 (~> 1.0)
6767
aws-sigv4 (1.0.2)
68-
bcrypt (3.1.11)
68+
bcrypt (3.1.12)
6969
best_in_place (3.0.1)
7070
actionpack (>= 3.2)
7171
railties (>= 3.2)
@@ -86,12 +86,12 @@ GEM
8686
coffee-script-source (1.12.2)
8787
concurrent-ruby (1.0.5)
8888
connection_pool (2.2.1)
89-
crass (1.0.3)
89+
crass (1.0.4)
9090
dalli (2.7.6)
91-
devise (4.4.1)
91+
devise (4.5.0)
9292
bcrypt (~> 3.0)
9393
orm_adapter (~> 0.1)
94-
railties (>= 4.1.0, < 5.2)
94+
railties (>= 4.1.0, < 6.0)
9595
responders
9696
warden (~> 1.2.3)
9797
diff-lcs (1.3)
@@ -103,7 +103,7 @@ GEM
103103
activesupport (~> 5.0)
104104
request_store (~> 1.0)
105105
encrypted_strings (0.3.3)
106-
erubi (1.7.0)
106+
erubi (1.7.1)
107107
et-orbi (1.0.8)
108108
tzinfo
109109
execjs (2.7.0)
@@ -114,7 +114,7 @@ GEM
114114
railties (>= 3.0.0)
115115
faker (1.8.4)
116116
i18n (~> 0.5)
117-
ffi (1.9.18)
117+
ffi (1.9.25)
118118
formatador (0.2.5)
119119
globalid (0.4.1)
120120
activesupport (>= 4.2.0)
@@ -135,7 +135,7 @@ GEM
135135
haml (5.0.4)
136136
temple (>= 0.8.0)
137137
tilt
138-
i18n (0.9.4)
138+
i18n (0.9.5)
139139
concurrent-ruby (~> 1.0)
140140
ice_cube (0.16.2)
141141
jbuilder (2.7.0)
@@ -161,37 +161,37 @@ GEM
161161
rb-fsevent (~> 0.9, >= 0.9.4)
162162
rb-inotify (~> 0.9, >= 0.9.7)
163163
ruby_dep (~> 1.2)
164-
lograge (0.7.1)
165-
actionpack (>= 4, < 5.2)
166-
activesupport (>= 4, < 5.2)
167-
railties (>= 4, < 5.2)
164+
lograge (0.10.0)
165+
actionpack (>= 4)
166+
activesupport (>= 4)
167+
railties (>= 4)
168168
request_store (~> 1.0)
169-
loofah (2.1.1)
169+
loofah (2.2.2)
170170
crass (~> 1.0.2)
171171
nokogiri (>= 1.5.9)
172172
lumberjack (1.0.12)
173-
mail (2.7.0)
173+
mail (2.7.1)
174174
mini_mime (>= 0.1.1)
175175
maildown (2.0.1)
176176
actionmailer (>= 4.0.0)
177177
kramdown
178-
marcel (0.3.1)
178+
marcel (0.3.3)
179179
mimemagic (~> 0.3.2)
180180
memcachier (0.0.2)
181181
method_source (0.9.0)
182182
mimemagic (0.3.2)
183183
mini_magick (4.8.0)
184-
mini_mime (1.0.0)
184+
mini_mime (1.0.1)
185185
mini_portile2 (2.3.0)
186186
minitest (5.11.3)
187187
mono_logger (1.1.0)
188188
multi_json (1.12.2)
189-
mustermann (1.0.1)
189+
mustermann (1.0.3)
190190
nenv (0.3.0)
191191
net-ssh (5.0.2)
192192
newrelic_rpm (4.6.0.338)
193-
nio4r (2.2.0)
194-
nokogiri (1.8.2)
193+
nio4r (2.3.1)
194+
nokogiri (1.8.5)
195195
mini_portile2 (~> 2.3.0)
196196
notiffany (0.1.1)
197197
nenv (~> 0.1)
@@ -203,55 +203,56 @@ GEM
203203
method_source (~> 0.9.0)
204204
public_suffix (3.0.1)
205205
puma (3.11.0)
206-
rack (2.0.4)
206+
rack (2.0.5)
207207
rack-cache (1.7.1)
208208
rack (>= 0.4)
209209
rack-protection (2.0.0)
210210
rack
211211
rack-proxy (0.6.2)
212212
rack
213-
rack-test (0.8.2)
213+
rack-test (1.1.0)
214214
rack (>= 1.0, < 3)
215-
rails (5.2.0.rc1)
216-
actioncable (= 5.2.0.rc1)
217-
actionmailer (= 5.2.0.rc1)
218-
actionpack (= 5.2.0.rc1)
219-
actionview (= 5.2.0.rc1)
220-
activejob (= 5.2.0.rc1)
221-
activemodel (= 5.2.0.rc1)
222-
activerecord (= 5.2.0.rc1)
223-
activestorage (= 5.2.0.rc1)
224-
activesupport (= 5.2.0.rc1)
215+
rails (5.2.1)
216+
actioncable (= 5.2.1)
217+
actionmailer (= 5.2.1)
218+
actionpack (= 5.2.1)
219+
actionview (= 5.2.1)
220+
activejob (= 5.2.1)
221+
activemodel (= 5.2.1)
222+
activerecord (= 5.2.1)
223+
activestorage (= 5.2.1)
224+
activesupport (= 5.2.1)
225225
bundler (>= 1.3.0)
226-
railties (= 5.2.0.rc1)
226+
railties (= 5.2.1)
227227
sprockets-rails (>= 2.0.0)
228228
rails-dom-testing (2.0.3)
229229
activesupport (>= 4.2.0)
230230
nokogiri (>= 1.6)
231-
rails-html-sanitizer (1.0.3)
232-
loofah (~> 2.0)
231+
rails-html-sanitizer (1.0.4)
232+
loofah (~> 2.2, >= 2.2.2)
233233
rails-latex (2.2.1)
234234
rails (>= 3.0.0, < 6)
235235
rails_12factor (0.0.3)
236236
rails_serve_static_assets
237237
rails_stdout_logging
238238
rails_serve_static_assets (0.0.5)
239239
rails_stdout_logging (0.0.5)
240-
railties (5.2.0.rc1)
241-
actionpack (= 5.2.0.rc1)
242-
activesupport (= 5.2.0.rc1)
240+
railties (5.2.1)
241+
actionpack (= 5.2.1)
242+
activesupport (= 5.2.1)
243243
method_source
244244
rake (>= 0.8.7)
245-
thor (>= 0.18.1, < 2.0)
246-
rake (12.3.0)
245+
thor (>= 0.19.0, < 2.0)
246+
rake (12.3.1)
247247
rb-fsevent (0.10.2)
248248
rb-inotify (0.9.10)
249249
ffi (>= 0.5.0, < 2)
250250
redcarpet (3.4.0)
251251
redis (3.3.5)
252252
redis-namespace (1.6.0)
253253
redis (>= 3.0.4)
254-
request_store (1.3.2)
254+
request_store (1.4.1)
255+
rack (>= 1.4)
255256
responders (2.4.0)
256257
actionpack (>= 4.2.0, < 5.3)
257258
railties (>= 4.2.0, < 5.3)
@@ -328,7 +329,7 @@ GEM
328329
tilt (~> 2.0)
329330
spring (2.0.2)
330331
activesupport (>= 4.2)
331-
sprockets (3.7.1)
332+
sprockets (3.7.2)
332333
concurrent-ruby (~> 1.0)
333334
rack (> 1, < 3)
334335
sprockets-rails (3.2.1)
@@ -404,7 +405,7 @@ DEPENDENCIES
404405
pg
405406
puma
406407
rack-cache
407-
rails (~> 5.2.0.pre.rc1)
408+
rails (~> 5.2.1)
408409
rails-latex
409410
rails_12factor
410411
redcarpet

0 commit comments

Comments
 (0)