samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jugglinmike has quit [Quit: Leaving.]
chouhoulis has quit [Read error: Connection reset by peer]
chouhoulis has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 252 seconds]
cha1tanya has joined #bundler
simi has quit [Ping timeout: 246 seconds]
ixti has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
axl_ has joined #bundler
Who has joined #bundler
cha1tanya has quit [Ping timeout: 252 seconds]
havenwood has joined #bundler
sush24 has joined #bundler
havenwood has quit [Ping timeout: 272 seconds]
havenwood has joined #bundler
axl_ has quit [Quit: axl_]
havenwood has quit []
Who has quit [Quit: Who]
Who has joined #bundler
patcon has joined #bundler
zz_Cidan is now known as Cidan
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 272 seconds]
cha1tanya has joined #bundler
JordanFaust_ has joined #bundler
Who has quit [Quit: Who]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
sush24 has quit [Quit: This computer has gone to sleep]
cha1tanya has quit [Remote host closed the connection]
cha1tanya has joined #bundler
JordanFaust_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon has joined #bundler
patcon has quit [Read error: Connection reset by peer]
sush24 has joined #bundler
cha1tanya has quit [Ping timeout: 276 seconds]
cha1tanya has joined #bundler
cha1tanya has quit [Remote host closed the connection]
Olipro has quit [Read error: Connection reset by peer]
chouhoul_ has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
sush24 has quit [Quit: This computer has gone to sleep]
Cidan is now known as zz_Cidan
sush24 has joined #bundler
cha1tanya has joined #bundler
cha1tanya has quit [Ping timeout: 246 seconds]
Olipro has joined #bundler
mjc_ has quit [Quit: No Ping reply in 180 seconds.]
mjc_ has joined #bundler
sush24 has quit [Quit: This computer has gone to sleep]
deepender has quit [Ping timeout: 246 seconds]
simi has joined #bundler
cha1tanya has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 252 seconds]
deepender has joined #bundler
ixti has joined #bundler
samphippen has joined #bundler
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
sush24 has joined #bundler
cmar has joined #bundler
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
cha1tanya has quit [Ping timeout: 272 seconds]
patcon has quit [Ping timeout: 245 seconds]
chouhoulis has joined #bundler
patcon has joined #bundler
chouhoulis has quit [Remote host closed the connection]
patcon has quit [Remote host closed the connection]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
Who has joined #bundler
TheHairyWoodsman has joined #bundler
<TheHairyWoodsman>
Hey there--on my build server, I do a bundle install --path vendor/bundle on a clean workspace on every build. This causes bundler to refetch, and rebuild every gem. This part of my build process is by far the longest part.
<TheHairyWoodsman>
Is there anyway to tell bundler to reuse gems from a global location on the server?
<TheHairyWoodsman>
I don't need them freshly build on every build; once it's been fetched and built once for that version, I'm OK with it reusing one
Who has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
Who has joined #bundler
marc_ has joined #bundler
marc_ is now known as Guest30050
samphippen has joined #bundler
<Guest30050>
Hello. I would like to know if someone know how to list all the gem dependencies from within a running app. I.E. Display a list of gem from a controller and view?
<Guest30050>
Something like Bundler.dependencies()
<Who>
parse the gemfile.lock?
<Guest30050>
Yes. But it is not a valid YAML file. More difficult to reatch the DEPENDENCIES... Just because the first line is GEM and not GEM:
<Guest30050>
and othe missing :
<Guest30050>
If it is the only way, I will parse it!
<dwradcliffe>
Guest30050: try Gem.loaded_specs
<Guest30050>
Yes. This is working but it list all gems. I need to extract only the one I have specified inside the gem file
<Guest30050>
The goal is to produce a screen that will list those gems, call Rubygems to see if the are the latest
<Guest30050>
To help my client to understand that gems are changing and the app must be maintained