diff --git a/Gemfile.lock b/Gemfile.lock index 1e36105..c068c09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,12 +8,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -29,18 +29,20 @@ GEM tins (~> 1.6) diff-lcs (1.5.0) docile (1.4.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) method_source (1.0.0) - minitest (5.18.0) + minitest (5.19.0) parallel (1.23.0) - parser (3.2.2.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc powerpack (0.1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) + racc (1.7.1) rainbow (3.1.1) rake (13.0.6) rspec (3.12.0) @@ -49,13 +51,13 @@ GEM rspec-mocks (~> 3.12.0) rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) + rspec-support (3.12.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (0.54.0) @@ -79,7 +81,7 @@ GEM sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) - thor (1.2.1) + thor (1.2.2) tins (1.32.1) sync tzinfo (2.0.6) @@ -105,4 +107,4 @@ DEPENDENCIES ruby-prof-flamegraph BUNDLED WITH - 2.2.29 + 2.3.22 diff --git a/contextual_logger.gemspec b/contextual_logger.gemspec index 2fac65e..62868e6 100644 --- a/contextual_logger.gemspec +++ b/contextual_logger.gemspec @@ -19,6 +19,6 @@ Gem::Specification.new do |spec| "allowed_push_host" => "https://rubygems.org" } - spec.add_runtime_dependency 'json' - spec.add_runtime_dependency 'activesupport' + spec.add_dependency 'json' + spec.add_dependency 'activesupport' end