zooniverse / education-api

Backend for Zooniverse Classrooms
1 stars 1 forks source link

Remove sinatra gem and upgrade ruby to 2.7 #380

Closed camallen closed 1 year ago

camallen commented 1 year ago

ruby 2.6 is EOL so we can safely bump to 2.7 https://www.ruby-lang.org/en/downloads/branches/

also we don't need sinatra to mount the sidekiq UI as we have rails...i'm not sure why it was added in https://github.com/zooniverse/education-api/commit/fd7447fc7ceb2881291886418d1e54b34e442271 so we can safely remove it from use in this repo