diff --git a/ruby/sinatra/image-upload-and-database/Gemfile.lock b/ruby/sinatra/image-upload-and-database/Gemfile.lock index 296eb88..23b64f2 100644 --- a/ruby/sinatra/image-upload-and-database/Gemfile.lock +++ b/ruby/sinatra/image-upload-and-database/Gemfile.lock @@ -5,14 +5,18 @@ GEM haml (5.0.0) temple (>= 0.8.0) tilt - rack (1.6.5) - rack-protection (1.5.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sequel (4.40.0) - sinatra (1.4.7) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) sqlite3 (1.3.12) temple (0.8.2) tilt (2.0.10)