diff --git a/Gemfile b/Gemfile index 4f1df5d..d5e0cc2 100644 --- a/Gemfile +++ b/Gemfile @@ -22,4 +22,4 @@ group :production do gem 'puma', '~> 2.0' end -gem 'sinatra', '~> 1.4.2' +gem 'sinatra', '~> 2.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index c098d89..a23b3ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,27 +23,31 @@ GEM kramdown (0.14.2) liquid (2.3.0) maruku (0.7.2) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) posix-spawn (0.3.9) puma (2.15.3) pygments.rb (0.3.7) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.6.4) - rack-protection (1.5.3) + rack (2.2.3) + rack-protection (2.2.0) rack rake (10.4.0) rb-fsevent (0.9.4) rdiscount (2.0.7.3) + ruby2_keywords (0.0.5) rubypants (0.2.0) sass (3.2.19) sass-globbing (1.0.0) sass (>= 3.1) - sinatra (1.4.5) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) stringex (1.5.1) - tilt (1.4.1) + tilt (2.0.10) yajl-ruby (1.1.0) PLATFORMS @@ -63,7 +67,7 @@ DEPENDENCIES rubypants (~> 0.2.0) sass (~> 3.2) sass-globbing (~> 1.0.0) - sinatra (~> 1.4.2) + sinatra (~> 2.2.0) stringex (~> 1.5.1) BUNDLED WITH