foodsoft/Gemfile

18 lines
295 B
Text
Raw Normal View History

# A sample Gemfile
source "http://rubygems.org"
#ruby "1.8.7"
2013-02-17 21:00:12 +01:00
gem "rails", '2.3.17'
gem 'mysql'
gem "fastercsv"
gem "prawn", '<=0.6.3'
gem 'haml', '>=2.0.6'
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
gem 'sqlite3-ruby'
group :development do
gem 'annotate'
gem 'hirb'
2012-11-09 23:54:45 +01:00
end