Bump activerecord from 5.1.4 to 6.1.7.1
Bumps [activerecord](https://github.com/rails/rails) from 5.1.4 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.4...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
849a696148
commit
cc3a57c4ad
1 changed files with 17 additions and 17 deletions
34
Gemfile.lock
34
Gemfile.lock
|
@ -1,20 +1,19 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activemodel (5.1.4)
|
||||
activesupport (= 5.1.4)
|
||||
activerecord (5.1.4)
|
||||
activemodel (= 5.1.4)
|
||||
activesupport (= 5.1.4)
|
||||
arel (~> 8.0)
|
||||
activesupport (5.1.4)
|
||||
activemodel (6.1.7.1)
|
||||
activesupport (= 6.1.7.1)
|
||||
activerecord (6.1.7.1)
|
||||
activemodel (= 6.1.7.1)
|
||||
activesupport (= 6.1.7.1)
|
||||
activesupport (6.1.7.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
zeitwerk (~> 2.3)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
arel (8.0.0)
|
||||
aws-sdk (2.10.53)
|
||||
aws-sdk-resources (= 2.10.53)
|
||||
aws-sdk-core (2.10.53)
|
||||
|
@ -34,14 +33,15 @@ GEM
|
|||
xpath (~> 2.0)
|
||||
cliver (0.3.2)
|
||||
coderay (1.1.2)
|
||||
concurrent-ruby (1.0.5)
|
||||
concurrent-ruby (1.1.10)
|
||||
database_cleaner (1.6.1)
|
||||
diff-lcs (1.3)
|
||||
dotenv (2.2.1)
|
||||
factory_girl (4.8.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ffi (1.9.18)
|
||||
i18n (0.8.6)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jmespath (1.3.1)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
|
@ -52,7 +52,7 @@ GEM
|
|||
method_source (0.9.0)
|
||||
mini_mime (0.1.4)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.10.3)
|
||||
minitest (5.17.0)
|
||||
multi_json (1.12.2)
|
||||
mustermann (1.0.1)
|
||||
nokogiri (1.8.1)
|
||||
|
@ -112,10 +112,9 @@ GEM
|
|||
tilt (>= 1.3.3, < 2.1)
|
||||
sqlite3 (1.3.13)
|
||||
temple (0.8.0)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.8)
|
||||
tzinfo (1.2.3)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
tzinfo-data (1.2017.2)
|
||||
tzinfo (>= 1.0.0)
|
||||
validate_url (1.0.2)
|
||||
|
@ -126,6 +125,7 @@ GEM
|
|||
websocket-extensions (0.1.2)
|
||||
xpath (2.1.0)
|
||||
nokogiri (~> 1.3)
|
||||
zeitwerk (2.6.6)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
Loading…
Reference in a new issue