Skip to content

Commit 23fb7b5

Browse files
build(deps): bump the bundler group across 1 directory with 6 updates
Bumps the bundler group with 2 updates in the / directory: [rails](https://github.com/rails/rails) and [rexml](https://github.com/ruby/rexml). Updates `rails` from 7.1.3 to 7.1.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3...v7.1.3.1) Updates `actionpack` from 7.1.3 to 7.1.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.3/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3...v7.1.3.1) Updates `nokogiri` from 1.16.0 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.0...v1.16.5) Updates `rack` from 3.0.8 to 3.0.11 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/commits) Updates `rdoc` from 6.6.2 to 6.6.3.1 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](ruby/rdoc@v6.6.2...v6.6.3.1) Updates `rexml` from 3.2.6 to 3.2.8 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production dependency-group: bundler - dependency-name: actionpack dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: rdoc dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbbe47a commit 23fb7b5

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.2.3"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.1.2"
6+
gem "rails", "~> 7.1.3"
77

88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"

Gemfile.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3)
5-
actionpack (= 7.1.3)
6-
activesupport (= 7.1.3)
4+
actioncable (7.1.3.1)
5+
actionpack (= 7.1.3.1)
6+
activesupport (= 7.1.3.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3)
11-
actionpack (= 7.1.3)
12-
activejob (= 7.1.3)
13-
activerecord (= 7.1.3)
14-
activestorage (= 7.1.3)
15-
activesupport (= 7.1.3)
10+
actionmailbox (7.1.3.1)
11+
actionpack (= 7.1.3.1)
12+
activejob (= 7.1.3.1)
13+
activerecord (= 7.1.3.1)
14+
activestorage (= 7.1.3.1)
15+
activesupport (= 7.1.3.1)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.3)
21-
actionpack (= 7.1.3)
22-
actionview (= 7.1.3)
23-
activejob (= 7.1.3)
24-
activesupport (= 7.1.3)
20+
actionmailer (7.1.3.1)
21+
actionpack (= 7.1.3.1)
22+
actionview (= 7.1.3.1)
23+
activejob (= 7.1.3.1)
24+
activesupport (= 7.1.3.1)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3)
31-
actionview (= 7.1.3)
32-
activesupport (= 7.1.3)
30+
actionpack (7.1.3.1)
31+
actionview (= 7.1.3.1)
32+
activesupport (= 7.1.3.1)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3)
41-
actionpack (= 7.1.3)
42-
activerecord (= 7.1.3)
43-
activestorage (= 7.1.3)
44-
activesupport (= 7.1.3)
40+
actiontext (7.1.3.1)
41+
actionpack (= 7.1.3.1)
42+
activerecord (= 7.1.3.1)
43+
activestorage (= 7.1.3.1)
44+
activesupport (= 7.1.3.1)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3)
48-
activesupport (= 7.1.3)
47+
actionview (7.1.3.1)
48+
activesupport (= 7.1.3.1)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.3)
54-
activesupport (= 7.1.3)
53+
activejob (7.1.3.1)
54+
activesupport (= 7.1.3.1)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.3)
57-
activesupport (= 7.1.3)
58-
activerecord (7.1.3)
59-
activemodel (= 7.1.3)
60-
activesupport (= 7.1.3)
56+
activemodel (7.1.3.1)
57+
activesupport (= 7.1.3.1)
58+
activerecord (7.1.3.1)
59+
activemodel (= 7.1.3.1)
60+
activesupport (= 7.1.3.1)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.3)
63-
actionpack (= 7.1.3)
64-
activejob (= 7.1.3)
65-
activerecord (= 7.1.3)
66-
activesupport (= 7.1.3)
62+
activestorage (7.1.3.1)
63+
actionpack (= 7.1.3.1)
64+
activejob (= 7.1.3.1)
65+
activerecord (= 7.1.3.1)
66+
activesupport (= 7.1.3.1)
6767
marcel (~> 1.0)
68-
activesupport (7.1.3)
68+
activesupport (7.1.3.1)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -78,7 +78,7 @@ GEM
7878
addressable (2.8.6)
7979
public_suffix (>= 2.0.2, < 6.0)
8080
base64 (0.2.0)
81-
bigdecimal (3.1.6)
81+
bigdecimal (3.1.8)
8282
bindex (0.8.1)
8383
bootsnap (1.17.1)
8484
msgpack (~> 1.2)
@@ -99,20 +99,19 @@ GEM
9999
debug (1.9.1)
100100
irb (~> 1.10)
101101
reline (>= 0.3.8)
102-
drb (2.2.0)
103-
ruby2_keywords
102+
drb (2.2.1)
104103
erubi (1.12.0)
105104
globalid (1.2.1)
106105
activesupport (>= 6.1)
107-
i18n (1.14.1)
106+
i18n (1.14.5)
108107
concurrent-ruby (~> 1.0)
109108
importmap-rails (2.0.1)
110109
actionpack (>= 6.0.0)
111110
activesupport (>= 6.0.0)
112111
railties (>= 6.0.0)
113112
io-console (0.7.2)
114-
irb (1.11.1)
115-
rdoc
113+
irb (1.13.1)
114+
rdoc (>= 4.0.0)
116115
reline (>= 0.4.2)
117116
jbuilder (2.11.5)
118117
actionview (>= 5.0.0)
@@ -125,85 +124,85 @@ GEM
125124
net-imap
126125
net-pop
127126
net-smtp
128-
marcel (1.0.2)
127+
marcel (1.0.4)
129128
matrix (0.4.2)
130129
mini_mime (1.1.5)
131-
mini_portile2 (2.8.5)
132-
minitest (5.21.2)
130+
mini_portile2 (2.8.6)
131+
minitest (5.23.0)
133132
msgpack (1.7.2)
134133
mutex_m (0.2.0)
135-
net-imap (0.4.9.1)
134+
net-imap (0.4.11)
136135
date
137136
net-protocol
138137
net-pop (0.1.2)
139138
net-protocol
140139
net-protocol (0.2.2)
141140
timeout
142-
net-smtp (0.4.0.1)
141+
net-smtp (0.5.0)
143142
net-protocol
144-
nio4r (2.7.0)
145-
nokogiri (1.16.0)
143+
nio4r (2.7.3)
144+
nokogiri (1.16.5)
146145
mini_portile2 (~> 2.8.2)
147146
racc (~> 1.4)
148-
nokogiri (1.16.0-aarch64-linux)
147+
nokogiri (1.16.5-aarch64-linux)
149148
racc (~> 1.4)
150-
nokogiri (1.16.0-arm64-darwin)
149+
nokogiri (1.16.5-arm64-darwin)
151150
racc (~> 1.4)
152-
nokogiri (1.16.0-x86_64-darwin)
151+
nokogiri (1.16.5-x86_64-darwin)
153152
racc (~> 1.4)
154-
nokogiri (1.16.0-x86_64-linux)
153+
nokogiri (1.16.5-x86_64-linux)
155154
racc (~> 1.4)
156155
psych (5.1.2)
157156
stringio
158157
public_suffix (5.0.4)
159158
puma (6.4.2)
160159
nio4r (~> 2.0)
161160
racc (1.7.3)
162-
rack (3.0.8)
161+
rack (3.0.11)
163162
rack-session (2.0.0)
164163
rack (>= 3.0.0)
165164
rack-test (2.1.0)
166165
rack (>= 1.3)
167166
rackup (2.1.0)
168167
rack (>= 3)
169168
webrick (~> 1.8)
170-
rails (7.1.3)
171-
actioncable (= 7.1.3)
172-
actionmailbox (= 7.1.3)
173-
actionmailer (= 7.1.3)
174-
actionpack (= 7.1.3)
175-
actiontext (= 7.1.3)
176-
actionview (= 7.1.3)
177-
activejob (= 7.1.3)
178-
activemodel (= 7.1.3)
179-
activerecord (= 7.1.3)
180-
activestorage (= 7.1.3)
181-
activesupport (= 7.1.3)
169+
rails (7.1.3.1)
170+
actioncable (= 7.1.3.1)
171+
actionmailbox (= 7.1.3.1)
172+
actionmailer (= 7.1.3.1)
173+
actionpack (= 7.1.3.1)
174+
actiontext (= 7.1.3.1)
175+
actionview (= 7.1.3.1)
176+
activejob (= 7.1.3.1)
177+
activemodel (= 7.1.3.1)
178+
activerecord (= 7.1.3.1)
179+
activestorage (= 7.1.3.1)
180+
activesupport (= 7.1.3.1)
182181
bundler (>= 1.15.0)
183-
railties (= 7.1.3)
182+
railties (= 7.1.3.1)
184183
rails-dom-testing (2.2.0)
185184
activesupport (>= 5.0.0)
186185
minitest
187186
nokogiri (>= 1.6)
188187
rails-html-sanitizer (1.6.0)
189188
loofah (~> 2.21)
190189
nokogiri (~> 1.14)
191-
railties (7.1.3)
192-
actionpack (= 7.1.3)
193-
activesupport (= 7.1.3)
190+
railties (7.1.3.1)
191+
actionpack (= 7.1.3.1)
192+
activesupport (= 7.1.3.1)
194193
irb
195194
rackup (>= 1.0.0)
196195
rake (>= 12.2)
197196
thor (~> 1.0, >= 1.2.2)
198197
zeitwerk (~> 2.6)
199-
rake (13.1.0)
200-
rdoc (6.6.2)
198+
rake (13.2.1)
199+
rdoc (6.6.3.1)
201200
psych (>= 4.0.0)
202201
regexp_parser (2.9.0)
203-
reline (0.4.2)
202+
reline (0.5.7)
204203
io-console (~> 0.5)
205-
rexml (3.2.6)
206-
ruby2_keywords (0.0.5)
204+
rexml (3.2.8)
205+
strscan (>= 3.0.9)
207206
rubyzip (2.3.2)
208207
selenium-webdriver (4.10.0)
209208
rexml (~> 3.2, >= 3.2.5)
@@ -225,7 +224,8 @@ GEM
225224
stimulus-rails (1.3.3)
226225
railties (>= 6.0.0)
227226
stringio (3.1.0)
228-
thor (1.3.0)
227+
strscan (3.1.0)
228+
thor (1.3.1)
229229
timeout (0.4.1)
230230
turbo-rails (1.5.0)
231231
actionpack (>= 6.0.0)
@@ -249,7 +249,7 @@ GEM
249249
websocket-extensions (0.1.5)
250250
xpath (3.2.0)
251251
nokogiri (~> 1.8)
252-
zeitwerk (2.6.12)
252+
zeitwerk (2.6.14)
253253

254254
PLATFORMS
255255
aarch64-linux
@@ -265,7 +265,7 @@ DEPENDENCIES
265265
importmap-rails
266266
jbuilder
267267
puma (>= 5.0)
268-
rails (~> 7.1.2)
268+
rails (~> 7.1.3)
269269
selenium-webdriver
270270
sprockets-rails
271271
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)