diff --git a/Gemfile b/Gemfile index 583539c..aa33631 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "activeldap", require: "active_ldap", git: "/~https://github.com/activeldap/activeldap.git" -gem "activesupport", "~> 7.1" +gem "activesupport", "~> 7.2" gem "config", "~> 5.5" gem "garner", "~> 0.5.3" gem "grape", "~> 2.1" @@ -12,7 +12,7 @@ gem "net-ldap", "~> 0.19.0" gem "puma", "~> 6.4" gem "rack", "~> 3.1" gem "rackup", "~> 2.1" -gem "redacting-logger", "~> 1.3.1" +gem "redacting-logger", "~> 1.4.0" group :development do gem "irb", "~> 1.14" diff --git a/Gemfile.lock b/Gemfile.lock index d5dd919..456e0f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,23 +12,24 @@ GIT GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activesupport (7.1.3.4) + activemodel (7.2.0) + activesupport (= 7.2.0) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) builder (3.3.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) config (5.5.1) deep_merge (~> 1.2, >= 1.2.1) connection_pool (2.4.1) @@ -93,7 +94,6 @@ GEM ruby2_keywords (~> 0.0.1) mustermann-grape (1.1.0) mustermann (>= 1.0.0) - mutex_m (0.2.0) net-ldap (0.19.0) nio4r (2.7.0) parallel (1.26.2) @@ -118,7 +118,7 @@ GEM logger rdoc (6.7.0) psych (>= 4.0.0) - redacting-logger (1.3.1) + redacting-logger (1.4.0) logger (~> 1.6) regexp_parser (2.9.2) reline (0.5.9) @@ -172,6 +172,7 @@ GEM sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -201,7 +202,7 @@ PLATFORMS DEPENDENCIES activeldap! - activesupport (~> 7.1) + activesupport (~> 7.2) config (~> 5.5) garner (~> 0.5.3) grape (~> 2.1) @@ -211,7 +212,7 @@ DEPENDENCIES puma (~> 6.4) rack (~> 3.1) rackup (~> 2.1) - redacting-logger (~> 1.3.1) + redacting-logger (~> 1.4.0) rspec (~> 3.13) rubocop (~> 1.65) rubocop-github (~> 0.20) diff --git a/vendor/cache/activemodel-7.1.3.4.gem b/vendor/cache/activemodel-7.1.3.4.gem deleted file mode 100644 index 1f755d0..0000000 Binary files a/vendor/cache/activemodel-7.1.3.4.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.2.0.gem b/vendor/cache/activemodel-7.2.0.gem new file mode 100644 index 0000000..5043db5 Binary files /dev/null and b/vendor/cache/activemodel-7.2.0.gem differ diff --git a/vendor/cache/activesupport-7.1.3.4.gem b/vendor/cache/activesupport-7.1.3.4.gem deleted file mode 100644 index 48bb949..0000000 Binary files a/vendor/cache/activesupport-7.1.3.4.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.2.0.gem b/vendor/cache/activesupport-7.2.0.gem new file mode 100644 index 0000000..4240d04 Binary files /dev/null and b/vendor/cache/activesupport-7.2.0.gem differ diff --git a/vendor/cache/concurrent-ruby-1.3.3.gem b/vendor/cache/concurrent-ruby-1.3.3.gem deleted file mode 100644 index 5e6f393..0000000 Binary files a/vendor/cache/concurrent-ruby-1.3.3.gem and /dev/null differ diff --git a/vendor/cache/concurrent-ruby-1.3.4.gem b/vendor/cache/concurrent-ruby-1.3.4.gem new file mode 100644 index 0000000..a656fd0 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.3.4.gem differ diff --git a/vendor/cache/mutex_m-0.2.0.gem b/vendor/cache/mutex_m-0.2.0.gem deleted file mode 100644 index 197865b..0000000 Binary files a/vendor/cache/mutex_m-0.2.0.gem and /dev/null differ diff --git a/vendor/cache/redacting-logger-1.3.1.gem b/vendor/cache/redacting-logger-1.3.1.gem deleted file mode 100644 index 5b359a4..0000000 Binary files a/vendor/cache/redacting-logger-1.3.1.gem and /dev/null differ diff --git a/vendor/cache/redacting-logger-1.4.0.gem b/vendor/cache/redacting-logger-1.4.0.gem new file mode 100644 index 0000000..2ce0c7f Binary files /dev/null and b/vendor/cache/redacting-logger-1.4.0.gem differ diff --git a/vendor/cache/securerandom-0.3.1.gem b/vendor/cache/securerandom-0.3.1.gem new file mode 100644 index 0000000..cf04599 Binary files /dev/null and b/vendor/cache/securerandom-0.3.1.gem differ