taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
graywolf has joined #ruby
infinityfye has joined #ruby
c10l has quit [Ping timeout: 240 seconds]
desnudopenguino has quit [Ping timeout: 255 seconds]
Guest7 has joined #ruby
yziquel has quit [Quit: Client closed]
Guest7 has quit [Client Quit]
Vonter has quit [Ping timeout: 248 seconds]
Vonter has joined #ruby
Linux_Kerio has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
nona has quit [Quit: WeeChat 4.0.5]
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
Furai has quit [Quit: WeeChat 4.1.0]
tomtmym has joined #ruby
tomtmym has joined #ruby
tomtmym has quit [Changing host]
Furai has joined #ruby
John_Ivan has joined #ruby
graywolf has quit [Ping timeout: 260 seconds]
graywolf has joined #ruby
mattf_ is now known as mattf
dviola has joined #ruby
c10l has joined #ruby
alphacentauri has quit [Quit: WeeChat 4.1.0]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 260 seconds]
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
Linux_Kerio has quit [Ping timeout: 260 seconds]
TomyWork has quit [Remote host closed the connection]
infinityfye has quit [Quit: Leaving]
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
taupiqueur_shiny has quit [Ping timeout: 248 seconds]
desnudopenguino has joined #ruby
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #ruby
infinityfye has joined #ruby
infinityfye has quit [Remote host closed the connection]
alphacentauri has joined #ruby
Vonter has quit [Quit: WeeChat 4.0.5]
Vonter has joined #ruby
Vonter has quit [Client Quit]
alphacentauri has quit [Quit: WeeChat 4.1.0]
graywolf has quit [Quit: WeeChat 4.0.4]
Linux_Kerio has joined #ruby
bastelfreak has quit [Quit: WeeChat 4.0.0]
Linux_Kerio has quit [Read error: Connection reset by peer]
Linux_Kerio has joined #ruby
hiyori has joined #ruby
taupiqueur_shiny has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
_ht has quit [Remote host closed the connection]
taupiqueur_shiny has quit [Remote host closed the connection]
John_Ivan has quit [Quit: Disrupting the dragon's slumber one time too often shall eventually bestow upon all an empirical and indiscriminate conflagration that will last for all goddamn eternity.]
John_Ivan has joined #ruby
TrillionEuroNote has quit [Ping timeout: 240 seconds]
TrillionEuroNote has joined #ruby
dhruvasagar has quit [Ping timeout: 245 seconds]
Aminda has quit [Ping timeout: 256 seconds]
Aminda has joined #ruby
Linux_Kerio has quit [Ping timeout: 255 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
bastelfreak has joined #ruby
bastelfreak has quit [Client Quit]
bastelfreak has joined #ruby
plujon has joined #ruby
<plujon>
If my Gemfile contains "gem 'puma', :group => [:development, :test]",
<plujon>
why does `bundle install --deployment` try to install puma?
<plujon>
Does --deployment not imply the "production" group?
<plujon>
bundle install --with production --deployment # this also tries to install puma
tomtmym has quit [Quit: Gone.]
Huckleberry777 has quit [Ping timeout: 255 seconds]
Huckleberry777 has joined #ruby
<plujon>
Maybe I shouldn't use bundler; maybe I should just use 'gem install...' and 'gem update'...
Huckleberry777 has quit [Ping timeout: 252 seconds]
<plujon>
bundle install --without development:test # this works