chrismo

Results 42 issues of chrismo

`bundle patch help` works, but with 1.12.5, the -h isn't passed through properly: ``` Bundler version 1.12.5 [chrismo@momac crack (master)]$ bundle patch -h /Users/chrismo/.rbenv/versions/2.3.1/bin/ruby: warning: RUBY_HEAP_MIN_SLOTS is obsolete. Use RUBY_GC_HEAP_INIT_SLOTS...

bug

``` WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0) json (>= 0) rack (>= 0) ... WARN: Clearing out unresolved specs. Please report a bug if this causes problems ```

I think for our purposes internally, 'twould be good to add the requirements tweaking that the vulnerability code will do as an option to be applied to all gems_to_patch. Prolly...

Cool gem!! I love it. `bundle outdated` includes flags to restrict its output to only the next patch or minor release of a gem. It'd obviously take a bit more...

Excel for Mac, right? Well, it works in Excel/Windows. Ask Mr. Ballmer what the hey is up.

html_content.scan(//mi).to_s with Ruby 1.9 includes array brackets in the string. Try .join.

bug

You can add yourself to the comments here if you participated in authoring this if you wanna.

### Environment * Elixir & Erlang versions (elixir --version): ``` Erlang/OTP 25 [erts-13.1.3] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] Elixir 1.14.2 (compiled with Erlang/OTP 25) ``` * ExAws version `mix...