diff --git a/ruby/examples/Gemfile.lock b/ruby/examples/Gemfile.lock index ae07e2c..4e87a5a 100644 --- a/ruby/examples/Gemfile.lock +++ b/ruby/examples/Gemfile.lock @@ -2,16 +2,18 @@ GEM remote: https://rubygems.org/ specs: metaparticle (0.0.0.13) - mustermann (1.0.1) - rack (2.0.3) - rack-protection (2.0.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + rack (2.2.3) + rack-protection (2.2.0) rack - sinatra (2.0.0) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.0) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby