diff options
| author | Teddy Wing | 2015-12-07 22:29:38 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-12-07 22:29:38 -0500 |
| commit | c2b8fde6aa39c1ec1d6f0666823852e80df10842 (patch) | |
| tree | 407d0834faa816aa76b210cc0ad16e770823ab1e /Gemfile | |
| download | Ruby-Web-Sessions-Exercise-c2b8fde6aa39c1ec1d6f0666823852e80df10842.tar.bz2 | |
Initial commit. Add Gemfile.
Use Sinatra.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'sinatra' |
