_djbkd has quit [Remote host closed the connection]
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.1/2015051400]]
_djbkd has joined #bundler
_djbkd has quit [Read error: Connection reset by peer]
_djbkd has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
Pupeno has quit [Read error: Connection reset by peer]
Pupeno has joined #bundler
_djbkd has quit [Remote host closed the connection]
valarissa has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x1337807_ has joined #bundler
x1337807_ has quit [Max SendQ exceeded]
_djbkd has joined #bundler
x1337807x has quit [Ping timeout: 255 seconds]
valarissa has joined #bundler
x1337807x has joined #bundler
iamjarvo has joined #bundler
valarissa has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
iamjarvo has quit [Client Quit]
jrafanie has quit [Quit: jrafanie]
axl_ has quit [Quit: axl_]
Fooster_ has quit [Ping timeout: 252 seconds]
_djbkd has quit [Read error: Connection reset by peer]
_djbkd has joined #bundler
allcentury has joined #bundler
<allcentury>
hi all - I'm trying to build a docker image for my RoR project. In the Gemfile I have a privately sourced gem - "sidekiq-pro". When the docker build runs bundle install, it hangs on that server and spits out a Fetching source index from https://gems.contribsys.com/Retrying source fetch due to error (2/3): Bundler::HTTPError Could not fetch specs from https://gems.contribsys.com/
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<indirect>
allcentury: sounds like Bundler isn’t able to reach the server
<allcentury>
i can bundle locally and when i ssh into the server but not via docker and feel like I have a bundler configuration issue
<indirect>
a bundler configuration issue causing network failures?
<indirect>
you can see the entire list of Bundler configuration settings by running `bundle config`
<allcentury>
hrm, right - nothing obvious in that output
<allcentury>
it can reach bitbucket and rubygems, just not this server. Anything else I can check?
<indirect>
sounds like a network configuration issue, then?
<indirect>
Bundler literally just uses Net::HTTP to make requests
<indirect>
if it can install gems from any server, it’s working
<allcentury>
I appreciate the help indirect
<allcentury>
I'll ping the owner of that server
<allcentury>
sadly restarting boot2docker resolved the issue. That is the kind of answer I give my mom ... "just restart the computer mom".