docs/code-samples/serving/hello-world/helloworld-ruby/Gemfile

5 lines
68 B
Ruby

source 'https://rubygems.org'
gem 'sinatra'
gem 'rack', '>= 2.0.6'