+ [2016-12-29T00:42:04Z] bertie_wooster 3.3.1 installed bundle thinks 3.2.1
+ [2016-12-29T00:42:25Z] bertie_wooster how to specify version for bundle?
+ [2016-12-29T00:49:34Z] allejo if you run `jekyll` by itself, it'll run whatever is installed "globally" per se. if you run `bundle exec jekyll` it'll run whatever version is specified by the current project
+ [2016-12-29T00:59:54Z] jekyllrb it's a bundle thing!
+ [2016-12-29T00:59:54Z] jaybe ./colorize "it's a bundle thing!"

message no. 160128

Posted by bertie_wooster in #jekyll at 2016-12-29T00:42:25Z

how to specify version for bundle?
+ [2016-12-30T05:15:40Z] fuzzybear3965 I'm trying to replace newlines with spaces using liquid.
+ [2016-12-30T05:15:48Z] fuzzybear3965 But, I'm having a tough time with it.
+ [2016-12-30T05:16:43Z] fuzzybear3965 I'm trying to use unicode characters to replace instances of carriage return and line feed.
+ [2016-12-30T05:16:49Z] fuzzybear3965 I'm not having success, though.