Implemented bundler. No more confusiong with gem versions!
This commit is contained in:
parent
80691c441b
commit
20b7db306b
5 changed files with 95 additions and 5 deletions
10
Gemfile
Normal file
10
Gemfile
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue