Skip to content

Commit cbe002e

Browse files
Bump rails from 7.1.0 to 7.1.3.1 in /frameworks/Ruby/rails
Bumps [rails](https://github.com/rails/rails) from 7.1.0 to 7.1.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.0...v7.1.3.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2250250 commit cbe002e

File tree

2 files changed

+80
-79
lines changed

2 files changed

+80
-79
lines changed

frameworks/Ruby/rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem 'trilogy', group: :mysql
66
gem 'oj', '~> 3.16'
77
gem 'pg', '1.5.4', group: :postgresql
88
gem 'puma', '~> 6.4'
9-
gem 'rails', '~> 7.1.0'
9+
gem 'rails', '~> 7.1.3'
1010
gem 'redis', '~> 5.0'
1111
gem 'tzinfo-data'

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 79 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.0)
5-
actionpack (= 7.1.0)
6-
activesupport (= 7.1.0)
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.0)
11-
actionpack (= 7.1.0)
12-
activejob (= 7.1.0)
13-
activerecord (= 7.1.0)
14-
activestorage (= 7.1.0)
15-
activesupport (= 7.1.0)
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.0)
21-
actionpack (= 7.1.0)
22-
actionview (= 7.1.0)
23-
activejob (= 7.1.0)
24-
activesupport (= 7.1.0)
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.0)
31-
actionview (= 7.1.0)
32-
activesupport (= 7.1.0)
30+
actionpack (7.1.3.1)
31+
actionview (= 7.1.3.1)
32+
activesupport (= 7.1.3.1)
3333
nokogiri (>= 1.8.5)
34+
racc
3435
rack (>= 2.2.4)
3536
rack-session (>= 1.0.1)
3637
rack-test (>= 0.6.3)
3738
rails-dom-testing (~> 2.2)
3839
rails-html-sanitizer (~> 1.6)
39-
actiontext (7.1.0)
40-
actionpack (= 7.1.0)
41-
activerecord (= 7.1.0)
42-
activestorage (= 7.1.0)
43-
activesupport (= 7.1.0)
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)
4445
globalid (>= 0.6.0)
4546
nokogiri (>= 1.8.5)
46-
actionview (7.1.0)
47-
activesupport (= 7.1.0)
47+
actionview (7.1.3.1)
48+
activesupport (= 7.1.3.1)
4849
builder (~> 3.1)
4950
erubi (~> 1.11)
5051
rails-dom-testing (~> 2.2)
5152
rails-html-sanitizer (~> 1.6)
52-
activejob (7.1.0)
53-
activesupport (= 7.1.0)
53+
activejob (7.1.3.1)
54+
activesupport (= 7.1.3.1)
5455
globalid (>= 0.3.6)
55-
activemodel (7.1.0)
56-
activesupport (= 7.1.0)
57-
activerecord (7.1.0)
58-
activemodel (= 7.1.0)
59-
activesupport (= 7.1.0)
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)
6061
timeout (>= 0.4.0)
61-
activestorage (7.1.0)
62-
actionpack (= 7.1.0)
63-
activejob (= 7.1.0)
64-
activerecord (= 7.1.0)
65-
activesupport (= 7.1.0)
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)
6667
marcel (~> 1.0)
67-
activesupport (7.1.0)
68+
activesupport (7.1.3.1)
6869
base64
6970
bigdecimal
7071
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -74,25 +75,25 @@ GEM
7475
minitest (>= 5.1)
7576
mutex_m
7677
tzinfo (~> 2.0)
77-
base64 (0.1.1)
78-
bigdecimal (3.1.4)
78+
base64 (0.2.0)
79+
bigdecimal (3.1.6)
7980
builder (3.2.4)
80-
concurrent-ruby (1.1.10)
81+
concurrent-ruby (1.2.3)
8182
connection_pool (2.4.1)
8283
crass (1.0.6)
83-
date (3.3.3)
84-
drb (2.1.1)
84+
date (3.3.4)
85+
drb (2.2.0)
8586
ruby2_keywords
8687
erubi (1.12.0)
8788
globalid (1.2.1)
8889
activesupport (>= 6.1)
8990
i18n (1.14.1)
9091
concurrent-ruby (~> 1.0)
91-
io-console (0.6.0)
92-
irb (1.8.1)
92+
io-console (0.7.2)
93+
irb (1.11.2)
9394
rdoc
94-
reline (>= 0.3.8)
95-
loofah (2.21.3)
95+
reline (>= 0.4.2)
96+
loofah (2.22.0)
9697
crass (~> 1.0.2)
9798
nokogiri (>= 1.12.0)
9899
mail (2.8.1)
@@ -103,16 +104,16 @@ GEM
103104
marcel (1.0.2)
104105
mini_mime (1.1.5)
105106
mini_portile2 (2.8.5)
106-
minitest (5.20.0)
107-
mutex_m (0.1.2)
108-
net-imap (0.4.0)
107+
minitest (5.22.2)
108+
mutex_m (0.2.0)
109+
net-imap (0.4.10)
109110
date
110111
net-protocol
111112
net-pop (0.1.2)
112113
net-protocol
113-
net-protocol (0.2.1)
114+
net-protocol (0.2.2)
114115
timeout
115-
net-smtp (0.4.0)
116+
net-smtp (0.4.0.1)
116117
net-protocol
117118
nio4r (2.7.0)
118119
nokogiri (1.16.2)
@@ -124,71 +125,71 @@ GEM
124125
racc (~> 1.4)
125126
oj (3.16.1)
126127
pg (1.5.4)
127-
psych (5.1.0)
128+
psych (5.1.2)
128129
stringio
129130
puma (6.4.2)
130131
nio4r (~> 2.0)
131132
racc (1.7.3)
132-
rack (3.0.8)
133+
rack (3.0.9.1)
133134
rack-session (2.0.0)
134135
rack (>= 3.0.0)
135136
rack-test (2.1.0)
136137
rack (>= 1.3)
137138
rackup (2.1.0)
138139
rack (>= 3)
139140
webrick (~> 1.8)
140-
rails (7.1.0)
141-
actioncable (= 7.1.0)
142-
actionmailbox (= 7.1.0)
143-
actionmailer (= 7.1.0)
144-
actionpack (= 7.1.0)
145-
actiontext (= 7.1.0)
146-
actionview (= 7.1.0)
147-
activejob (= 7.1.0)
148-
activemodel (= 7.1.0)
149-
activerecord (= 7.1.0)
150-
activestorage (= 7.1.0)
151-
activesupport (= 7.1.0)
141+
rails (7.1.3.1)
142+
actioncable (= 7.1.3.1)
143+
actionmailbox (= 7.1.3.1)
144+
actionmailer (= 7.1.3.1)
145+
actionpack (= 7.1.3.1)
146+
actiontext (= 7.1.3.1)
147+
actionview (= 7.1.3.1)
148+
activejob (= 7.1.3.1)
149+
activemodel (= 7.1.3.1)
150+
activerecord (= 7.1.3.1)
151+
activestorage (= 7.1.3.1)
152+
activesupport (= 7.1.3.1)
152153
bundler (>= 1.15.0)
153-
railties (= 7.1.0)
154+
railties (= 7.1.3.1)
154155
rails-dom-testing (2.2.0)
155156
activesupport (>= 5.0.0)
156157
minitest
157158
nokogiri (>= 1.6)
158159
rails-html-sanitizer (1.6.0)
159160
loofah (~> 2.21)
160161
nokogiri (~> 1.14)
161-
railties (7.1.0)
162-
actionpack (= 7.1.0)
163-
activesupport (= 7.1.0)
162+
railties (7.1.3.1)
163+
actionpack (= 7.1.3.1)
164+
activesupport (= 7.1.3.1)
164165
irb
165166
rackup (>= 1.0.0)
166167
rake (>= 12.2)
167168
thor (~> 1.0, >= 1.2.2)
168169
zeitwerk (~> 2.6)
169-
rake (13.0.6)
170-
rdoc (6.5.0)
170+
rake (13.1.0)
171+
rdoc (6.6.2)
171172
psych (>= 4.0.0)
172173
redis (5.0.7)
173174
redis-client (>= 0.9.0)
174175
redis-client (0.17.0)
175176
connection_pool
176-
reline (0.3.9)
177+
reline (0.4.3)
177178
io-console (~> 0.5)
178179
ruby2_keywords (0.0.5)
179-
stringio (3.0.8)
180-
thor (1.2.2)
181-
timeout (0.4.0)
180+
stringio (3.1.0)
181+
thor (1.3.1)
182+
timeout (0.4.1)
182183
trilogy (2.6.0)
183-
tzinfo (2.0.5)
184+
tzinfo (2.0.6)
184185
concurrent-ruby (~> 1.0)
185186
tzinfo-data (1.2021.5)
186187
tzinfo (>= 1.0.0)
187188
webrick (1.8.1)
188189
websocket-driver (0.7.6)
189190
websocket-extensions (>= 0.1.0)
190191
websocket-extensions (0.1.5)
191-
zeitwerk (2.6.12)
192+
zeitwerk (2.6.13)
192193

193194
PLATFORMS
194195
arm64-darwin-20
@@ -199,7 +200,7 @@ DEPENDENCIES
199200
oj (~> 3.16)
200201
pg (= 1.5.4)
201202
puma (~> 6.4)
202-
rails (~> 7.1.0)
203+
rails (~> 7.1.3)
203204
redis (~> 5.0)
204205
trilogy
205206
tzinfo-data

0 commit comments

Comments
 (0)