11 lines
204 B
Text
11 lines
204 B
Text
|
# A sample Gemfile
|
||
|
source "http://rubygems.org"
|
||
|
|
||
|
gem "rails", '2.3.2'
|
||
|
|
||
|
gem 'mysql'
|
||
|
gem "fastercsv"
|
||
|
gem "prawn", '<=0.6.3'
|
||
|
gem 'haml', '>=2.0.6'
|
||
|
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|