parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
720 stars 131 forks source link

Bump dependencies #128

Closed optikfluffel closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.684% when pulling e8b1e03c0064c01f49b083f0957af2c37502eca1 on optikfluffel:bump-dependencies into f1186d00160cc7fdb17bc2c1be6623e718ee1331 on parroty:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.684% when pulling e8b1e03c0064c01f49b083f0957af2c37502eca1 on optikfluffel:bump-dependencies into f1186d00160cc7fdb17bc2c1be6623e718ee1331 on parroty:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 93.684% when pulling dd45bb3bb1b4d37ccf4c36c61bee6265294d8ad6 on optikfluffel:bump-dependencies into f1186d00160cc7fdb17bc2c1be6623e718ee1331 on parroty:master.

kbaird commented 6 years ago

Thank you. These bumps would be very helpful at our company, too. I'll be very happy to see this merged.

:+1:

optikfluffel commented 6 years ago

@kbaird you could, until this is getting merged, do something along the lines of:

defp deps do
  [
    {:exvcr, git: "https://github.com/optikfluffel/exvcr.git", branch: "bump-dependencies"}
  ]
end
kbaird commented 6 years ago

@optikfluffel I already forked it before discovering your PR, but thanks for the suggestion (and for making the PR).

parroty commented 6 years ago

Thanks and sorry being late to merge.