foodsoft/Gemfile
Benjamin Meichsner 6a0bab58f1 Temporairly deactivated ruby spec in Gemfile.
Background. Our bundler is too old on the production server and
I don't want to break other applications.
2013-02-17 21:01:08 +01:00

17 lines
295 B
Ruby

# A sample Gemfile
source "http://rubygems.org"
#ruby "1.8.7"
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'
end