-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGemfile
30 lines (26 loc) · 790 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source 'http://rubygems.org'
source 'http://gems.github.com'
gem "rails", "~>3.0.6"
gem "linecache", :platform => :ruby_18
gem "linecache19", :platform => :ruby_19
gem "authlogic"
gem 'ryanb-acts-as-list', :require => 'acts_as_list'
gem 'RedCloth'
gem 'vestal_versions', :git => 'git://github.com/adamcooper/vestal_versions' # need the fix in this fork for changes field in versions
#gem "to_activerecord"
gem "map_by_method"
gem "haml"#, "2.2.16"
gem "compass"#, "0.8.17"
gem 'sqlite3'
gem 'typus'
group :development do
# bundler requires these gems in development
# gem "rails-footnotes"
gem "ruby-debug", :platform => :ruby_18
gem "ruby-debug19", :platform => :ruby_19
end
group :test do
# bundler requires these gems while running tests
# gem "rspec"
# gem "faker"
end