Skip to content

Commit ff11a9a

Browse files
Bump activesupport from 8.0.2.1 to 8.0.4.1 (#67)
Bumps [activesupport](https://github.com/rails/rails) from 8.0.2.1 to 8.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.2.1...v8.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4b032c commit ff11a9a

1 file changed

Lines changed: 27 additions & 25 deletions

File tree

Gemfile.lock

Lines changed: 27 additions & 25 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.1)
16-
actionview (= 8.0.2.1)
17-
activesupport (= 8.0.2.1)
15+
actionpack (8.0.4.1)
16+
actionview (= 8.0.4.1)
17+
activesupport (= 8.0.4.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.1)
26-
activesupport (= 8.0.2.1)
25+
actionview (8.0.4.1)
26+
activesupport (= 8.0.4.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.1)
32-
activesupport (= 8.0.2.1)
31+
activejob (8.0.4.1)
32+
activesupport (= 8.0.4.1)
3333
globalid (>= 0.3.6)
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)
34+
activemodel (8.0.4.1)
35+
activesupport (= 8.0.4.1)
36+
activerecord (8.0.4.1)
37+
activemodel (= 8.0.4.1)
38+
activesupport (= 8.0.4.1)
3939
timeout (>= 0.4.0)
40-
activesupport (8.0.2.1)
40+
activesupport (8.0.4.1)
4141
base64
4242
benchmark (>= 0.3)
4343
bigdecimal
@@ -46,7 +46,7 @@ GEM
4646
drb
4747
i18n (>= 1.6, < 2)
4848
logger (>= 1.4.2)
49-
minitest (>= 5.1)
49+
minitest (>= 5.1, < 6)
5050
securerandom (>= 0.3)
5151
tzinfo (~> 2.0, >= 2.0.5)
5252
uri (>= 0.13.1)
@@ -70,18 +70,18 @@ GEM
7070
aws-sigv4 (1.11.0)
7171
aws-eventstream (~> 1, >= 1.0.2)
7272
base64 (0.3.0)
73-
benchmark (0.4.1)
73+
benchmark (0.5.0)
7474
betterlint (1.16.0)
7575
rubocop (~> 1.62.0)
7676
rubocop-graphql (~> 1.5.0)
7777
rubocop-performance (~> 1.21.0)
7878
rubocop-rails (~> 2.24.0)
7979
rubocop-rake (~> 0.6.0)
8080
rubocop-rspec (~> 2.28.0)
81-
bigdecimal (3.2.3)
81+
bigdecimal (4.1.2)
8282
builder (3.3.0)
83-
concurrent-ruby (1.3.5)
84-
connection_pool (2.5.4)
83+
concurrent-ruby (1.3.6)
84+
connection_pool (3.0.2)
8585
crack (1.0.0)
8686
bigdecimal
8787
rexml
@@ -93,7 +93,7 @@ GEM
9393
globalid (1.2.1)
9494
activesupport (>= 6.1)
9595
hashdiff (1.1.2)
96-
i18n (1.14.7)
96+
i18n (1.14.8)
9797
concurrent-ruby (~> 1.0)
9898
io-console (0.8.0)
9999
irb (1.15.0)
@@ -102,15 +102,15 @@ GEM
102102
reline (>= 0.4.2)
103103
jmespath (1.6.2)
104104
json (2.9.1)
105-
json-schema (5.1.1)
105+
json-schema (6.2.0)
106106
addressable (~> 2.8)
107-
bigdecimal (~> 3.1)
107+
bigdecimal (>= 3.1, < 5)
108108
language_server-protocol (3.17.0.3)
109109
logger (1.7.0)
110110
loofah (2.24.0)
111111
crass (~> 1.0.2)
112112
nokogiri (>= 1.12.0)
113-
minitest (5.25.5)
113+
minitest (5.27.0)
114114
nokogiri (1.19.3-arm64-darwin)
115115
racc (~> 1.4)
116116
nokogiri (1.19.3-x86_64-linux-gnu)
@@ -144,13 +144,14 @@ GEM
144144
rails-html-sanitizer (1.6.2)
145145
loofah (~> 2.21)
146146
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)
147-
railties (8.0.2.1)
148-
actionpack (= 8.0.2.1)
149-
activesupport (= 8.0.2.1)
147+
railties (8.0.4.1)
148+
actionpack (= 8.0.4.1)
149+
activesupport (= 8.0.4.1)
150150
irb (~> 1.13)
151151
rackup (>= 1.0.0)
152152
rake (>= 12.2)
153153
thor (~> 1.0, >= 1.2.2)
154+
tsort (>= 0.2)
154155
zeitwerk (~> 2.6)
155156
rainbow (3.1.1)
156157
rake (13.2.1)
@@ -226,6 +227,7 @@ GEM
226227
thor (1.3.2)
227228
timecop (0.9.10)
228229
timeout (0.4.3)
230+
tsort (0.2.0)
229231
tzinfo (2.0.6)
230232
concurrent-ruby (~> 1.0)
231233
uncruft (0.5.0)

0 commit comments

Comments
 (0)