Skip to content

Commit

Permalink
Some updates for potential issues with CloudFoundry
Browse files Browse the repository at this point in the history
  • Loading branch information
oisin committed May 10, 2011
1 parent aaf03a0 commit 140be0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Expand Up @@ -12,6 +12,13 @@ gem 'SystemTimer'
# This is to prevent CloudFoundry from using WEBrick
gem 'thin'

# CloudFoundry is a little dumb in the dependency
# resolution area. Explicit listings here
gem 'json'
gem 'httpclient'

# Chances are that CloudFoundry will include these
# even in production :(
group :test, :develop do
gem 'ruby-debug'
end
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Expand Up @@ -11,6 +11,8 @@ GEM
bson_ext (1.3.0)
builder (2.1.2)
columnize (0.3.2)
daemons (1.1.3)
eventmachine (0.12.10)
i18n (0.5.0)
json (1.5.1)
linecache (0.43)
Expand All @@ -24,7 +26,7 @@ GEM
plucky (0.3.8)
mongo (~> 1.3)
rack (1.2.2)
rack-test (0.5.7)
rack-test (0.6.0)
rack (>= 1.0)
rack-throttle (0.3.0)
rack (>= 1.0.0)
Expand All @@ -35,7 +37,11 @@ GEM
linecache (>= 0.3)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3)

PLATFORMS
Expand All @@ -52,3 +58,4 @@ DEPENDENCIES
rack-throttle
ruby-debug
sinatra
thin

0 comments on commit 140be0f

Please sign in to comment.