Skip to content

Commit 3950bf3

Browse files
authored
Merge pull request #3 from SwolfPy-Project/dependabot/bundler/actionpack-6.0.4.7
Bump actionpack from 6.0.4.1 to 6.0.4.7
2 parents 0f801ab + 33096a9 commit 3950bf3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Gemfile.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (6.0.4.1)
5-
actionview (= 6.0.4.1)
6-
activesupport (= 6.0.4.1)
4+
actionpack (6.0.4.7)
5+
actionview (= 6.0.4.7)
6+
activesupport (= 6.0.4.7)
77
rack (~> 2.0, >= 2.0.8)
88
rack-test (>= 0.6.3)
99
rails-dom-testing (~> 2.0)
1010
rails-html-sanitizer (~> 1.0, >= 1.2.0)
11-
actionview (6.0.4.1)
12-
activesupport (= 6.0.4.1)
11+
actionview (6.0.4.7)
12+
activesupport (= 6.0.4.7)
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.0.4.1)
17+
activesupport (6.0.4.7)
1818
concurrent-ruby (~> 1.0, >= 1.0.2)
1919
i18n (>= 0.7, < 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.9)
33+
concurrent-ruby (1.1.10)
3434
crass (1.0.6)
3535
em-websocket (0.5.2)
3636
eventmachine (>= 0.12.9)
@@ -39,11 +39,11 @@ GEM
3939
eventmachine (1.2.7)
4040
eventmachine (1.2.7-x64-mingw32)
4141
execjs (2.8.1)
42-
ffi (1.15.4)
43-
ffi (1.15.4-x64-mingw32)
42+
ffi (1.15.5)
43+
ffi (1.15.5-x64-mingw32)
4444
forwardable-extended (2.6.0)
4545
http_parser.rb (0.6.0)
46-
i18n (1.8.10)
46+
i18n (1.10.0)
4747
concurrent-ruby (~> 1.0)
4848
jekyll (4.2.1)
4949
addressable (~> 2.4)
@@ -78,7 +78,7 @@ GEM
7878
listen (3.7.0)
7979
rb-fsevent (~> 0.10, >= 0.10.3)
8080
rb-inotify (~> 0.9, >= 0.9.10)
81-
loofah (2.12.0)
81+
loofah (2.16.0)
8282
crass (~> 1.0.2)
8383
nokogiri (>= 1.5.9)
8484
mercenary (0.4.0)
@@ -87,7 +87,7 @@ GEM
8787
jekyll (>= 3.5, < 5.0)
8888
jekyll-feed (~> 0.9)
8989
jekyll-seo-tag (~> 2.1)
90-
minitest (5.14.4)
90+
minitest (5.15.0)
9191
nokogiri (1.13.2-x64-mingw32)
9292
racc (~> 1.4)
9393
nokogiri (1.13.2-x86_64-linux)
@@ -105,9 +105,9 @@ GEM
105105
nokogiri (>= 1.6)
106106
rails-html-sanitizer (1.4.2)
107107
loofah (~> 2.3)
108-
railties (6.0.4.1)
109-
actionpack (= 6.0.4.1)
110-
activesupport (= 6.0.4.1)
108+
railties (6.0.4.7)
109+
actionpack (= 6.0.4.7)
110+
activesupport (= 6.0.4.7)
111111
method_source
112112
rake (>= 0.8.7)
113113
thor (>= 0.20.3, < 2.0)
@@ -128,16 +128,16 @@ GEM
128128
sprockets (> 3.0)
129129
sprockets-rails
130130
tilt
131-
sprockets (4.0.2)
131+
sprockets (4.0.3)
132132
concurrent-ruby (~> 1.0)
133133
rack (> 1, < 3)
134-
sprockets-rails (3.2.2)
135-
actionpack (>= 4.0)
136-
activesupport (>= 4.0)
134+
sprockets-rails (3.4.2)
135+
actionpack (>= 5.2)
136+
activesupport (>= 5.2)
137137
sprockets (>= 3.0.0)
138138
terminal-table (2.0.0)
139139
unicode-display_width (~> 1.1, >= 1.1.1)
140-
thor (1.1.0)
140+
thor (1.2.1)
141141
thread_safe (0.3.6)
142142
tilt (2.0.10)
143143
tzinfo (1.2.9)
@@ -147,7 +147,7 @@ GEM
147147
unicode-display_width (1.8.0)
148148
wdm (0.1.1)
149149
webrick (1.7.0)
150-
zeitwerk (2.4.2)
150+
zeitwerk (2.5.4)
151151

152152
PLATFORMS
153153
x64-mingw32

0 commit comments

Comments
 (0)