Will do.

The lines look like this...

gem 'riak-sessions', '1.0.0.beta2'
gem 'ripple', '1.0.0.beta2'

I need to get my colleague's version of bundler. 


On Nov 27, 2012, at 12:48 PM, Christopher Meiklejohn wrote:

> Hi Martin, 
> 
> It appears we got off list, so I'm going to continue this there.
> 
> Can you please provide the version of bundler you are using and the lines 
> from your Gemfile for both of these gems?  One thing I'm noticing right now 
> is that you have a dependency on riak-sessions 1.0.0.beta2, and the latest 
> version of that gem is 1.0.0.beta.
> 
> - Chris 
> 
> -- 
> Christopher Meiklejohn
> 
> 
> Forwarded message:
> 
>> From: Martin Streicher <[email protected]>
>> To: Christopher Meiklejohn <[email protected]>
>> Date: Monday, November 26, 2012 8:52:22 PM
>> Subject: Re: Gem versions?
>> 
>> 
>> The specific version was indeed set in the Gemfile, yet bundle install 
>> failed to find them. 
>> 
>> riak-sessions (1.0.0.beta2)
>> ripple (1.0.0.beta2)
>> 
>> I did not have the same issue with my laptop. I will try and get more info 
>> from my colleague. 
>> 
>> 
>> On Nov 26, 2012, at 7:53 PM, Christopher Meiklejohn wrote:
>> 
>>> Hi Martin, 
>>> 
>>> Those gems are available via rubygems, but since they are pre-release gems 
>>> they won't show up as the preferred version when navigating to the gem's 
>>> page [1, 3]. If you scroll below, and follow the version links [2, 4] 
>>> you'll see that those versions are available if you explicitly select them 
>>> in your gemfile using the following:
>>> 
>>> gem 'gemname', 'version'
>>> 
>>> or by using the following command:
>>> 
>>> gem install 'gem name' --pre command.
>>> 
>>> The bundler/rubygems API won't negotiate a pre-release gem if you don't 
>>> explicitly specify it in your gemfile.
>>> 
>>> [1] https://rubygems.org/gems/riak-sessions
>>> [2] https://rubygems.org/gems/riak-sessions/versions/1.0.0.beta
>>> [3] https://rubygems.org/gems/ripple
>>> [4] https://rubygems.org/gems/ripple/versions/1.0.0.beta2
>>> 
>>> -- 
>>> Christopher Meiklejohn
>>> 
>>> 
>>> On Monday, November 26, 2012 at 7:43 PM, Martin Streicher wrote:
>>> 
>>>> 
>>>> A project I am working on uses the 1.0.0.beta2 versions of Ripple and 
>>>> Riak-Sessions. I have those gems installed and the code works fine. 
>>>> 
>>>> A colleague installed my project today (via bundler) but could not find 
>>>> the gems on rubygems. Did these gem versions get deprecated? What are the 
>>>> latest versions?
>>>> 
>>>> Martin
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> riak-users mailing list
>>>> [email protected] (mailto:[email protected])
>>>> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>>> 
>> 
>> 
> 
> 
> 
> 
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to