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

Bump activerecord from 5.2.8 to 5.2.8.1 (#127)

authored by

dependabot[bot] and committed by
GitHub
5e2d8574 b65a7ba7

+7 -7
+7 -7
Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - activemodel (5.2.8) 5 - activesupport (= 5.2.8) 6 - activerecord (5.2.8) 7 - activemodel (= 5.2.8) 8 - activesupport (= 5.2.8) 4 + activemodel (5.2.8.1) 5 + activesupport (= 5.2.8.1) 6 + activerecord (5.2.8.1) 7 + activemodel (= 5.2.8.1) 8 + activesupport (= 5.2.8.1) 9 9 arel (>= 9.0) 10 - activesupport (5.2.8) 10 + activesupport (5.2.8.1) 11 11 concurrent-ruby (~> 1.0, >= 1.0.2) 12 12 i18n (>= 0.7, < 2) 13 13 minitest (~> 5.1) ··· 20 20 fagin (~> 1.2, >= 1.2.2) 21 21 fagin (1.2.2) 22 22 hilighter (1.5.9) 23 - i18n (1.10.0) 23 + i18n (1.11.0) 24 24 concurrent-ruby (~> 1.0) 25 25 json (2.6.2) 26 26 jsoncfg (1.2.11)