Skip to content

Commit dfe743d

Browse files
authored
Merge pull request #429 from citizensadvice/dependabot/bundler/regular-updates-b30429a844
[dependabot:bundler] bump the regular-updates group with 2 updates
2 parents ea53db3 + b70aa32 commit dfe743d

2 files changed

Lines changed: 60 additions & 60 deletions

File tree

Gemfile

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

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem "rails", "~> 8.1.2"
9+
gem "rails", "~> 8.1.3"
1010

1111
# Use PostgreSQL as the database for Active Record
1212
gem "activerecord-postgis-adapter"

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -17,69 +17,69 @@ GEM
1717
specs:
1818
action_text-trix (2.1.18)
1919
railties
20-
actioncable (8.1.2.1)
21-
actionpack (= 8.1.2.1)
22-
activesupport (= 8.1.2.1)
20+
actioncable (8.1.3)
21+
actionpack (= 8.1.3)
22+
activesupport (= 8.1.3)
2323
nio4r (~> 2.0)
2424
websocket-driver (>= 0.6.1)
2525
zeitwerk (~> 2.6)
26-
actionmailbox (8.1.2.1)
27-
actionpack (= 8.1.2.1)
28-
activejob (= 8.1.2.1)
29-
activerecord (= 8.1.2.1)
30-
activestorage (= 8.1.2.1)
31-
activesupport (= 8.1.2.1)
26+
actionmailbox (8.1.3)
27+
actionpack (= 8.1.3)
28+
activejob (= 8.1.3)
29+
activerecord (= 8.1.3)
30+
activestorage (= 8.1.3)
31+
activesupport (= 8.1.3)
3232
mail (>= 2.8.0)
33-
actionmailer (8.1.2.1)
34-
actionpack (= 8.1.2.1)
35-
actionview (= 8.1.2.1)
36-
activejob (= 8.1.2.1)
37-
activesupport (= 8.1.2.1)
33+
actionmailer (8.1.3)
34+
actionpack (= 8.1.3)
35+
actionview (= 8.1.3)
36+
activejob (= 8.1.3)
37+
activesupport (= 8.1.3)
3838
mail (>= 2.8.0)
3939
rails-dom-testing (~> 2.2)
40-
actionpack (8.1.2.1)
41-
actionview (= 8.1.2.1)
42-
activesupport (= 8.1.2.1)
40+
actionpack (8.1.3)
41+
actionview (= 8.1.3)
42+
activesupport (= 8.1.3)
4343
nokogiri (>= 1.8.5)
4444
rack (>= 2.2.4)
4545
rack-session (>= 1.0.1)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
4949
useragent (~> 0.16)
50-
actiontext (8.1.2.1)
50+
actiontext (8.1.3)
5151
action_text-trix (~> 2.1.15)
52-
actionpack (= 8.1.2.1)
53-
activerecord (= 8.1.2.1)
54-
activestorage (= 8.1.2.1)
55-
activesupport (= 8.1.2.1)
52+
actionpack (= 8.1.3)
53+
activerecord (= 8.1.3)
54+
activestorage (= 8.1.3)
55+
activesupport (= 8.1.3)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (8.1.2.1)
59-
activesupport (= 8.1.2.1)
58+
actionview (8.1.3)
59+
activesupport (= 8.1.3)
6060
builder (~> 3.1)
6161
erubi (~> 1.11)
6262
rails-dom-testing (~> 2.2)
6363
rails-html-sanitizer (~> 1.6)
64-
activejob (8.1.2.1)
65-
activesupport (= 8.1.2.1)
64+
activejob (8.1.3)
65+
activesupport (= 8.1.3)
6666
globalid (>= 0.3.6)
67-
activemodel (8.1.2.1)
68-
activesupport (= 8.1.2.1)
69-
activerecord (8.1.2.1)
70-
activemodel (= 8.1.2.1)
71-
activesupport (= 8.1.2.1)
67+
activemodel (8.1.3)
68+
activesupport (= 8.1.3)
69+
activerecord (8.1.3)
70+
activemodel (= 8.1.3)
71+
activesupport (= 8.1.3)
7272
timeout (>= 0.4.0)
7373
activerecord-postgis-adapter (11.1.1)
7474
activerecord (~> 8.1.0)
7575
rgeo-activerecord (~> 8.1.0)
76-
activestorage (8.1.2.1)
77-
actionpack (= 8.1.2.1)
78-
activejob (= 8.1.2.1)
79-
activerecord (= 8.1.2.1)
80-
activesupport (= 8.1.2.1)
76+
activestorage (8.1.3)
77+
actionpack (= 8.1.3)
78+
activejob (= 8.1.3)
79+
activerecord (= 8.1.3)
80+
activesupport (= 8.1.3)
8181
marcel (~> 1.0)
82-
activesupport (8.1.2.1)
82+
activesupport (8.1.3)
8383
base64
8484
bigdecimal
8585
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -98,7 +98,7 @@ GEM
9898
ruby-next-core (~> 1.0)
9999
ast (2.4.3)
100100
aws-eventstream (1.4.0)
101-
aws-partitions (1.1232.0)
101+
aws-partitions (1.1237.0)
102102
aws-sdk-core (3.244.0)
103103
aws-eventstream (~> 1, >= 1.3.0)
104104
aws-partitions (~> 1, >= 1.992.0)
@@ -110,14 +110,14 @@ GEM
110110
aws-sdk-kms (1.123.0)
111111
aws-sdk-core (~> 3, >= 3.244.0)
112112
aws-sigv4 (~> 1.5)
113-
aws-sdk-s3 (1.217.0)
113+
aws-sdk-s3 (1.218.0)
114114
aws-sdk-core (~> 3, >= 3.244.0)
115115
aws-sdk-kms (~> 1)
116116
aws-sigv4 (~> 1.5)
117117
aws-sigv4 (1.12.1)
118118
aws-eventstream (~> 1, >= 1.0.2)
119119
base64 (0.3.0)
120-
bigdecimal (4.1.0)
120+
bigdecimal (4.1.1)
121121
bindex (0.8.1)
122122
bootsnap (1.23.0)
123123
msgpack (~> 1.2)
@@ -209,12 +209,12 @@ GEM
209209
marcel (1.1.0)
210210
mini_mime (1.1.5)
211211
mini_portile2 (2.8.9)
212-
minitest (6.0.2)
212+
minitest (6.0.3)
213213
drb (~> 2.0)
214214
prism (~> 1.5)
215215
msgpack (1.8.0)
216216
multi_json (1.15.0)
217-
net-imap (0.6.2)
217+
net-imap (0.6.3)
218218
date
219219
net-protocol
220220
net-pop (0.1.2)
@@ -264,20 +264,20 @@ GEM
264264
rack (>= 1.3)
265265
rackup (2.3.1)
266266
rack (>= 3)
267-
rails (8.1.2.1)
268-
actioncable (= 8.1.2.1)
269-
actionmailbox (= 8.1.2.1)
270-
actionmailer (= 8.1.2.1)
271-
actionpack (= 8.1.2.1)
272-
actiontext (= 8.1.2.1)
273-
actionview (= 8.1.2.1)
274-
activejob (= 8.1.2.1)
275-
activemodel (= 8.1.2.1)
276-
activerecord (= 8.1.2.1)
277-
activestorage (= 8.1.2.1)
278-
activesupport (= 8.1.2.1)
267+
rails (8.1.3)
268+
actioncable (= 8.1.3)
269+
actionmailbox (= 8.1.3)
270+
actionmailer (= 8.1.3)
271+
actionpack (= 8.1.3)
272+
actiontext (= 8.1.3)
273+
actionview (= 8.1.3)
274+
activejob (= 8.1.3)
275+
activemodel (= 8.1.3)
276+
activerecord (= 8.1.3)
277+
activestorage (= 8.1.3)
278+
activesupport (= 8.1.3)
279279
bundler (>= 1.15.0)
280-
railties (= 8.1.2.1)
280+
railties (= 8.1.3)
281281
rails-dom-testing (2.3.0)
282282
activesupport (>= 5.0.0)
283283
minitest
@@ -289,9 +289,9 @@ GEM
289289
rack
290290
railties (>= 5.1)
291291
semantic_logger (~> 4.16)
292-
railties (8.1.2.1)
293-
actionpack (= 8.1.2.1)
294-
activesupport (= 8.1.2.1)
292+
railties (8.1.3)
293+
actionpack (= 8.1.3)
294+
activesupport (= 8.1.3)
295295
irb (~> 1.13)
296296
rackup (>= 1.0.0)
297297
rake (>= 12.2)
@@ -455,7 +455,7 @@ DEPENDENCIES
455455
license_finder
456456
pg (~> 1.6)
457457
puma (~> 7.2)
458-
rails (~> 8.1.2)
458+
rails (~> 8.1.3)
459459
rails_semantic_logger (~> 4.19)
460460
rgeo-geojson
461461
rspec-rails (~> 8.0.4)

0 commit comments

Comments
 (0)