π
# Clone the repo
$ git clone https://github.com/mbuttler/sinatra-dangerzone.git
# Bundle Install
$ bundle install
# Should result in something like:
Using backports 3.10.3
Using multi_json 1.12.2
Using mustermann 1.0.1
Using rack 2.0.3
Using tilt 2.0.8
Using bundler 1.14.6
Using rack-protection 2.0.0
Using sinatra 2.0.0
Using sinatra-contrib 2.0.0
Using sinatra-reloader 1.0
Bundle complete! 3 Gemfile dependencies, 10 gems now installed.
Use bundle show [gemname] to see where a bundled gem is installed.
# ruby app.rb to go!
$ ruby app.rb