From 706ef354f7704c0eb1baa9e2408cba41b2a1faed Mon Sep 17 00:00:00 2001 From: Tushar Pokle Date: Wed, 13 Dec 2017 11:05:31 +1100 Subject: [PATCH] Basic upgrades --- Gemfile.lock | 19 ++++++++++++------- README.md | 8 ++++---- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index feda3cf..fef086a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,22 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.0) - rack-protection (1.5.3) + mustermann (1.0.1) + rack (2.0.3) + rack-protection (2.0.0) rack - sinatra (1.4.6) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.1) + sinatra (2.0.0) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.0) + tilt (~> 2.0) + tilt (2.0.8) PLATFORMS ruby DEPENDENCIES sinatra + +BUNDLED WITH + 1.16.0 diff --git a/README.md b/README.md index e6ae73b..a04e146 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Hello! ==== -This is a demonstrator for [Sinatra](http://www.sinatrarb.com/) and [Twitter Bootstrap](http://getbootstrap.com/). +This is a demonstrator for [Sinatra](http://www.sinatrarb.com/) and [Twitter Bootstrap](http://getbootstrap.com/). Use it as a boilerplate to start your own apps. @@ -11,12 +11,12 @@ Go! Download and run sinatra-bootstrap: git clone https://github.com/bootstrap-ruby/sinatra-bootstrap - + cd sinatra-bootstrap bundle install # To install sinatra - + bundle exec ruby app.rb # To run the sample - + Then open [http://localhost:4567/](http://localhost:4567/) What's next?