diff --git a/Gemfile b/Gemfile index 9c17872..ad0f948 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ group :development do gem 'liquid', '~> 2.3.0' end -gem 'sinatra', '~> 1.4.2' +gem 'sinatra', '~> 2.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 158f786..66f902e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,27 +24,31 @@ GEM liquid (2.3.0) maruku (0.6.1) syntax (>= 1.0.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) posix-spawn (0.3.6) pygments.rb (0.3.4) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) - rack (1.5.2) - rack-protection (1.5.0) + rack (2.2.3) + rack-protection (2.2.0) rack rake (0.9.2.2) rb-fsevent (0.9.1) rdiscount (2.0.7.3) + ruby2_keywords (0.0.5) rubypants (0.2.0) sass (3.2.9) sass-globbing (1.0.0) sass (>= 3.1) - sinatra (1.4.2) - rack (~> 1.5, >= 1.5.2) - 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.4.0) syntax (1.0.0) - tilt (1.3.7) + tilt (2.0.10) yajl-ruby (1.1.0) PLATFORMS @@ -63,5 +67,5 @@ DEPENDENCIES rubypants (~> 0.2.0) sass (~> 3.2) sass-globbing (~> 1.0.0) - sinatra (~> 1.4.2) + sinatra (~> 2.2.0) stringex (~> 1.4.0)