aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: a1fd6bb3ceb3a639bb91f70e46bb3de74d0bbfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source "http://rubygems.org"
gem "rails", "2.3.18"
gem "sqlite3"
gem "json", "1.5.3"
gem "jsonpretty"
gem "simple-navigation"
gem "i18n", '0.3.7'
gem "ruby-debug"
gem 'rake', '~> 0.9.2.2'
gem "rdoc", '~> 3.12'
# rails 2.3.x doesn't work with version 4.x
gem "haml", '3.1.7'