tea-time/Gemfile

10 lines
129 B
Ruby
Raw Normal View History

2012-03-13 17:29:42 +00:00
source :rubygems
gem 'attentive', :path => '../attentive'
gem 'rack-livereload'
gem 'guard'
gem 'guard-livereload'
2012-03-23 21:25:07 +00:00
gem 'thin'