Skip to content

Commit 9d61855

Browse files
Merge pull request #42 from CodingAnarchy/dependabot/bundler/actionpack-6.1.7.8
2 parents 1a73c9c + 36e7e75 commit 9d61855

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

Gemfile.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (6.1.7.7)
13-
actionview (= 6.1.7.7)
14-
activesupport (= 6.1.7.7)
12+
actionpack (6.1.7.8)
13+
actionview (= 6.1.7.8)
14+
activesupport (= 6.1.7.8)
1515
rack (~> 2.0, >= 2.0.9)
1616
rack-test (>= 0.6.3)
1717
rails-dom-testing (~> 2.0)
1818
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19-
actionview (6.1.7.7)
20-
activesupport (= 6.1.7.7)
19+
actionview (6.1.7.8)
20+
activesupport (= 6.1.7.8)
2121
builder (~> 3.1)
2222
erubi (~> 1.4)
2323
rails-dom-testing (~> 2.0)
2424
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25-
activesupport (6.1.7.7)
25+
activesupport (6.1.7.8)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
@@ -33,7 +33,7 @@ GEM
3333
bindata (2.5.0)
3434
builder (3.2.4)
3535
byebug (11.1.3)
36-
concurrent-ruby (1.2.3)
36+
concurrent-ruby (1.3.1)
3737
crass (1.0.6)
3838
diff-lcs (1.5.1)
3939
domain_name (0.6.20240107)
@@ -48,7 +48,7 @@ GEM
4848
http-accept (1.7.0)
4949
http-cookie (1.0.5)
5050
domain_name (~> 0.5)
51-
i18n (1.14.1)
51+
i18n (1.14.5)
5252
concurrent-ruby (~> 1.0)
5353
json-jwt (1.16.6)
5454
activesupport (>= 4.2)
@@ -64,26 +64,25 @@ GEM
6464
mime-types (3.5.2)
6565
mime-types-data (~> 3.2015)
6666
mime-types-data (3.2024.0206)
67-
mini_portile2 (2.8.5)
68-
minitest (5.22.2)
67+
mini_portile2 (2.8.7)
68+
minitest (5.23.1)
6969
netrc (0.11.0)
70-
nokogiri (1.16.2)
71-
mini_portile2 (~> 2.8.2)
70+
nokogiri (1.13.10)
71+
mini_portile2 (~> 2.8.0)
7272
racc (~> 1.4)
73-
racc (1.7.3)
74-
rack (2.2.8.1)
73+
racc (1.8.0)
74+
rack (2.2.9)
7575
rack-test (2.1.0)
7676
rack (>= 1.3)
7777
rails-dom-testing (2.2.0)
7878
activesupport (>= 5.0.0)
7979
minitest
8080
nokogiri (>= 1.6)
81-
rails-html-sanitizer (1.6.0)
82-
loofah (~> 2.21)
83-
nokogiri (~> 1.14)
84-
railties (6.1.7.7)
85-
actionpack (= 6.1.7.7)
86-
activesupport (= 6.1.7.7)
81+
rails-html-sanitizer (1.5.0)
82+
loofah (~> 2.19, >= 2.19.1)
83+
railties (6.1.7.8)
84+
actionpack (= 6.1.7.8)
85+
activesupport (= 6.1.7.8)
8786
method_source
8887
rake (>= 12.2)
8988
thor (~> 1.0)
@@ -114,7 +113,7 @@ GEM
114113
thor (1.3.1)
115114
tzinfo (2.0.6)
116115
concurrent-ruby (~> 1.0)
117-
zeitwerk (2.6.13)
116+
zeitwerk (2.6.15)
118117

119118
PLATFORMS
120119
ruby

0 commit comments

Comments
 (0)