Skip to content

Instantly share code, notes, and snippets.

@mkhuda
Last active October 12, 2017 19:44
Show Gist options
  • Save mkhuda/e6c18aca8e5b8148201a7f2f57c18660 to your computer and use it in GitHub Desktop.
Save mkhuda/e6c18aca8e5b8148201a7f2f57c18660 to your computer and use it in GitHub Desktop.
Gemfile for Sinatra and Mysql
source 'http://rubygems.org'
# main gems
gem 'sinatra'
gem 'mysql2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment