Skip to content

Commit df36e90

Browse files
Lock file maintenance (#32)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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 - "before 4am on monday" 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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/omniauth-nitro-id). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d78a15 commit df36e90

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.1.0)
12-
actionview (= 7.1.0)
13-
activesupport (= 7.1.0)
11+
actionpack (7.1.1)
12+
actionview (= 7.1.1)
13+
activesupport (= 7.1.1)
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)
20-
actionview (7.1.0)
21-
activesupport (= 7.1.0)
20+
actionview (7.1.1)
21+
activesupport (= 7.1.1)
2222
builder (~> 3.1)
2323
erubi (~> 1.11)
2424
rails-dom-testing (~> 2.2)
2525
rails-html-sanitizer (~> 1.6)
26-
activemodel (7.1.0)
27-
activesupport (= 7.1.0)
28-
activesupport (7.1.0)
26+
activemodel (7.1.1)
27+
activesupport (= 7.1.1)
28+
activesupport (7.1.1)
2929
base64
3030
bigdecimal
3131
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -97,7 +97,7 @@ GEM
9797
listen (3.8.0)
9898
rb-fsevent (~> 0.10, >= 0.10.3)
9999
rb-inotify (~> 0.9, >= 0.9.10)
100-
loofah (2.21.3)
100+
loofah (2.21.4)
101101
crass (~> 1.0.2)
102102
nokogiri (>= 1.12.0)
103103
lumberjack (1.2.9)
@@ -112,7 +112,7 @@ GEM
112112
minitest (5.20.0)
113113
mutex_m (0.1.2)
114114
nenv (0.3.0)
115-
net-imap (0.4.0)
115+
net-imap (0.4.1)
116116
date
117117
net-protocol
118118
net-pop (0.1.2)
@@ -187,7 +187,7 @@ GEM
187187
rb-fsevent (0.11.2)
188188
rb-inotify (0.10.1)
189189
ffi (~> 1.0)
190-
regexp_parser (2.8.1)
190+
regexp_parser (2.8.2)
191191
rexml (3.2.6)
192192
rspec (3.11.0)
193193
rspec-core (~> 3.11.0)

0 commit comments

Comments
 (0)