Skip to content

Commit 9fa824a

Browse files
Bump activesupport from 7.0.4.3 to 7.0.7.1 (#153)
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.0.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.3...v7.0.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2907dcb commit 9fa824a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2121
gem "nokogiri", "~> 1.14.3"
2222
gem "addressable", ">= 2.8.0"
2323
gem "commonmarker", ">= 0.23.10"
24-
gem "activesupport", "~> 7.0.4.3"
24+
gem "activesupport", "~> 7.0.7.1"
2525

2626
# Fix for when using Ruby 3 - webrick no longer installed w/ Ruby 3
2727
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4.3)
4+
activesupport (7.0.7.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
@@ -87,7 +87,7 @@ GEM
8787
activesupport (>= 2)
8888
nokogiri (>= 1.4)
8989
http_parser.rb (0.8.0)
90-
i18n (1.12.0)
90+
i18n (1.14.1)
9191
concurrent-ruby (~> 1.0)
9292
jekyll (3.9.3)
9393
addressable (~> 2.4)
@@ -210,7 +210,7 @@ GEM
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213-
minitest (5.18.0)
213+
minitest (5.19.0)
214214
nokogiri (1.14.3-x64-mingw-ucrt)
215215
racc (~> 1.4)
216216
nokogiri (1.14.3-x86_64-linux)
@@ -261,9 +261,9 @@ PLATFORMS
261261
x86_64-linux
262262

263263
DEPENDENCIES
264-
activesupport (~> 7.0.4.3)
264+
activesupport (~> 7.0.7.1)
265265
addressable (>= 2.8.0)
266-
commonmarker (>= 0.23.9)
266+
commonmarker (>= 0.23.10)
267267
github-pages (~> 228)
268268
nokogiri (~> 1.14.3)
269269
tzinfo (~> 2.0.6)

0 commit comments

Comments
 (0)