Skip to content

Commit 588d9dd

Browse files
dependabot[bot]JasonLunn
authored andcommitted
Bump actionpack from 6.1.7.7 to 6.1.7.8 in /examples/simple_rails_api
Bumps [actionpack](https://github.com/rails/rails) from 6.1.7.7 to 6.1.7.8. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.7...v6.1.7.8) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 080cdd8 commit 588d9dd

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

examples/simple_rails_api/Gemfile.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.7)
5-
actionpack (= 6.1.7.7)
6-
activesupport (= 6.1.7.7)
4+
actioncable (6.1.7.8)
5+
actionpack (= 6.1.7.8)
6+
activesupport (= 6.1.7.8)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.7)
10-
actionpack (= 6.1.7.7)
11-
activejob (= 6.1.7.7)
12-
activerecord (= 6.1.7.7)
13-
activestorage (= 6.1.7.7)
14-
activesupport (= 6.1.7.7)
9+
actionmailbox (6.1.7.8)
10+
actionpack (= 6.1.7.8)
11+
activejob (= 6.1.7.8)
12+
activerecord (= 6.1.7.8)
13+
activestorage (= 6.1.7.8)
14+
activesupport (= 6.1.7.8)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.7)
17-
actionpack (= 6.1.7.7)
18-
actionview (= 6.1.7.7)
19-
activejob (= 6.1.7.7)
20-
activesupport (= 6.1.7.7)
16+
actionmailer (6.1.7.8)
17+
actionpack (= 6.1.7.8)
18+
actionview (= 6.1.7.8)
19+
activejob (= 6.1.7.8)
20+
activesupport (= 6.1.7.8)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.7)
24-
actionview (= 6.1.7.7)
25-
activesupport (= 6.1.7.7)
23+
actionpack (6.1.7.8)
24+
actionview (= 6.1.7.8)
25+
activesupport (= 6.1.7.8)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.7)
31-
actionpack (= 6.1.7.7)
32-
activerecord (= 6.1.7.7)
33-
activestorage (= 6.1.7.7)
34-
activesupport (= 6.1.7.7)
30+
actiontext (6.1.7.8)
31+
actionpack (= 6.1.7.8)
32+
activerecord (= 6.1.7.8)
33+
activestorage (= 6.1.7.8)
34+
activesupport (= 6.1.7.8)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.7)
37-
activesupport (= 6.1.7.7)
36+
actionview (6.1.7.8)
37+
activesupport (= 6.1.7.8)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.7.7)
43-
activesupport (= 6.1.7.7)
42+
activejob (6.1.7.8)
43+
activesupport (= 6.1.7.8)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.7.7)
46-
activesupport (= 6.1.7.7)
47-
activerecord (6.1.7.7)
48-
activemodel (= 6.1.7.7)
49-
activesupport (= 6.1.7.7)
50-
activestorage (6.1.7.7)
51-
actionpack (= 6.1.7.7)
52-
activejob (= 6.1.7.7)
53-
activerecord (= 6.1.7.7)
54-
activesupport (= 6.1.7.7)
45+
activemodel (6.1.7.8)
46+
activesupport (= 6.1.7.8)
47+
activerecord (6.1.7.8)
48+
activemodel (= 6.1.7.8)
49+
activesupport (= 6.1.7.8)
50+
activestorage (6.1.7.8)
51+
actionpack (= 6.1.7.8)
52+
activejob (= 6.1.7.8)
53+
activerecord (= 6.1.7.8)
54+
activesupport (= 6.1.7.8)
5555
marcel (~> 1.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.7.7)
57+
activesupport (6.1.7.8)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -109,20 +109,20 @@ GEM
109109
rack (2.2.9)
110110
rack-test (2.1.0)
111111
rack (>= 1.3)
112-
rails (6.1.7.7)
113-
actioncable (= 6.1.7.7)
114-
actionmailbox (= 6.1.7.7)
115-
actionmailer (= 6.1.7.7)
116-
actionpack (= 6.1.7.7)
117-
actiontext (= 6.1.7.7)
118-
actionview (= 6.1.7.7)
119-
activejob (= 6.1.7.7)
120-
activemodel (= 6.1.7.7)
121-
activerecord (= 6.1.7.7)
122-
activestorage (= 6.1.7.7)
123-
activesupport (= 6.1.7.7)
112+
rails (6.1.7.8)
113+
actioncable (= 6.1.7.8)
114+
actionmailbox (= 6.1.7.8)
115+
actionmailer (= 6.1.7.8)
116+
actionpack (= 6.1.7.8)
117+
actiontext (= 6.1.7.8)
118+
actionview (= 6.1.7.8)
119+
activejob (= 6.1.7.8)
120+
activemodel (= 6.1.7.8)
121+
activerecord (= 6.1.7.8)
122+
activestorage (= 6.1.7.8)
123+
activesupport (= 6.1.7.8)
124124
bundler (>= 1.15.0)
125-
railties (= 6.1.7.7)
125+
railties (= 6.1.7.8)
126126
sprockets-rails (>= 2.0.0)
127127
rails-dom-testing (2.2.0)
128128
activesupport (>= 5.0.0)
@@ -131,9 +131,9 @@ GEM
131131
rails-html-sanitizer (1.6.0)
132132
loofah (~> 2.21)
133133
nokogiri (~> 1.14)
134-
railties (6.1.7.7)
135-
actionpack (= 6.1.7.7)
136-
activesupport (= 6.1.7.7)
134+
railties (6.1.7.8)
135+
actionpack (= 6.1.7.8)
136+
activesupport (= 6.1.7.8)
137137
method_source
138138
rake (>= 12.2)
139139
thor (~> 1.0)

0 commit comments

Comments
 (0)