Skip to content

Commit 0b66eee

Browse files
Bump actionpack from 7.1.2 to 7.1.3.2 (#125)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.2 to 7.1.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.2...v7.1.3.2) --- 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 1a0b5f1 commit 0b66eee

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

Gemfile.lock

+17-18
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actionpack (7.1.2)
20-
actionview (= 7.1.2)
21-
activesupport (= 7.1.2)
19+
actionpack (7.1.3.2)
20+
actionview (= 7.1.3.2)
21+
activesupport (= 7.1.3.2)
2222
nokogiri (>= 1.8.5)
2323
racc
2424
rack (>= 2.2.4)
2525
rack-session (>= 1.0.1)
2626
rack-test (>= 0.6.3)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
actionview (7.1.2)
30-
activesupport (= 7.1.2)
29+
actionview (7.1.3.2)
30+
activesupport (= 7.1.3.2)
3131
builder (~> 3.1)
3232
erubi (~> 1.11)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
35-
activejob (7.1.2)
36-
activesupport (= 7.1.2)
35+
activejob (7.1.3.2)
36+
activesupport (= 7.1.3.2)
3737
globalid (>= 0.3.6)
38-
activemodel (7.1.2)
39-
activesupport (= 7.1.2)
40-
activesupport (7.1.2)
38+
activemodel (7.1.3.2)
39+
activesupport (= 7.1.3.2)
40+
activesupport (7.1.3.2)
4141
base64
4242
bigdecimal
4343
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -55,18 +55,17 @@ GEM
5555
thor (>= 0.14.0)
5656
ast (2.4.2)
5757
base64 (0.2.0)
58-
bigdecimal (3.1.5)
58+
bigdecimal (3.1.6)
5959
builder (3.2.4)
6060
coderay (1.1.3)
61-
concurrent-ruby (1.2.2)
61+
concurrent-ruby (1.2.3)
6262
connection_pool (2.4.1)
6363
crack (0.4.5)
6464
rexml
6565
crass (1.0.6)
6666
diff-lcs (1.5.0)
6767
docile (1.4.0)
68-
drb (2.2.0)
69-
ruby2_keywords
68+
drb (2.2.1)
7069
erubi (1.12.0)
7170
faraday (1.10.3)
7271
faraday-em_http (~> 1.0)
@@ -110,7 +109,7 @@ GEM
110109
crass (~> 1.0.2)
111110
nokogiri (>= 1.12.0)
112111
method_source (1.0.0)
113-
minitest (5.20.0)
112+
minitest (5.22.2)
114113
mixpanel-ruby (1.7.0)
115114
multi_json (1.15.0)
116115
multipart-post (2.3.0)
@@ -153,9 +152,9 @@ GEM
153152
rails-html-sanitizer (1.6.0)
154153
loofah (~> 2.21)
155154
nokogiri (~> 1.14)
156-
railties (7.1.2)
157-
actionpack (= 7.1.2)
158-
activesupport (= 7.1.2)
155+
railties (7.1.3.2)
156+
actionpack (= 7.1.3.2)
157+
activesupport (= 7.1.3.2)
159158
irb
160159
rackup (>= 1.0.0)
161160
rake (>= 12.2)

0 commit comments

Comments
 (0)