Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
clean up gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 24, 2013
1 parent 250eb16 commit f51e91a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Gemfile
@@ -1,13 +1,21 @@
source 'https://rubygems.org'

# Web stuff
gem 'sinatra'
gem 'rack', '1.3.10'

# Server stuff
gem 'puma'
gem 'foreman'

gem 'sinatra-subdomain'

# dev tools
gem 'rake'

# markup stuff
gem 'haml'
gem 'redcarpet'
gem 'sinatra-contrib'

gem 'puma'
gem 'foreman'
# used for content_for
gem 'sinatra-contrib'

0 comments on commit f51e91a

Please sign in to comment.