Update rack

This commit is contained in:
Eric Schultz 2020-04-17 10:56:32 -05:00
parent 99fe9037e5
commit 37cef3dcd0
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ gem 'sassc', '~> 2.0', '>= 2.0.1'
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
gem 'uglifier', '~> 4.1', '>= 4.1.20'
gem 'ffi', '~> 1.11', '>= 1.11.1'
gem 'rack', '~> 2.0.9'
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
gem 'rack-attack', '~> 5.2' # for blocking ip addressses

View file

@ -331,7 +331,7 @@ GEM
puma (>= 2.7, < 5)
rabl (0.14.1)
activesupport (>= 2.3.14)
rack (2.0.7)
rack (2.0.9)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (5.4.2)
@ -558,6 +558,7 @@ DEPENDENCIES
puma_worker_killer (~> 0.1.1)
qx!
rabl (~> 0.14.1)
rack (~> 2.0.9)
rack-attack (~> 5.2)
rack-ssl (~> 1.4)
rack-timeout (~> 0.5.1)