diff --git a/Gemfile b/Gemfile index 8797293..d8e12ad 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gemspec # We actually support version 7.x (see gemspec); this extra restriction is added just for running the test suite also # on Ruby 2.6, which activesupport 7.0 does not support. -gem 'activesupport', '~> 6.1.0' +gem 'activesupport', '~> 6.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index e4070bc..3e178ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.3) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -16,11 +16,11 @@ GEM zeitwerk (~> 2.3) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) diff-lcs (1.5.0) dogstatsd-ruby (5.5.0) ffi (1.16.3) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) karafka-core (2.4.0) karafka-rdkafka (>= 0.15.0, < 0.16.0) @@ -31,7 +31,7 @@ GEM king_konf (1.0.1) method_source (1.0.0) mini_portile2 (2.8.6) - minitest (5.18.0) + minitest (5.22.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -55,13 +55,13 @@ GEM timecop (0.9.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.6.7) + zeitwerk (2.6.13) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.0) + activesupport (~> 6.1.7) bundler (>= 1.13, < 3) dogstatsd-ruby (>= 4.0.0, < 6.0.0) pry-byebug