A skeleton web application configured to use Sinatra and ActiveRecord

Bump activerecord from 5.2.8 to 5.2.8.1 (#7)

authored by

dependabot[bot] and committed by
GitHub
c7f7b803 4ca63539

+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) ··· 16 16 bcrypt (3.1.18) 17 17 concurrent-ruby (1.1.10) 18 18 erubis (2.7.0) 19 - i18n (1.10.0) 19 + i18n (1.11.0) 20 20 concurrent-ruby (~> 1.0) 21 21 io-console (0.5.11) 22 22 irb (1.4.1)