Commit cc7bbc08

mo kareem <email@mokhan.ca>
2011-05-17 03:53:42
add json gem to try to fix bug on heroku.
1 parent 21aaf79
Changed files (2)
Gemfile
@@ -14,6 +14,7 @@ gem 'RedCloth', '>= 4.1.1'
 gem 'omniauth'
 gem 'rmagick'
 gem 'bcrypt-ruby'
+gem 'json'
 
 # Use unicorn as the web server
 # gem 'unicorn'
@@ -28,7 +29,6 @@ gem 'bcrypt-ruby'
 # Bundle the extra gems:
 # gem 'bj'
 # gem 'nokogiri'
-# gem 'sqlite3-ruby', :require => 'sqlite3'
 # gem 'aws-s3', :require => 'aws/s3'
 
 # Bundle gems for the local environment. Make sure to
Gemfile.lock
@@ -55,6 +55,7 @@ GEM
     jquery-rails (1.0.2)
       railties (~> 3.0)
       thor (~> 0.14)
+    json (1.5.1)
     launchy (0.4.0)
       configuration (>= 0.0.5)
       rake (>= 0.8.1)
@@ -176,6 +177,7 @@ DEPENDENCIES
   devise
   heroku
   jquery-rails
+  json
   omniauth
   rails (= 3.0.3)
   rmagick