Skip to content

Commit 0c27a90

Browse files
authored
Merge pull request #773 from haines/renovate/dependencies
Lock file maintenance dependencies
2 parents fafe2c5 + 0f05680 commit 0c27a90

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (8.1.1)
12-
actionview (= 8.1.1)
13-
activesupport (= 8.1.1)
11+
actionpack (8.1.2)
12+
actionview (= 8.1.2)
13+
activesupport (= 8.1.2)
1414
nokogiri (>= 1.8.5)
1515
rack (>= 2.2.4)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
2020
useragent (~> 0.16)
21-
actionview (8.1.1)
22-
activesupport (= 8.1.1)
21+
actionview (8.1.2)
22+
activesupport (= 8.1.2)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (8.1.1)
28-
activesupport (= 8.1.1)
29-
activerecord (8.1.1)
30-
activemodel (= 8.1.1)
31-
activesupport (= 8.1.1)
27+
activemodel (8.1.2)
28+
activesupport (= 8.1.2)
29+
activerecord (8.1.2)
30+
activemodel (= 8.1.2)
31+
activesupport (= 8.1.2)
3232
timeout (>= 0.4.0)
33-
activesupport (8.1.1)
33+
activesupport (8.1.2)
3434
base64
3535
bigdecimal
3636
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -46,20 +46,20 @@ GEM
4646
ansi (1.5.0)
4747
ast (2.4.3)
4848
aws-eventstream (1.4.0)
49-
aws-partitions (1.1200.0)
50-
aws-sdk-core (3.241.0)
49+
aws-partitions (1.1208.0)
50+
aws-sdk-core (3.241.4)
5151
aws-eventstream (~> 1, >= 1.3.0)
5252
aws-partitions (~> 1, >= 1.992.0)
5353
aws-sigv4 (~> 1.9)
5454
base64
5555
bigdecimal
5656
jmespath (~> 1, >= 1.6.1)
5757
logger
58-
aws-sdk-ec2 (1.588.0)
59-
aws-sdk-core (~> 3, >= 3.241.0)
58+
aws-sdk-ec2 (1.592.0)
59+
aws-sdk-core (~> 3, >= 3.241.4)
6060
aws-sigv4 (~> 1.5)
61-
aws-sdk-rds (1.303.0)
62-
aws-sdk-core (~> 3, >= 3.241.0)
61+
aws-sdk-rds (1.306.0)
62+
aws-sdk-core (~> 3, >= 3.241.4)
6363
aws-sigv4 (~> 1.5)
6464
aws-sigv4 (1.12.1)
6565
aws-eventstream (~> 1, >= 1.0.2)
@@ -106,15 +106,15 @@ GEM
106106
racc (~> 1.4)
107107
openssl (4.0.0)
108108
parallel (1.27.0)
109-
parser (3.3.10.0)
109+
parser (3.3.10.1)
110110
ast (~> 2.4.1)
111111
racc
112112
pg (1.6.3-arm64-darwin)
113113
pg (1.6.3-x86_64-linux)
114114
pp (0.6.3)
115115
prettyprint
116116
prettyprint (0.2.0)
117-
prism (1.7.0)
117+
prism (1.8.0)
118118
pry (0.16.0)
119119
coderay (~> 1.1)
120120
method_source (~> 1.0)
@@ -138,9 +138,9 @@ GEM
138138
rails-html-sanitizer (1.6.2)
139139
loofah (~> 2.21)
140140
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
141-
railties (8.1.1)
142-
actionpack (= 8.1.1)
143-
activesupport (= 8.1.1)
141+
railties (8.1.2)
142+
actionpack (= 8.1.2)
143+
activesupport (= 8.1.2)
144144
irb (~> 1.13)
145145
rackup (>= 1.0.0)
146146
rake (>= 12.2)
@@ -149,7 +149,7 @@ GEM
149149
zeitwerk (~> 2.6)
150150
rainbow (3.1.1)
151151
rake (13.3.1)
152-
rdoc (7.0.3)
152+
rdoc (7.1.0)
153153
erb
154154
psych (>= 4.0.0)
155155
tsort
@@ -189,7 +189,7 @@ GEM
189189
simplecov-html (0.13.2)
190190
simplecov_json_formatter (0.1.4)
191191
stringio (3.2.0)
192-
thor (1.4.0)
192+
thor (1.5.0)
193193
timecop (0.9.10)
194194
timeout (0.6.0)
195195
tsort (0.2.0)

0 commit comments

Comments
 (0)