Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit ad5d649

Browse files
committed
Upgraded some gems
These gems were known to be vulnerable by some CVEs, so we should upgrade them and create a new release with them. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
1 parent 35b9c80 commit ad5d649

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "active_record_union"
66
gem "base32"
77
gem "devise"
88
gem "font-awesome-rails", "~> 4.7.0.1"
9-
gem "grape"
9+
gem "grape", "~> 1.1.0"
1010
gem "grape-entity"
1111
gem "grape-swagger"
1212
gem "grape-swagger-entity"

Gemfile.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.10)
5-
actionpack (= 4.2.10)
6-
actionview (= 4.2.10)
7-
activejob (= 4.2.10)
4+
actionmailer (4.2.11)
5+
actionpack (= 4.2.11)
6+
actionview (= 4.2.11)
7+
activejob (= 4.2.11)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.10)
11-
actionview (= 4.2.10)
12-
activesupport (= 4.2.10)
10+
actionpack (4.2.11)
11+
actionview (= 4.2.11)
12+
activesupport (= 4.2.11)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.10)
18-
activesupport (= 4.2.10)
17+
actionview (4.2.11)
18+
activesupport (= 4.2.11)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2323
active_record_union (1.1.0)
2424
activerecord (>= 4.0)
25-
activejob (4.2.10)
26-
activesupport (= 4.2.10)
25+
activejob (4.2.11)
26+
activesupport (= 4.2.11)
2727
globalid (>= 0.3.0)
28-
activemodel (4.2.10)
29-
activesupport (= 4.2.10)
28+
activemodel (4.2.11)
29+
activesupport (= 4.2.11)
3030
builder (~> 3.1)
31-
activerecord (4.2.10)
32-
activemodel (= 4.2.10)
33-
activesupport (= 4.2.10)
31+
activerecord (4.2.11)
32+
activemodel (= 4.2.11)
33+
activesupport (= 4.2.11)
3434
arel (~> 6.0)
35-
activesupport (4.2.10)
35+
activesupport (4.2.11)
3636
i18n (~> 0.7)
3737
minitest (~> 5.1)
3838
thread_safe (~> 0.3, >= 0.3.4)
@@ -81,7 +81,7 @@ GEM
8181
concurrent-ruby (1.0.5)
8282
crack (0.4.3)
8383
safe_yaml (~> 1.0.0)
84-
crass (1.0.3)
84+
crass (1.0.4)
8585
database_cleaner (1.4.1)
8686
debug_inspector (0.0.2)
8787
descendants_tracker (0.0.4)
@@ -111,7 +111,7 @@ GEM
111111
faraday (0.9.2)
112112
multipart-post (>= 1.2, < 3)
113113
ffaker (2.0.0)
114-
ffi (1.9.18)
114+
ffi (1.9.25)
115115
font-awesome-rails (4.7.0.3)
116116
railties (>= 3.2, < 5.2)
117117
formatador (0.2.5)
@@ -122,9 +122,9 @@ GEM
122122
octokit (~> 2.0.0)
123123
yajl-ruby
124124
gli (2.8.1)
125-
globalid (0.4.1)
125+
globalid (0.4.2)
126126
activesupport (>= 4.2.0)
127-
grape (1.0.1)
127+
grape (1.1.0)
128128
activesupport
129129
builder
130130
mustermann-grape (~> 1.0.0)
@@ -179,7 +179,7 @@ GEM
179179
rb-fsevent (~> 0.9, >= 0.9.4)
180180
rb-inotify (~> 0.9, >= 0.9.7)
181181
ruby_dep (~> 1.2)
182-
loofah (2.2.2)
182+
loofah (2.2.3)
183183
crass (~> 1.0.2)
184184
nokogiri (>= 1.5.9)
185185
lumberjack (1.0.12)
@@ -198,13 +198,13 @@ GEM
198198
multi_json (1.12.2)
199199
multi_xml (0.6.0)
200200
multipart-post (2.0.0)
201-
mustermann (1.0.1)
201+
mustermann (1.0.3)
202202
mustermann-grape (1.0.0)
203203
mustermann (~> 1.0.0)
204204
mysql2 (0.4.10)
205205
nenv (0.3.0)
206206
net-ldap (0.16.1)
207-
nokogiri (1.8.1)
207+
nokogiri (1.8.5)
208208
mini_portile2 (~> 2.3.0)
209209
notiffany (0.1.1)
210210
nenv (~> 0.1)
@@ -265,7 +265,7 @@ GEM
265265
activesupport (>= 3.0.0)
266266
quiet_assets (1.1.0)
267267
railties (>= 3.1, < 5.0)
268-
rack (1.6.8)
268+
rack (1.6.11)
269269
rack-accept (0.4.5)
270270
rack (>= 0.4)
271271
rack-cors (1.0.1)
@@ -276,16 +276,16 @@ GEM
276276
ruby-openid (>= 2.1.8)
277277
rack-test (0.6.3)
278278
rack (>= 1.0)
279-
rails (4.2.10)
280-
actionmailer (= 4.2.10)
281-
actionpack (= 4.2.10)
282-
actionview (= 4.2.10)
283-
activejob (= 4.2.10)
284-
activemodel (= 4.2.10)
285-
activerecord (= 4.2.10)
286-
activesupport (= 4.2.10)
279+
rails (4.2.11)
280+
actionmailer (= 4.2.11)
281+
actionpack (= 4.2.11)
282+
actionview (= 4.2.11)
283+
activejob (= 4.2.11)
284+
activemodel (= 4.2.11)
285+
activerecord (= 4.2.11)
286+
activesupport (= 4.2.11)
287287
bundler (>= 1.3.0, < 2.0)
288-
railties (= 4.2.10)
288+
railties (= 4.2.11)
289289
sprockets-rails
290290
rails-deprecated_sanitizer (1.0.3)
291291
activesupport (>= 4.2.0.alpha)
@@ -301,9 +301,9 @@ GEM
301301
rails-html-sanitizer (1.0.4)
302302
loofah (~> 2.2, >= 2.2.2)
303303
rails_stdout_logging (0.0.5)
304-
railties (4.2.10)
305-
actionpack (= 4.2.10)
306-
activesupport (= 4.2.10)
304+
railties (4.2.11)
305+
actionpack (= 4.2.11)
306+
activesupport (= 4.2.11)
307307
rake (>= 0.8.7)
308308
thor (>= 0.18.1, < 2.0)
309309
rainbow (3.0.0)
@@ -392,7 +392,7 @@ GEM
392392
polyglot (~> 0.3)
393393
typhoeus (1.0.2)
394394
ethon (>= 0.9.0)
395-
tzinfo (1.2.4)
395+
tzinfo (1.2.5)
396396
thread_safe (~> 0.1)
397397
uglifier (4.1.3)
398398
execjs (>= 0.3.0, < 3)
@@ -452,7 +452,7 @@ DEPENDENCIES
452452
ffaker
453453
font-awesome-rails (~> 4.7.0.1)
454454
git-review
455-
grape
455+
grape (~> 1.1.0)
456456
grape-entity
457457
grape-swagger
458458
grape-swagger-entity

0 commit comments

Comments
 (0)