Skip to content

Update locked version of stripe

James Mason requested to merge subpop:master into master

Created by: subpop

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the upstream master branch.
  • The tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works(if appropriate).
  • I have added necessary documentation (if appropriate).

This gem update fixes a problem when running OSEM on Ruby 2.5.0 or newer. This update effectively fixes by working around the issue described in https://github.com/rest-client/rest-client/issues/569 by updating to a newer version of the stripe gem.

Merge request reports