Skip to content

Commit c2b96ba

Browse files
dependabot[bot]intrip
authored andcommitted
Bump activejob from 8.0.2 to 8.0.2.1
Bumps [activejob](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activejob/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: activejob dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc0cf92 commit c2b96ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionpack (8.0.2)
16-
actionview (= 8.0.2)
17-
activesupport (= 8.0.2)
15+
actionpack (8.0.2.1)
16+
actionview (= 8.0.2.1)
17+
activesupport (= 8.0.2.1)
1818
nokogiri (>= 1.8.5)
1919
rack (>= 2.2.4)
2020
rack-session (>= 1.0.1)
2121
rack-test (>= 0.6.3)
2222
rails-dom-testing (~> 2.2)
2323
rails-html-sanitizer (~> 1.6)
2424
useragent (~> 0.16)
25-
actionview (8.0.2)
26-
activesupport (= 8.0.2)
25+
actionview (8.0.2.1)
26+
activesupport (= 8.0.2.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.11)
2929
rails-dom-testing (~> 2.2)
3030
rails-html-sanitizer (~> 1.6)
31-
activejob (8.0.2)
32-
activesupport (= 8.0.2)
31+
activejob (8.0.2.1)
32+
activesupport (= 8.0.2.1)
3333
globalid (>= 0.3.6)
34-
activemodel (8.0.2)
35-
activesupport (= 8.0.2)
36-
activerecord (8.0.2)
37-
activemodel (= 8.0.2)
38-
activesupport (= 8.0.2)
34+
activemodel (8.0.2.1)
35+
activesupport (= 8.0.2.1)
36+
activerecord (8.0.2.1)
37+
activemodel (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
3939
timeout (>= 0.4.0)
40-
activesupport (8.0.2)
40+
activesupport (8.0.2.1)
4141
base64
4242
benchmark (>= 0.3)
4343
bigdecimal
@@ -161,9 +161,9 @@ GEM
161161
rails-html-sanitizer (1.6.2)
162162
loofah (~> 2.21)
163163
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
164-
railties (8.0.2)
165-
actionpack (= 8.0.2)
166-
activesupport (= 8.0.2)
164+
railties (8.0.2.1)
165+
actionpack (= 8.0.2.1)
166+
activesupport (= 8.0.2.1)
167167
irb (~> 1.13)
168168
rackup (>= 1.0.0)
169169
rake (>= 12.2)

0 commit comments

Comments
 (0)