updates on heroku servers should fix the issue with the heroku gem (http://goo.gl/PIxZe)

This commit is contained in:
did 2011-03-10 09:19:25 +01:00
parent 63530a3a30
commit 8f43ef401a
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ gem 'custom_fields', '1.0.0.beta.6'
gem 'fog', '0.3.7'
gem 'mimetype-fu'
gem 'actionmailer-with-request'
gem 'heroku', '1.18.2'
gem 'heroku', '1.18.3'
gem 'httparty', '>= 0.6.1'
gem 'RedCloth', '4.2.7'
gem 'delayed_job', '2.1.4'

View File

@ -1,7 +1,7 @@
puts "...loading Locomotive engine"
require 'rails'
require 'json/pure'
# require 'json/pure'
require 'devise'
require 'mongoid'
require 'mongoid_acts_as_tree'

View File

@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_dependency "fog", "0.3.7"
s.add_dependency "mimetype-fu"
s.add_dependency "actionmailer-with-request"
s.add_dependency "heroku", "1.18.2"
s.add_dependency "heroku", "1.18.3"
s.add_dependency "httparty", ">= 0.6.1"
s.add_dependency "RedCloth", "4.2.7"
s.add_dependency "delayed_job", "2.1.4"