Skip to content

Commit f776407

Browse files
authored
Merge pull request #532 from ualbertalib/dependabot/bundler/rails-7.1.3
Bump rails from 7.1.2 to 7.1.3
2 parents a14abeb + c24204c commit f776407

2 files changed

Lines changed: 68 additions & 68 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby '3.1.4'
55

6-
gem 'rails', '~> 7.1.2'
6+
gem 'rails', '~> 7.1.3'
77

88
gem 'mysql2', '~> 0.5.5'
99
# Use Puma as the app server

Gemfile.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -19,74 +19,74 @@ GIT
1919
GEM
2020
remote: https://rubygems.org/
2121
specs:
22-
actioncable (7.1.2)
23-
actionpack (= 7.1.2)
24-
activesupport (= 7.1.2)
22+
actioncable (7.1.3)
23+
actionpack (= 7.1.3)
24+
activesupport (= 7.1.3)
2525
nio4r (~> 2.0)
2626
websocket-driver (>= 0.6.1)
2727
zeitwerk (~> 2.6)
28-
actionmailbox (7.1.2)
29-
actionpack (= 7.1.2)
30-
activejob (= 7.1.2)
31-
activerecord (= 7.1.2)
32-
activestorage (= 7.1.2)
33-
activesupport (= 7.1.2)
28+
actionmailbox (7.1.3)
29+
actionpack (= 7.1.3)
30+
activejob (= 7.1.3)
31+
activerecord (= 7.1.3)
32+
activestorage (= 7.1.3)
33+
activesupport (= 7.1.3)
3434
mail (>= 2.7.1)
3535
net-imap
3636
net-pop
3737
net-smtp
38-
actionmailer (7.1.2)
39-
actionpack (= 7.1.2)
40-
actionview (= 7.1.2)
41-
activejob (= 7.1.2)
42-
activesupport (= 7.1.2)
38+
actionmailer (7.1.3)
39+
actionpack (= 7.1.3)
40+
actionview (= 7.1.3)
41+
activejob (= 7.1.3)
42+
activesupport (= 7.1.3)
4343
mail (~> 2.5, >= 2.5.4)
4444
net-imap
4545
net-pop
4646
net-smtp
4747
rails-dom-testing (~> 2.2)
48-
actionpack (7.1.2)
49-
actionview (= 7.1.2)
50-
activesupport (= 7.1.2)
48+
actionpack (7.1.3)
49+
actionview (= 7.1.3)
50+
activesupport (= 7.1.3)
5151
nokogiri (>= 1.8.5)
5252
racc
5353
rack (>= 2.2.4)
5454
rack-session (>= 1.0.1)
5555
rack-test (>= 0.6.3)
5656
rails-dom-testing (~> 2.2)
5757
rails-html-sanitizer (~> 1.6)
58-
actiontext (7.1.2)
59-
actionpack (= 7.1.2)
60-
activerecord (= 7.1.2)
61-
activestorage (= 7.1.2)
62-
activesupport (= 7.1.2)
58+
actiontext (7.1.3)
59+
actionpack (= 7.1.3)
60+
activerecord (= 7.1.3)
61+
activestorage (= 7.1.3)
62+
activesupport (= 7.1.3)
6363
globalid (>= 0.6.0)
6464
nokogiri (>= 1.8.5)
65-
actionview (7.1.2)
66-
activesupport (= 7.1.2)
65+
actionview (7.1.3)
66+
activesupport (= 7.1.3)
6767
builder (~> 3.1)
6868
erubi (~> 1.11)
6969
rails-dom-testing (~> 2.2)
7070
rails-html-sanitizer (~> 1.6)
7171
active_link_to (1.0.5)
7272
actionpack
7373
addressable
74-
activejob (7.1.2)
75-
activesupport (= 7.1.2)
74+
activejob (7.1.3)
75+
activesupport (= 7.1.3)
7676
globalid (>= 0.3.6)
77-
activemodel (7.1.2)
78-
activesupport (= 7.1.2)
79-
activerecord (7.1.2)
80-
activemodel (= 7.1.2)
81-
activesupport (= 7.1.2)
77+
activemodel (7.1.3)
78+
activesupport (= 7.1.3)
79+
activerecord (7.1.3)
80+
activemodel (= 7.1.3)
81+
activesupport (= 7.1.3)
8282
timeout (>= 0.4.0)
83-
activestorage (7.1.2)
84-
actionpack (= 7.1.2)
85-
activejob (= 7.1.2)
86-
activerecord (= 7.1.2)
87-
activesupport (= 7.1.2)
83+
activestorage (7.1.3)
84+
actionpack (= 7.1.3)
85+
activejob (= 7.1.3)
86+
activerecord (= 7.1.3)
87+
activesupport (= 7.1.3)
8888
marcel (~> 1.0)
89-
activesupport (7.1.2)
89+
activesupport (7.1.3)
9090
base64
9191
bigdecimal
9292
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -99,7 +99,7 @@ GEM
9999
addressable (2.8.4)
100100
public_suffix (>= 2.0.2, < 6.0)
101101
base64 (0.2.0)
102-
bigdecimal (3.1.4)
102+
bigdecimal (3.1.5)
103103
bindex (0.8.1)
104104
bootsnap (1.17.1)
105105
msgpack (~> 1.2)
@@ -116,7 +116,7 @@ GEM
116116
xpath (~> 3.2)
117117
comfy_bootstrap_form (4.0.9)
118118
rails (>= 5.0.0)
119-
concurrent-ruby (1.2.2)
119+
concurrent-ruby (1.2.3)
120120
connection_pool (2.4.1)
121121
crass (1.0.6)
122122
date (3.3.4)
@@ -144,10 +144,10 @@ GEM
144144
image_processing (1.12.2)
145145
mini_magick (>= 4.9.5, < 5)
146146
ruby-vips (>= 2.0.17, < 3)
147-
io-console (0.6.0)
148-
irb (1.9.1)
147+
io-console (0.7.1)
148+
irb (1.11.1)
149149
rdoc
150-
reline (>= 0.3.8)
150+
reline (>= 0.4.2)
151151
jbuilder (2.11.5)
152152
actionview (>= 5.0.0)
153153
activesupport (>= 5.0.0)
@@ -176,24 +176,24 @@ GEM
176176
mini_magick (4.12.0)
177177
mini_mime (1.1.5)
178178
mini_portile2 (2.8.5)
179-
minitest (5.20.0)
179+
minitest (5.21.1)
180180
msgpack (1.7.2)
181181
mutex_m (0.2.0)
182182
mysql2 (0.5.5)
183-
net-imap (0.4.6)
183+
net-imap (0.4.9.1)
184184
date
185185
net-protocol
186186
net-pop (0.1.2)
187187
net-protocol
188188
net-protocol (0.2.2)
189189
timeout
190-
net-smtp (0.4.0)
190+
net-smtp (0.4.0.1)
191191
net-protocol
192192
nio4r (2.7.0)
193-
nokogiri (1.15.5)
193+
nokogiri (1.16.0)
194194
mini_portile2 (~> 2.8.2)
195195
racc (~> 1.4)
196-
psych (5.1.1.1)
196+
psych (5.1.2)
197197
stringio
198198
public_suffix (5.0.1)
199199
puma (6.4.2)
@@ -209,20 +209,20 @@ GEM
209209
rackup (2.1.0)
210210
rack (>= 3)
211211
webrick (~> 1.8)
212-
rails (7.1.2)
213-
actioncable (= 7.1.2)
214-
actionmailbox (= 7.1.2)
215-
actionmailer (= 7.1.2)
216-
actionpack (= 7.1.2)
217-
actiontext (= 7.1.2)
218-
actionview (= 7.1.2)
219-
activejob (= 7.1.2)
220-
activemodel (= 7.1.2)
221-
activerecord (= 7.1.2)
222-
activestorage (= 7.1.2)
223-
activesupport (= 7.1.2)
212+
rails (7.1.3)
213+
actioncable (= 7.1.3)
214+
actionmailbox (= 7.1.3)
215+
actionmailer (= 7.1.3)
216+
actionpack (= 7.1.3)
217+
actiontext (= 7.1.3)
218+
actionview (= 7.1.3)
219+
activejob (= 7.1.3)
220+
activemodel (= 7.1.3)
221+
activerecord (= 7.1.3)
222+
activestorage (= 7.1.3)
223+
activesupport (= 7.1.3)
224224
bundler (>= 1.15.0)
225-
railties (= 7.1.2)
225+
railties (= 7.1.3)
226226
rails-dom-testing (2.2.0)
227227
activesupport (>= 5.0.0)
228228
minitest
@@ -233,9 +233,9 @@ GEM
233233
rails-i18n (7.0.8)
234234
i18n (>= 0.7, < 2)
235235
railties (>= 6.0.0, < 8)
236-
railties (7.1.2)
237-
actionpack (= 7.1.2)
238-
activesupport (= 7.1.2)
236+
railties (7.1.3)
237+
actionpack (= 7.1.3)
238+
activesupport (= 7.1.3)
239239
irb
240240
rackup (>= 1.0.0)
241241
rake (>= 12.2)
@@ -245,10 +245,10 @@ GEM
245245
rb-fsevent (0.11.2)
246246
rb-inotify (0.10.1)
247247
ffi (~> 1.0)
248-
rdoc (6.6.0)
248+
rdoc (6.6.2)
249249
psych (>= 4.0.0)
250250
regexp_parser (2.8.1)
251-
reline (0.4.0)
251+
reline (0.4.2)
252252
io-console (~> 0.5)
253253
rexml (3.2.6)
254254
rollbar (3.5.1)
@@ -277,7 +277,7 @@ GEM
277277
actionpack (>= 5.2)
278278
activesupport (>= 5.2)
279279
sprockets (>= 3.0.0)
280-
stringio (3.0.9)
280+
stringio (3.1.0)
281281
temple (0.10.3)
282282
thor (1.3.0)
283283
tilt (2.3.0)
@@ -321,7 +321,7 @@ DEPENDENCIES
321321
listen (>= 3.0.5, < 3.9)
322322
mysql2 (~> 0.5.5)
323323
puma (~> 6.4)
324-
rails (~> 7.1.2)
324+
rails (~> 7.1.3)
325325
rollbar
326326
selenium-webdriver
327327
spring (>= 3.0)

0 commit comments

Comments
 (0)