~srushe/babbas

d720f4c7f22607d654da2113a1c64a98940c9f6f — Stephen Rushe 2 months ago 983647b
Upgrade rack and sinatra
1 files changed, 13 insertions(+), 11 deletions(-)

M Gemfile.lock
M Gemfile.lock => Gemfile.lock +13 -11
@@ 1,23 1,25 @@
GEM
  remote: https://rubygems.org/
  specs:
    base64 (0.2.0)
    dotenv (2.7.6)
    indieauth-token-verification (0.2.1)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2019.1009)
    mustermann (1.1.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    rack (2.2.3)
    rack-protection (2.0.8.1)
      rack
    ruby2_keywords (0.0.1)
    sinatra (2.0.8.1)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.8.1)
    rack (2.2.9)
    rack-protection (3.2.0)
      base64 (>= 0.1.0)
      rack (~> 2.2, >= 2.2.4)
    ruby2_keywords (0.0.5)
    sinatra (3.2.0)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.2.0)
      tilt (~> 2.0)
    tilt (2.0.10)
    tilt (2.3.0)

PLATFORMS
  ruby


@@ 29,4 31,4 @@ DEPENDENCIES
  sinatra

BUNDLED WITH
   1.17.2
   2.1.4