Skip to content

Commit

Permalink
Resolve rack sec vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Nov 16, 2018
1 parent 6cdbc4f commit 7493cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -51,6 +51,7 @@ gem 'grape', '1.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
gem 'rack', '>= 2.0.6'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -277,7 +277,7 @@ GEM
pusher-client (0.6.2)
json
websocket (~> 1.0)
rack (2.0.5)
rack (2.0.6)
rack-accept (0.4.5)
rack (>= 0.4)
rack-contrib (2.0.1)
Expand Down Expand Up @@ -466,6 +466,7 @@ DEPENDENCIES
octokit (~> 4.0)
paperclip (~> 6.0.0)
puma
rack (>= 2.0.6)
rack-cors (~> 0.4)
rack-mini-profiler
rails (~> 5.2.0)
Expand Down

0 comments on commit 7493cbb

Please sign in to comment.