jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

Ruby 3.1 compatibility #262

Open DanielHeath opened 1 year ago

DanielHeath commented 1 year ago

Ruby 3.1 moved SortedSet into a gem - if you don't add it to your gemfile fake-s3 will error on boot.

tomtomau commented 10 months ago

I had to apt-get install ruby-dev and then gem install sorted_set