Skip to content

Commit 92cdfc0

Browse files
chore(deps): bump actionpack from 6.1.3.2 to 6.1.4.1 (#14)
Bumps [actionpack](https://github.com/rails/rails) from 6.1.3.2 to 6.1.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.1.3.2...v6.1.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 870e715 commit 92cdfc0

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (6.1.3.2)
5-
actionview (= 6.1.3.2)
6-
activesupport (= 6.1.3.2)
4+
actionpack (6.1.4.1)
5+
actionview (= 6.1.4.1)
6+
activesupport (= 6.1.4.1)
77
rack (~> 2.0, >= 2.0.9)
88
rack-test (>= 0.6.3)
99
rails-dom-testing (~> 2.0)
1010
rails-html-sanitizer (~> 1.0, >= 1.2.0)
11-
actionview (6.1.3.2)
12-
activesupport (= 6.1.3.2)
11+
actionview (6.1.4.1)
12+
activesupport (= 6.1.4.1)
1313
builder (~> 3.1)
1414
erubi (~> 1.4)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.1, >= 1.2.0)
17-
activesupport (6.1.3.2)
17+
activesupport (6.1.4.1)
1818
concurrent-ruby (~> 1.0, >= 1.0.2)
1919
i18n (>= 1.6, < 2)
2020
minitest (>= 5.1)
@@ -30,7 +30,7 @@ GEM
3030
sassc-rails (>= 2.0.0)
3131
builder (3.2.4)
3232
colorator (1.1.0)
33-
concurrent-ruby (1.1.8)
33+
concurrent-ruby (1.1.9)
3434
crass (1.0.6)
3535
em-websocket (0.5.2)
3636
eventmachine (>= 0.12.9)
@@ -43,10 +43,10 @@ GEM
4343
multipart-post (>= 1.2, < 3)
4444
ruby2_keywords
4545
faraday-net_http (1.0.1)
46-
ffi (1.14.2)
46+
ffi (1.15.4)
4747
forwardable-extended (2.6.0)
4848
http_parser.rb (0.6.0)
49-
i18n (1.8.9)
49+
i18n (1.8.11)
5050
concurrent-ruby (~> 1.0)
5151
jekyll (4.2.0)
5252
addressable (~> 2.4)
@@ -92,7 +92,7 @@ GEM
9292
listen (3.4.1)
9393
rb-fsevent (~> 0.10, >= 0.10.3)
9494
rb-inotify (~> 0.9, >= 0.9.10)
95-
loofah (2.9.1)
95+
loofah (2.13.0)
9696
crass (~> 1.0.2)
9797
nokogiri (>= 1.5.9)
9898
mercenary (0.4.0)
@@ -123,22 +123,22 @@ GEM
123123
forwardable-extended (~> 2.6)
124124
popper_js (2.9.2)
125125
public_suffix (4.0.6)
126-
racc (1.5.2)
126+
racc (1.6.0)
127127
rack (2.2.3)
128128
rack-test (1.1.0)
129129
rack (>= 1.0, < 3)
130130
rails-dom-testing (2.0.3)
131131
activesupport (>= 4.2.0)
132132
nokogiri (>= 1.6)
133-
rails-html-sanitizer (1.3.0)
133+
rails-html-sanitizer (1.4.2)
134134
loofah (~> 2.3)
135-
railties (6.1.3.2)
136-
actionpack (= 6.1.3.2)
137-
activesupport (= 6.1.3.2)
135+
railties (6.1.4.1)
136+
actionpack (= 6.1.4.1)
137+
activesupport (= 6.1.4.1)
138138
method_source
139-
rake (>= 0.8.7)
139+
rake (>= 0.13)
140140
thor (~> 1.0)
141-
rake (13.0.3)
141+
rake (13.0.6)
142142
rb-fsevent (0.10.4)
143143
rb-inotify (0.10.1)
144144
ffi (~> 1.0)
@@ -160,9 +160,9 @@ GEM
160160
sprockets (4.0.2)
161161
concurrent-ruby (~> 1.0)
162162
rack (> 1, < 3)
163-
sprockets-rails (3.2.2)
164-
actionpack (>= 4.0)
165-
activesupport (>= 4.0)
163+
sprockets-rails (3.4.1)
164+
actionpack (>= 5.2)
165+
activesupport (>= 5.2)
166166
sprockets (>= 3.0.0)
167167
terminal-table (2.0.0)
168168
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -172,7 +172,7 @@ GEM
172172
concurrent-ruby (~> 1.0)
173173
unicode-display_width (1.7.0)
174174
webrick (1.7.0)
175-
zeitwerk (2.4.2)
175+
zeitwerk (2.5.1)
176176

177177
PLATFORMS
178178
ruby

0 commit comments

Comments
 (0)