Skip to content

Commit 14f5a0d

Browse files
Bump activesupport from 4.2.9 to 6.1.7.5 (#503)
Bumps [activesupport](https://github.com/rails/rails) from 4.2.9 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v4.2.9...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b80a25e commit 14f5a0d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.9)
5-
i18n (~> 0.7)
6-
minitest (~> 5.1)
7-
thread_safe (~> 0.3, >= 0.3.4)
8-
tzinfo (~> 1.1)
4+
activesupport (6.1.7.5)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
910
addressable (2.8.1)
1011
public_suffix (>= 2.0.2, < 6.0)
1112
coffee-script (2.4.1)
@@ -14,7 +15,7 @@ GEM
1415
coffee-script-source (1.12.2)
1516
colorator (1.1.0)
1617
commonmarker (0.23.10)
17-
concurrent-ruby (1.0.5)
18+
concurrent-ruby (1.3.4)
1819
csv (3.3.0)
1920
dnsruby (1.72.2)
2021
simpleidn (~> 0.2.1)
@@ -88,7 +89,7 @@ GEM
8889
activesupport (>= 2)
8990
nokogiri (>= 1.4)
9091
http_parser.rb (0.8.0)
91-
i18n (0.9.5)
92+
i18n (1.14.6)
9293
concurrent-ruby (~> 1.0)
9394
jekyll (3.10.0)
9495
addressable (~> 2.4)
@@ -214,7 +215,7 @@ GEM
214215
jekyll (>= 3.5, < 5.0)
215216
jekyll-feed (~> 0.9)
216217
jekyll-seo-tag (~> 2.1)
217-
minitest (5.11.3)
218+
minitest (5.25.1)
218219
nokogiri (1.16.7)
219220
mini_portile2 (~> 2.8.2)
220221
racc (~> 1.4)
@@ -246,13 +247,13 @@ GEM
246247
strscan (3.1.0)
247248
terminal-table (1.8.0)
248249
unicode-display_width (~> 1.1, >= 1.1.1)
249-
thread_safe (0.3.6)
250250
typhoeus (1.4.1)
251251
ethon (>= 0.9.0)
252-
tzinfo (1.2.10)
253-
thread_safe (~> 0.1)
252+
tzinfo (2.0.6)
253+
concurrent-ruby (~> 1.0)
254254
unicode-display_width (1.4.0)
255255
webrick (1.8.2)
256+
zeitwerk (2.6.18)
256257

257258
PLATFORMS
258259
ruby

0 commit comments

Comments
 (0)