mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
DG MS IZ; Status message renders to and from xml; Friend model in place
This commit is contained in:
16
Gemfile
16
Gemfile
@@ -1,22 +1,13 @@
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '3.0.0.beta4'
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem "mongoid", :git => "http://github.com/durran/mongoid.git"
|
||||
gem "bson_ext", "1.0.1"
|
||||
gem "nifty-generators"
|
||||
gem "haml"
|
||||
gem "devise", :git => "git://github.com/plataformatec/devise.git"
|
||||
gem 'roxml', :git => "git://github.com/Empact/roxml.git"
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
|
||||
# To use debugger
|
||||
gem 'ruby-debug'
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '>= 2.0.0.beta.10'
|
||||
@@ -27,3 +18,8 @@ group :test do
|
||||
gem 'autotest'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem "nifty-generators"
|
||||
gem 'ruby-debug'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user