Skip to content

Commit 673791e

Browse files
Bump activesupport from 3.2.12 to 6.0.3.3
Bumps [activesupport](https://github.com/rails/rails) from 3.2.12 to 6.0.3.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v3.2.12...v6.0.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44957df commit 673791e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Gemfile.lock

+13-5
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ GIT
2929
GEM
3030
remote: https://rubygems.org/
3131
specs:
32-
activesupport (3.2.12)
33-
i18n (~> 0.6)
34-
multi_json (~> 1.0)
32+
activesupport (6.0.3.3)
33+
concurrent-ruby (~> 1.0, >= 1.0.2)
34+
i18n (>= 0.7, < 2)
35+
minitest (~> 5.1)
36+
tzinfo (~> 1.1)
37+
zeitwerk (~> 2.2, >= 2.2.2)
3538
addressable (2.3.3)
3639
celluloid (0.13.0)
3740
timers (>= 1.0.0)
@@ -45,21 +48,22 @@ GEM
4548
faraday (0.8.7)
4649
multipart-post (~> 1.1)
4750
hashie (2.0.3)
48-
i18n (0.9.5)
51+
i18n (1.8.5)
4952
concurrent-ruby (~> 1.0)
5053
json (2.3.1)
5154
kitchen-vagrant (0.6.0)
5255
test-kitchen (~> 1.0.0.alpha.0)
5356
vagrant (~> 1.0)
5457
method_source (0.8.1)
5558
minitar (0.9)
59+
minitest (5.14.2)
5660
mixlib-authentication (1.3.0)
5761
mixlib-log
5862
mixlib-config (1.1.2)
5963
mixlib-log (1.6.0)
6064
mixlib-shellout (1.1.0)
6165
molinillo (0.6.6)
62-
multi_json (1.7.2)
66+
multi_json (1.15.0)
6367
multipart-post (1.2.0)
6468
net-http-persistent (2.8)
6569
net-scp (3.0.0)
@@ -102,9 +106,13 @@ GEM
102106
safe_yaml
103107
thor
104108
thor (0.18.1)
109+
thread_safe (0.3.6)
105110
timers (1.1.0)
111+
tzinfo (1.2.7)
112+
thread_safe (~> 0.1)
106113
vagrant (1.5.0)
107114
yajl-ruby (1.1.0)
115+
zeitwerk (2.4.0)
108116

109117
PLATFORMS
110118
ruby

0 commit comments

Comments
 (0)