An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)

Gemfile: bump ruby version to 2.4

+1 -1
+1 -1
Gemfile
··· 1 1 source "https://rubygems.org" 2 2 3 - ruby ">= 2.2.8" 3 + ruby ">= 2.4.0" 4 4 5 5 gem "rack", "~> 2.0.0" 6 6