Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-13 05:15:56 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 01:32:09 +0400
commitdf62f58156c7f501f6916ecde900845a798fdf6e (patch)
treeea554be0958b1bd66506c19d6671ef243d660213 /Gemfile
parent1ba49caeca3ab4a24bc1ae83c9e219b7f203f736 (diff)
fixed the safe_buffer issues
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 623aca3a1..18c09345a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'mysql2', '0.2.6'
#gem 'pg'
#gem 'sqlite3'
-gem 'rails', '3.0.3'
+gem 'rails', '3.0.9'
gem 'foreigner', '0.9.1'
gem 'activerecord-import'
@@ -32,7 +32,8 @@ gem 'faraday'
gem 'faraday-stack'
#Views
-gem 'haml', '3.0.25'
+gem 'haml', '3.1.2'
+gem 'sass', '3.1.4'
gem 'will_paginate', '3.0.pre2'
#Localization