Skip to content

Commit 87c778d

Browse files
authored
Fix grape vulnerability reported by github (#4021)
1 parent f2f03f1 commit 87c778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Ruby/grape/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem 'unicorn', '5.3.0'
55
gem 'puma', '~> 3.9.1'
66
gem 'activerecord', '5.1.5', :require => 'active_record'
77
gem 'activerecord-import', "~> 0.18.1"
8-
gem 'grape', '1.0.2'
8+
gem 'grape', '1.1.0'
99
gem 'rack', '1.6.5'
1010
gem 'json', '2.1.0'

0 commit comments

Comments
 (0)