diff --git a/Gemfile.lock b/Gemfile.lock index c502146..5c9ff22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,16 +2,16 @@ PATH remote: . specs: support_engine (0.1.4) - activesupport (< 8) + activesupport (< 9) logger zeitwerk GEM remote: https://rubygems.org/ specs: - activemodel (7.2.2.2) - activesupport (= 7.2.2.2) - activesupport (7.2.2.2) + activemodel (8.0.3) + activesupport (= 8.0.3) + activesupport (8.0.3) base64 benchmark (>= 0.3) bigdecimal @@ -23,6 +23,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) base64 (0.3.0) benchmark (0.4.1) bigdecimal (3.3.1) @@ -98,6 +99,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) + uri (1.0.4) zeitwerk (2.7.3) PLATFORMS diff --git a/support_engine.gemspec b/support_engine.gemspec index 2668b75..9f8c512 100644 --- a/support_engine.gemspec +++ b/support_engine.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.description = 'Shared libraries for Coditsu Quality Assurance tool' spec.license = 'LGPL-3.0' - spec.add_dependency 'activesupport', '< 8' + spec.add_dependency 'activesupport', '< 9' spec.add_dependency 'logger' spec.add_dependency 'zeitwerk'