Implemented bundler. No more confusiong with gem versions!

This commit is contained in:
benni 2011-01-30 22:59:32 +01:00
parent 80691c441b
commit 20b7db306b
5 changed files with 95 additions and 5 deletions

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
# 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'