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

Configure Feed

Select the types of activity you want to include in your feed.

Gemfile: Ruby: Update gemfile to allow newer ruby versions (#61)

authored by

Joshndroid and committed by
joshua stein
25e09d0f 10da09e0

+1 -1
+1 -1
Gemfile
··· 1 1 source "https://rubygems.org" 2 2 3 - ruby ">= 2.2.8", "< 2.5.0" 3 + ruby ">= 2.2.8" 4 4 5 5 gem "sinatra", "~> 2.0.3" 6 6 gem "sinatra-contrib", "~> 2.0.3"