uploadcare / uploadcare-rails

Rails API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
58 stars 70 forks source link

Allow all Rails 5.x #64

Closed swrobel closed 6 years ago

swrobel commented 6 years ago

1) I've been using this fork on production w/ Rails 5.2, no problems 2) The test failures are because of gem incompatibilities with ruby versions. For example, Capybara is not locked to a version that's compatible with Ruby 2.2 (which is EOL anyway)

dmitry-mukhin commented 6 years ago

when I restart build, the tests magically pass :) can you please chip in here: #66