ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

Bundler Version Issues 3.0.5 vs 3.0.6 #51

Closed daBee closed 1 year ago

daBee commented 1 year ago

Not sure why this is happening. Tried to get 3.0.5 through the Gemfile, and it grabbed 3.0.6. But here is the issue:

Could not find stringio-3.0.5 in any of the sources (Bundler::GemNotFound)
kou commented 1 year ago

Could you provide a reproducible example?

daBee commented 1 year ago

Sorry, I cannot.

daBee commented 1 year ago

From Gemfile.lock:

open-uri (0.3.0)
  stringio
  time
  uri
(snip)
stringio (3.0.6)
(snip)
BUNDLED WITH
   2.4.12

Is this a Bundler issue or a stringio issue?

kou commented 1 year ago

Sorry. We can't help you without a reproducible example.