Skip to content

Commit

Permalink
Added a gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhimpey committed Jun 3, 2012
1 parent 3426708 commit b899f39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source :rubygems
gem 'haml'
gem 'sass'
gem 'sinatra'
gem 'curb'
gem 'nokigiri'
gem 'maruku'
gem 'open-uri'
1 change: 0 additions & 1 deletion alpine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require 'nokogiri'
require 'maruku'
require 'open-uri'
require 'json'

enable :sessions

Expand Down

0 comments on commit b899f39

Please sign in to comment.