From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 621966000128 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,ea13efa4abb99bd8 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.236.27.76 with SMTP id d52mr46701657yha.52.1426691617219; Wed, 18 Mar 2015 08:13:37 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.140.39.17 with SMTP id u17ls689814qgu.3.gmail; Wed, 18 Mar 2015 08:13:36 -0700 (PDT) X-Received: by 10.236.110.38 with SMTP id t26mr72626315yhg.1.1426691616950; Wed, 18 Mar 2015 08:13:36 -0700 (PDT) Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com. [74.201.84.156]) by gmr-mx.google.com with ESMTPS id gu4si3173930pac.1.2015.03.18.08.13.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 18 Mar 2015 08:13:36 -0700 (PDT) Received-SPF: pass (google.com: domain of bloovis@zoho.com designates 74.201.84.156 as permitted sender) client-ip=74.201.84.156; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of bloovis@zoho.com designates 74.201.84.156 as permitted sender) smtp.mail=bloovis@zoho.com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=content-type:from:to:cc:subject:in-reply-to:references:date:message-id:user-agent:sender; b=KZ5fPRskOLaGkvHD4au6nJCdeIjcWBvEowNMri2Mj0iA+eZOz9YK90bhAPtG8GD5PgNMbS3Lo3m8 dcixGU1nImB3ETl5Av9rRC2laK5k+B9dGIC3FxWURln/2pOsIfIF Received: from localhost (c-76-19-85-15.hsd1.vt.comcast.net [76.19.85.15]) by mx.zohomail.com with SMTPS id 1426691616236336.91547399268495; Wed, 18 Mar 2015 08:13:36 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Mark Alexander To: pengyu.ut Cc: supmua Subject: Re: [sup] Which version of ruby is best to use for sup? In-reply-to: <3add849c-7dfc-4c80-ab2e-5b9d71935a35@googlegroups.com> References: <3add849c-7dfc-4c80-ab2e-5b9d71935a35@googlegroups.com> Date: Wed, 18 Mar 2015 11:13:33 -0400 Message-Id: <1426691376-sup-5267@t60p> User-Agent: Sup/0.21.0 Content-Transfer-Encoding: 8bit Sender: bloovis@zoho.com Excerpts from pengyu.ut's message of 2015-03-18 10:47:17 -0400: > Could anybody let me know which version of Ruby is currently recommend to > use with sup? I am not sure exactly which version is the preferred one. But I'm happily running sup with ruby 2.0 on Linux Mint 17 (same as Ubuntu 14.04). % ruby --version ruby 2.0.0p384 (2014-01-12) [x86_64-linux-gnu] % aptitude search "~i ruby2" i A libruby2.0 - Libraries necessary to run Ruby 2.0 i ruby2.0 - Interpreter of object-oriented scripting language Ruby i ruby2.0-dev - Header files for compiling extension modules for the Ruby i ruby2.0-doc - Documentation for Ruby 2.0 i ruby2.0-tcltk - Ruby/Tk for Ruby 2.0 % gem env RubyGems Environment: - RUBYGEMS VERSION: 2.0.14 - RUBY VERSION: 2.0.0 (2014-01-12 patchlevel 384) [x86_64-linux-gnu] - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/2.0.0 - RUBY EXECUTABLE: /usr/bin/ruby2.0 - EXECUTABLE DIRECTORY: /usr/bin - RUBYGEMS PLATFORMS: - ruby - x86_64-linux - GEM PATHS: - /usr/lib/ruby/gems/2.0.0 - /home/bloovis/.gem/ruby/2.0.0 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - https://rubygems.org/ % gem list --local | grep sup activesupport (4.1.6) rmail-sup (1.0.1) sup (0.21.0)