attentive/Gemfile

9 lines
207 B
Ruby
Raw Normal View History

2012-02-09 22:05:12 +00:00
source 'https://rubygems.org'
# Specify your gem's dependencies in attentive.gemspec
gemspec
2012-03-13 17:20:57 +00:00
gem 'flowerbox', :path => '../flowerbox'
gem 'flowerbox-delivery', :path => '../flowerbox-delivery'
gem 'guard'