From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.49.16 with SMTP id t16cs57331qcf; Wed, 1 Sep 2010 12:25:07 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCOnbwe_CGBCQ0frjBBoE51TGfg@googlegroups.com designates 10.216.144.196 as permitted sender) client-ip=10.216.144.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCOnbwe_CGBCQ0frjBBoE51TGfg@googlegroups.com designates 10.216.144.196 as permitted sender) smtp.mail=rack-devel+bncCOnbwe_CGBCQ0frjBBoE51TGfg@googlegroups.com; dkim=pass header.i=rack-devel+bncCOnbwe_CGBCQ0frjBBoE51TGfg@googlegroups.com Received: from mr.google.com ([10.216.144.196]) by 10.216.144.196 with SMTP id n46mr7620634wej.6.1283369106217 (num_hops = 1); Wed, 01 Sep 2010 12:25:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received-spf:received:mime-version:received:received :in-reply-to:references:date:message-id:subject:from:to :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type :content-transfer-encoding; bh=NNHPu25vQ2c5b0u6Ix46OsMH97duMKZpPZprKVaB1jA=; b=qIOT9/f0b/ux7R6GwKbsO5qELXbG6PxQ0WTZQY0rb5yzekc8FPdFjKeI2INIuBggG9 am24FI4R8GH1zswm1K02cz5PgmqwxHzorwdkTDfMXjmZJoe4NU6DiQsqVrCeZMI+wrEE mI8XCRF+CPdKsMd1IWTF7ayo2dKu4EEC/tizw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:in-reply-to:references:date :message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type:content-transfer-encoding; b=Ptl4+W/rDuBMJBjUR/ulMUYPN8vWBiB6PjbdQq7akIFopCMWejyaQ7M0Zeq8M//ZIq M8k9xE0nslK9Hyd0Aq91uml8G+62bBebW8B8AJ9xpz8xuPSDAwXW1/uipx5WbqwF+xy7 gzX+fOAlNfARGwZwRbNJP46a/HnQSy7RXG4d8= Received: by 10.216.144.196 with SMTP id n46mr1720543wej.6.1283369104716; Wed, 01 Sep 2010 12:25:04 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.216.242.202 with SMTP id i52ls797092wer.0.p; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) Received: by 10.216.48.68 with SMTP id u46mr40610web.12.1283369103889; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) Received: by 10.216.48.68 with SMTP id u46mr40609web.12.1283369103874; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by gmr-mx.google.com with ESMTP id o41si3608381weq.4.2010.09.01.12.25.03; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.42 is neither permitted nor denied by best guess record for domain of steve@steveklabnik.com) client-ip=74.125.82.42; Received: by wwb13 with SMTP id 13so207374wwb.5 for ; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.6.133 with SMTP id 5mr679279wen.32.1283369103600; Wed, 01 Sep 2010 12:25:03 -0700 (PDT) Received: by 10.216.232.81 with HTTP; Wed, 1 Sep 2010 12:25:03 -0700 (PDT) In-Reply-To: References: <0257a5a4-9afb-4abf-bb46-b14fbbc57c38@s9g2000yqd.googlegroups.com> Date: Wed, 1 Sep 2010 15:25:03 -0400 Message-ID: Subject: Re: Bootstrapping rackup with multiple rack gems installed From: Steve Klabnik To: rack-devel@googlegroups.com X-Original-Sender: steve@steveklabnik.com X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 74.125.82.42 is neither permitted nor denied by best guess record for domain of steve@steveklabnik.com) smtp.mail=steve@steveklabnik.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I use bundler with Sinatra all the time, it's not just a Rails thing. On Wed, Sep 1, 2010 at 3:23 PM, Joshua Peek wrote: > On Sep 1, 2:16=A0pm, Steve Klabnik wrote: >> Forgive my overly simplistic answer, but isn't this what Bundler is for? > > This affects anyone using Rubygems. The same situation is possible on > Sinatra or any Rack app. >