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: update rubeepass to 3.3

Closes #77

+7 -5
+1 -1
Gemfile
··· 25 25 gem "rack-test" 26 26 27 27 group :keepass, :optional => true do 28 - gem 'rubeepass', '~> 3.0' 28 + gem 'rubeepass', '~> 3.3' 29 29 end 30 30 31 31 group :migrate, optional: true do
+6 -4
Gemfile.lock
··· 110 110 rotp (3.3.1) 111 111 rqrcode (0.10.1) 112 112 chunky_png (~> 1.0) 113 - rubeepass (3.1.0) 113 + rubeepass (3.3.0) 114 114 djinni (~> 2.2, >= 2.2.4) 115 115 hilighter (~> 1.1, >= 1.2.3) 116 116 json_config (~> 0.1, >= 0.1.4) 117 117 os (~> 1.0, >= 1.0.0) 118 - salsa20 (~> 0.1, >= 0.1.2) 118 + salsa20 (~> 0.1, >= 0.1.3) 119 119 scoobydoo (~> 0.1, >= 0.1.6) 120 - salsa20 (0.1.2) 120 + twofish (~> 1.0, >= 1.0.8) 121 + salsa20 (0.1.3) 121 122 scoobydoo (0.1.6) 122 123 sinatra (2.0.3) 123 124 mustermann (~> 1.0) ··· 146 147 thor (0.20.0) 147 148 thread_safe (0.3.6) 148 149 tilt (2.0.8) 150 + twofish (1.0.8) 149 151 tzinfo (1.2.5) 150 152 thread_safe (~> 0.1) 151 153 unicorn (5.4.1) ··· 172 174 rake 173 175 rotp 174 176 rqrcode 175 - rubeepass (~> 3.0) 177 + rubeepass (~> 3.3) 176 178 sinatra (~> 2.0.3) 177 179 sinatra-activerecord (~> 2.0.13) 178 180 sinatra-contrib (~> 2.0.3)