Skip to content

Commit e8ebd0e

Browse files
Bump activesupport from 7.2.2 to 8.0.0 (#1044)
Bumps [activesupport](https://github.com/rails/rails) from 7.2.2 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.2.2...v8.0.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45cc0d7 commit e8ebd0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: _gems/jekyll-assets
33
specs:
44
jekyll-assets (4.0.0.alpha)
5-
activesupport (>= 5, < 8)
5+
activesupport (>= 5, < 9)
66
execjs (~> 2.7)
77
extras (~> 0.2)
88
fastimage (~> 2.0, >= 1.8)
@@ -23,7 +23,7 @@ PATH
2323
GEM
2424
remote: https://rubygems.org/
2525
specs:
26-
activesupport (7.2.2)
26+
activesupport (8.0.0)
2727
base64
2828
benchmark (>= 0.3)
2929
bigdecimal
@@ -35,10 +35,11 @@ GEM
3535
minitest (>= 5.1)
3636
securerandom (>= 0.3)
3737
tzinfo (~> 2.0, >= 2.0.5)
38+
uri (>= 0.13.1)
3839
addressable (2.8.7)
3940
public_suffix (>= 2.0.2, < 7.0)
4041
base64 (0.2.0)
41-
benchmark (0.3.0)
42+
benchmark (0.4.0)
4243
bibtex-ruby (6.1.0)
4344
latex-decode (~> 0.0)
4445
racc (~> 1.7)
@@ -174,6 +175,7 @@ GEM
174175
uglifier (4.2.1)
175176
execjs (>= 0.3.0, < 3)
176177
unicode-display_width (2.6.0)
178+
uri (1.0.1)
177179
webrick (1.8.2)
178180

179181
PLATFORMS

_gems/jekyll-assets/jekyll-assets.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.required_ruby_version = ">= 2.6.0"
2727
s.add_runtime_dependency("execjs", "~> 2.7")
2828
s.add_runtime_dependency("nokogiri", "~> 1.10")
29-
s.add_runtime_dependency("activesupport", ">= 5", "< 8")
29+
s.add_runtime_dependency("activesupport", ">= 5", "< 9")
3030
s.add_runtime_dependency("sprockets", "~> 4.0.beta7")
3131
s.add_runtime_dependency("fastimage", ">= 1.8", "~> 2.0")
3232
s.add_runtime_dependency("liquid-tag-parser", ">= 1", "< 3")

0 commit comments

Comments
 (0)