Skip to content

Commit

Permalink
Fix grape vulnerability reported by github (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBrady23 authored Aug 29, 2018
1 parent f2f03f1 commit 87c778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/Ruby/grape/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gem 'unicorn', '5.3.0'
gem 'puma', '~> 3.9.1'
gem 'activerecord', '5.1.5', :require => 'active_record'
gem 'activerecord-import', "~> 0.18.1"
gem 'grape', '1.0.2'
gem 'grape', '1.1.0'
gem 'rack', '1.6.5'
gem 'json', '2.1.0'

0 comments on commit 87c778d

Please sign in to comment.