diff options
| author | mo khan <mo@mokhan.ca> | 2022-05-23 14:53:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 14:53:52 -0600 |
| commit | a7031f4204a4726187a127e80df7c1dd895c022d (patch) | |
| tree | e580d9937e40acfe50a0475fca0c7d74537a9895 /Gemfile.lock | |
| parent | 0be4a1e8cea18f67be338f4b602ec0740742a0c5 (diff) | |
| parent | 3225ca9cdbd9bcb4ce146ad137c2bd18d70d6db8 (diff) | |
Merge pull request #48 from xlgmokha/dependabot/bundler/bundler-audit-0.9.1v0.6.0
chore(deps-dev): bump bundler-audit from 0.9.0.1 to 0.9.1
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 856a51f..20a4930 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - scim-kit (0.5.3) + scim-kit (0.6.0) activemodel (>= 6.1, < 8.0) net-hippie (~> 1.0) parslet (~> 2.0) @@ -11,25 +11,24 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.1.6) - activesupport (= 6.1.6) + actionview (7.0.3) + activesupport (= 7.0.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.6) - activesupport (= 6.1.6) - activesupport (6.1.6) + activemodel (7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) builder (3.2.4) - bundler-audit (0.9.0.1) + bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) concurrent-ruby (1.1.10) @@ -45,16 +44,16 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - loofah (2.17.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mini_portile2 (2.6.1) + mini_portile2 (2.8.0) minitest (5.15.0) net-hippie (1.1.1) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.12.5-x86_64-linux) + nokogiri (1.13.6-x86_64-linux) racc (~> 1.4) parallel (1.21.0) parser (3.1.0.0) @@ -111,7 +110,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.5.4) PLATFORMS ruby |
