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.

Bump activerecord from 5.1.7 to 5.2.4.5 (#123)

Bumps [activerecord](https://github.com/rails/rails) from 5.1.7 to 5.2.4.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.1.3/activerecord/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v5.1.7...v5.2.4.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
29e9d3a8 31122bdc

+13 -13
+1 -1
Gemfile
··· 7 7 gem "sinatra", "~> 2.0.0" 8 8 gem "sinatra-contrib", "~> 2.0.0" 9 9 10 - gem "activerecord", "~> 5.1.0" 10 + gem "activerecord", "~> 5.2.4" 11 11 gem "sinatra-activerecord", "~> 2.0.0" 12 12 gem "sqlite3" 13 13
+12 -12
Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - activemodel (5.1.7) 5 - activesupport (= 5.1.7) 6 - activerecord (5.1.7) 7 - activemodel (= 5.1.7) 8 - activesupport (= 5.1.7) 9 - arel (~> 8.0) 10 - activesupport (5.1.7) 4 + activemodel (5.2.4.5) 5 + activesupport (= 5.2.4.5) 6 + activerecord (5.2.4.5) 7 + activemodel (= 5.2.4.5) 8 + activesupport (= 5.2.4.5) 9 + arel (>= 9.0) 10 + activesupport (5.2.4.5) 11 11 concurrent-ruby (~> 1.0, >= 1.0.2) 12 12 i18n (>= 0.7, < 2) 13 13 minitest (~> 5.1) 14 14 tzinfo (~> 1.1) 15 15 addressable (2.7.0) 16 16 public_suffix (>= 2.0.2, < 5.0) 17 - arel (8.0.0) 17 + arel (9.0.0) 18 18 backports (3.16.1) 19 19 chunky_png (1.3.11) 20 20 coderay (1.1.2) 21 - concurrent-ruby (1.1.6) 21 + concurrent-ruby (1.1.8) 22 22 djinni (2.2.5) 23 23 fagin (~> 1.2, >= 1.2.2) 24 24 fagin (1.2.2) 25 25 hilighter (1.5.9) 26 - i18n (1.8.2) 26 + i18n (1.8.9) 27 27 concurrent-ruby (~> 1.0) 28 28 json (2.3.0) 29 29 jsoncfg (1.2.11) ··· 83 83 thread_safe (0.3.6) 84 84 tilt (2.0.10) 85 85 twofish (1.0.8) 86 - tzinfo (1.2.6) 86 + tzinfo (1.2.9) 87 87 thread_safe (~> 0.1) 88 88 unicorn (5.5.3) 89 89 kgio (~> 2.6) ··· 93 93 ruby 94 94 95 95 DEPENDENCIES 96 - activerecord (~> 5.1.0) 96 + activerecord (~> 5.2.4) 97 97 json 98 98 jwt 99 99 minitest