Skip to content

Commit 6817584

Browse files
Lock file maintenance (#222)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/powerhome/power-web-development-interview). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34775b0 commit 6817584

File tree

2 files changed

+2687
-2489
lines changed

2 files changed

+2687
-2489
lines changed

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
bindex (0.8.1)
8282
bootsnap (1.18.6)
8383
msgpack (~> 1.2)
84-
brakeman (7.0.2)
84+
brakeman (7.1.0)
8585
racc
8686
builder (3.3.0)
8787
byebug (12.0.0)
@@ -119,13 +119,13 @@ GEM
119119
erb (5.0.2)
120120
erubi (1.13.1)
121121
execjs (2.10.0)
122-
factory_bot (6.5.2)
122+
factory_bot (6.5.5)
123123
activesupport (>= 6.1.0)
124-
factory_bot_rails (6.4.4)
124+
factory_bot_rails (6.5.1)
125125
factory_bot (~> 6.5)
126-
railties (>= 5.0.0)
126+
railties (>= 6.1.0)
127127
ffi (1.17.2)
128-
globalid (1.2.1)
128+
globalid (1.3.0)
129129
activesupport (>= 6.1)
130130
i18n (1.14.7)
131131
concurrent-ruby (~> 1.0)
@@ -149,8 +149,8 @@ GEM
149149
net-imap
150150
net-pop
151151
net-smtp
152-
marcel (1.0.4)
153-
matrix (0.4.2)
152+
marcel (1.1.0)
153+
matrix (0.4.3)
154154
method_source (1.1.0)
155155
mini_mime (1.1.5)
156156
mini_portile2 (2.8.9)
@@ -189,7 +189,7 @@ GEM
189189
puma (6.6.0)
190190
nio4r (~> 2.0)
191191
racc (1.8.1)
192-
rack (3.1.16)
192+
rack (3.2.1)
193193
rack-proxy (0.7.7)
194194
rack
195195
rack-session (2.1.1)
@@ -236,11 +236,11 @@ GEM
236236
rdoc (6.14.2)
237237
erb
238238
psych (>= 4.0.0)
239-
regexp_parser (2.10.0)
239+
regexp_parser (2.11.3)
240240
reline (0.6.2)
241241
io-console (~> 0.5)
242-
rexml (3.4.1)
243-
rspec-core (3.13.4)
242+
rexml (3.4.4)
243+
rspec-core (3.13.5)
244244
rspec-support (~> 3.13.0)
245245
rspec-expectations (3.13.5)
246246
diff-lcs (>= 1.2.0, < 2.0)
@@ -256,7 +256,7 @@ GEM
256256
rspec-expectations (~> 3.13)
257257
rspec-mocks (~> 3.13)
258258
rspec-support (~> 3.13)
259-
rspec-support (3.13.4)
259+
rspec-support (3.13.6)
260260
rubyzip (2.4.1)
261261
sass-rails (6.0.0)
262262
sassc-rails (~> 2.1, >= 2.1.1)
@@ -280,9 +280,9 @@ GEM
280280
docile (~> 1.1)
281281
simplecov-html (~> 0.11)
282282
simplecov_json_formatter (~> 0.1)
283-
simplecov-html (0.13.1)
283+
simplecov-html (0.13.2)
284284
simplecov_json_formatter (0.1.4)
285-
spring (4.3.0)
285+
spring (4.4.0)
286286
spring-commands-rspec (1.0.4)
287287
spring (>= 0.9.1)
288288
spring-watcher-listen (2.1.0)
@@ -297,8 +297,8 @@ GEM
297297
activesupport (>= 6.1)
298298
sprockets (>= 3.0.0)
299299
stringio (3.1.7)
300-
thor (1.3.2)
301-
tilt (2.6.0)
300+
thor (1.4.0)
301+
tilt (2.6.1)
302302
timeout (0.4.3)
303303
tsort (0.2.0)
304304
turbolinks (5.2.1)

0 commit comments

Comments
 (0)