Skip to content

Commit 47ac00a

Browse files
Bump activerecord from 6.0.3.4 to 6.1.3 (#36)
Bumps [activerecord](https://github.com/rails/rails) from 6.0.3.4 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3/activerecord/CHANGELOG.md) - [Commits](rails/rails@v6.0.3.4...v6.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 282bcee commit 47ac00a

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Gemfile.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (6.0.3.4)
12-
activesupport (= 6.0.3.4)
13-
activerecord (6.0.3.4)
14-
activemodel (= 6.0.3.4)
15-
activesupport (= 6.0.3.4)
16-
activesupport (6.0.3.4)
11+
activemodel (6.1.3)
12+
activesupport (= 6.1.3)
13+
activerecord (6.1.3)
14+
activemodel (= 6.1.3)
15+
activesupport (= 6.1.3)
16+
activesupport (6.1.3)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
18-
i18n (>= 0.7, < 2)
19-
minitest (~> 5.1)
20-
tzinfo (~> 1.1)
21-
zeitwerk (~> 2.2, >= 2.2.2)
18+
i18n (>= 1.6, < 2)
19+
minitest (>= 5.1)
20+
tzinfo (~> 2.0)
21+
zeitwerk (~> 2.3)
2222
ast (2.4.0)
2323
coderay (1.1.2)
24-
concurrent-ruby (1.1.7)
24+
concurrent-ruby (1.1.8)
2525
coolline (0.5.0)
2626
unicode_utils (~> 1.4)
27-
i18n (1.8.5)
27+
i18n (1.8.9)
2828
concurrent-ruby (~> 1.0)
2929
jaro_winkler (1.5.1)
3030
metaclass (0.0.4)
@@ -53,12 +53,11 @@ GEM
5353
ruby-progressbar (~> 1.7)
5454
unicode-display_width (~> 1.0, >= 1.0.1)
5555
ruby-progressbar (1.10.0)
56-
thread_safe (0.3.6)
57-
tzinfo (1.2.7)
58-
thread_safe (~> 0.1)
56+
tzinfo (2.0.4)
57+
concurrent-ruby (~> 1.0)
5958
unicode-display_width (1.4.0)
6059
unicode_utils (1.4.0)
61-
zeitwerk (2.4.0)
60+
zeitwerk (2.4.2)
6261

6362
PLATFORMS
6463
ruby

0 commit comments

Comments
 (0)