Last active
October 12, 2017 19:44
-
-
Save mkhuda/e6c18aca8e5b8148201a7f2f57c18660 to your computer and use it in GitHub Desktop.
Gemfile for Sinatra and Mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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