Skip to content

Commit

Permalink
Added gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Jan 25, 2011
1 parent 71820d2 commit e5ae56f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Gemfile
@@ -0,0 +1,18 @@
#!/usr/bin/env ruby

source :rubygems

gem "haml"
gem "tilt"
gem "sinatra"
gem "errand"
gem "yajl-ruby"

group :development do
gem "shotgun"
gem "rack-test"
gem "rspec"
gem "cucumber"
gem "webrat"
gem "jeweler"
end

0 comments on commit e5ae56f

Please sign in to comment.