rgb-one has quit [Read error: Connection reset by peer]
havenn has joined #bundler
havenwood has quit [Ping timeout: 272 seconds]
havenwood has joined #bundler
havenn has quit [Ping timeout: 244 seconds]
havenn has joined #bundler
havenwood has quit [Ping timeout: 255 seconds]
kfpratt has quit [Remote host closed the connection]
huoxito has quit []
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aarthi01 has joined #bundler
aarthi01 has quit [Quit: Leaving]
bobishh has joined #bundler
bobishh has quit [Ping timeout: 256 seconds]
havenn has quit []
bobishh has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bobishh has quit [Ping timeout: 252 seconds]
bobishh has joined #bundler
bobishh has quit [Ping timeout: 256 seconds]
x1337807x has joined #bundler
houhoulis has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
prime has joined #bundler
xprime has quit [Ping timeout: 255 seconds]
kangguru_away is now known as kangguru
bobishh has joined #bundler
ta has quit [Remote host closed the connection]
relix has joined #bundler
ta has joined #bundler
gidogeek has joined #bundler
bobishh has quit [Ping timeout: 252 seconds]
ta has quit [Remote host closed the connection]
Pupeno has joined #bundler
bobishh has joined #bundler
ta has joined #bundler
kangguru is now known as kangguru_away
kangguru_away is now known as kangguru
lele is now known as Guest24
Nix_ has joined #bundler
bobishh has quit [Ping timeout: 264 seconds]
bobishh has joined #bundler
_ixti_ has joined #bundler
ixti has quit [Ping timeout: 256 seconds]
iamjarvo has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bobishh has quit [Read error: Connection reset by peer]
iamjarvo has joined #bundler
kangguru is now known as kangguru_away
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #bundler
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #bundler
kangguru_away is now known as kangguru
iamjarvo has quit [Ping timeout: 244 seconds]
<Nix_>
Hey guys, I have a noob question.
<Nix_>
I have installed shopify_theme with bundler. Bundler tells me it is sucessfully installed.
<Nix_>
When I use it, however, I get a loaderror
<Nix_>
It shows up as it should with “bundle show”, but not with “gem list"
<Nix_>
Am I doing something wrong? Or can it be an issue with the gem?
livingstn has joined #bundler
iamjarvo has joined #bundler
<jhass>
Nix_: I guess you used the --path or --deployment option. Make sure to run your command with bundle exec or have your script doing require "bundler/setup" as the first thing
<Nix_>
Actually, all I did was add it to my gemfile and then run bundle install.
<jhass>
Nix_: well, it's a remembered option, answer holds
huoxito has joined #bundler
ta has quit [Remote host closed the connection]
valarissa has joined #bundler
drktrx has joined #bundler
ta has joined #bundler
ta has quit [Remote host closed the connection]
gidogeek has quit [Ping timeout: 244 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has joined #bundler
havenn has joined #bundler
havenwood has quit [Ping timeout: 244 seconds]
x1337807x has joined #bundler
zz_Cidan is now known as Cidan
x1337807x has quit [Ping timeout: 252 seconds]
x1337807x has joined #bundler
Nix_ has left #bundler [#bundler]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
autojack has joined #bundler
<autojack>
"It is possible, but not recommended as of Bundler 1.7, to add multiple global source lines." why is it not recommended? we've been doing this for years.
kangguru is now known as kangguru_away
<jhass>
what if two different gems with the same name are published in them?
hotpancakes has joined #bundler
<indirect>
autojack: you should switch to the block form
<indirect>
autojack: there’s an entire security advisory about it, and you’ll get a warning when you run bundle install