00:05
svm is now known as msv
00:07
infernix has joined #ruby
00:07
eddof13 has joined #ruby
00:10
eddof13 has quit [Client Quit]
00:26
Sheilong has quit [Quit: Connection closed for inactivity]
00:55
grenierm has joined #ruby
01:26
entropie has quit [Quit: ""]
01:28
entropie has joined #ruby
01:28
TomyLobo has quit [Ping timeout: 272 seconds]
01:30
grenierm has quit [Quit: Client closed]
01:30
entropie has quit [Client Quit]
01:32
entropie has joined #ruby
01:32
entropie has quit [Client Quit]
01:34
entropie has joined #ruby
01:41
cappy has joined #ruby
02:18
__jmcantrell__ has quit [Ping timeout: 260 seconds]
02:39
STASIdownunder has quit [Ping timeout: 252 seconds]
02:54
__jmcantrell__ has joined #ruby
02:54
__jmcantrell__ has quit [Client Quit]
02:59
cappy has quit [Quit: Leaving]
03:04
jhass has quit [Remote host closed the connection]
03:08
jhass has joined #ruby
03:49
STASIdownunder has joined #ruby
03:57
STASIdownunder has quit [Read error: Connection reset by peer]
04:56
Rounin has quit [Ping timeout: 244 seconds]
04:56
Rounin has joined #ruby
05:10
Rounin has quit [Ping timeout: 265 seconds]
05:22
Vonter_ has joined #ruby
05:23
Rounin has joined #ruby
05:23
Vonter has quit [Ping timeout: 272 seconds]
05:25
Vonter has joined #ruby
05:28
Vonter_ has quit [Ping timeout: 268 seconds]
05:35
Vonter has quit [Ping timeout: 260 seconds]
05:36
Vonter has joined #ruby
06:02
STASIdownunder has joined #ruby
06:53
Linux_Kerio has joined #ruby
06:53
Linux_Kerio has quit [Read error: Connection reset by peer]
07:04
Linux_Kerio has joined #ruby
07:11
fantazo has joined #ruby
07:12
rvalue- has joined #ruby
07:13
rvalue has quit [Ping timeout: 265 seconds]
07:21
rvalue- is now known as rvalue
07:45
grenierm has joined #ruby
07:45
STASIdownunder has quit [Ping timeout: 276 seconds]
07:56
schne1der has joined #ruby
08:44
schne1der has quit [Ping timeout: 260 seconds]
09:16
TomyLobo has joined #ruby
09:30
STASIdownunder has joined #ruby
09:40
STASIdownunder has quit [Read error: Connection reset by peer]
09:44
jhass has quit [Remote host closed the connection]
10:18
grenierm has quit [Ping timeout: 240 seconds]
10:24
STASIdownunder has joined #ruby
10:38
STASIdownunder has quit [Read error: Connection reset by peer]
11:01
<
nakilon >
which parser gem should I use to "find all #somemethod named methods in a directory that have the 'somestring' as a substring in its code"?
11:13
brone has joined #ruby
11:13
STASIdownunder has joined #ruby
11:13
LainIwakura has joined #ruby
11:15
STASIdownunder has quit [Read error: Connection reset by peer]
11:20
LainIwakura has quit [Ping timeout: 240 seconds]
11:20
brone has quit [Ping timeout: 240 seconds]
11:22
bro34 has joined #ruby
11:23
bro34 has quit [Client Quit]
11:30
broner has joined #ruby
11:41
LainIwakura has joined #ruby
11:54
broner62 has joined #ruby
11:54
LainIwakura71 has joined #ruby
11:55
LainIwakura54 has joined #ruby
11:55
LainIwakura has quit [Ping timeout: 240 seconds]
11:55
broner has quit [Ping timeout: 240 seconds]
11:58
LainIwakura54 has quit [Client Quit]
12:00
LainIwakura71 has quit [Ping timeout: 240 seconds]
12:00
broner62 has quit [Ping timeout: 240 seconds]
12:18
fantazo has quit [Quit: Lost terminal]
12:44
GreenResponse has joined #ruby
13:19
gemmaro has quit [Ping timeout: 260 seconds]
13:20
gemmaro_ has joined #ruby
14:09
jhass has joined #ruby
14:18
jhass_ has joined #ruby
14:18
jhass has quit [Remote host closed the connection]
14:23
jhass_ is now known as jhass
14:28
user71 has joined #ruby
15:48
eddof13 has joined #ruby
16:00
eddof13 has quit [Quit: eddof13]
16:01
eddof13 has joined #ruby
16:15
MarvelousWololo has joined #ruby
17:21
eddof13 has quit [Quit: eddof13]
17:25
eddof13 has joined #ruby
18:00
plujon has joined #ruby
18:23
numlocked has joined #ruby
18:26
numlocked has quit [Changing host]
18:26
numlocked has joined #ruby
19:01
___nick___ has joined #ruby
19:03
schne1der has joined #ruby
19:11
eddof13 has quit [Quit: eddof13]
19:14
eddof13 has joined #ruby
19:19
___nick___ has joined #ruby
19:20
___nick___ has quit [Client Quit]
19:22
___nick___ has joined #ruby
19:24
<
o0x1eef >
Hm nice +1
20:04
___nick___ has quit [Ping timeout: 245 seconds]
20:06
rvalue has quit [Read error: Connection reset by peer]
20:07
rvalue has joined #ruby
20:19
user71 has quit [Quit: Leaving]
20:28
__jmcantrell__ has joined #ruby
20:56
jmjl has quit [Remote host closed the connection]
20:56
jmjl has joined #ruby
21:17
schne1der has quit [Ping timeout: 265 seconds]
21:33
eddof13 has quit [Quit: eddof13]
21:38
__jmcantrell__ has quit [Quit: WeeChat 4.6.1]
21:43
<
plujon >
Sigh, Bundler...
21:43
<
plujon >
bundle check # The Gemfile's dependencies are satisfied
21:43
<
plujon >
bundle exec rake test # ... Could not find rake-13.0.6 in any of the sources
21:44
<
plujon >
Run `bundle install` to install missing gems.
21:45
<
plujon >
bundle install # Using rake 13.0.6
21:45
<
plujon >
Bundle complete! 28 Gemfile dependencies, 50 gems now installed.
21:45
<
plujon >
Bundled gems are installed into `./vendor/bundle`
21:56
<
plujon >
Meh, I think the problem is ultimately caused by bundle exec using ruby 3.0, while scripts invoked within the Rakefile do #!/usr/bin/env ruby, which ends up using ruby 3.2, which lacks gems.
22:00
ruby[bot] has quit [Remote host closed the connection]
22:00
ruby[bot] has joined #ruby
22:07
GreenResponse has quit [Quit: Leaving]
22:24
cappy has joined #ruby
22:41
eddof13 has joined #ruby
22:48
eddof13 has quit [Quit: eddof13]
22:56
Linux_Kerio has quit [Quit: Konversation terminated!]
22:58
Linux_Kerio has joined #ruby
23:03
Linux_Kerio has quit [Client Quit]
23:05
Linux_Kerio has joined #ruby
23:05
Linux_Kerio has quit [Read error: Connection reset by peer]
23:17
Linux_Kerio has joined #ruby
23:26
__jmcantrell__ has joined #ruby
23:41
STASIdownunder has joined #ruby
23:53
Linux_Kerio has quit [Ping timeout: 265 seconds]