diff --git a/Gemfile.lock b/Gemfile.lock index 1166a6c..fa0981c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,22 @@ PATH remote: . specs: validates_timeliness-mongoid (5.0.1) - mongoid (~> 7.2, >= 7.2.2) + mongoid (~> 7.1, < 7.2) validates_timeliness (~> 5.0) GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.1) - activesupport (= 6.1.4.1) - activesupport (6.1.4.1) + activemodel (6.1.4.6) + activesupport (= 6.1.4.6) + activesupport (6.1.4.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) ast (2.4.2) - bson (4.12.1) + bson (4.14.1) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.1.9) @@ -29,12 +29,12 @@ GEM concurrent-ruby (~> 1.0) kwalify (0.7.2) method_source (1.0.0) - minitest (5.14.4) - mongo (2.15.1) + minitest (5.15.0) + mongo (2.17.0) bson (>= 4.8.2, < 5.0.0) - mongoid (7.3.3) + mongoid (7.1.11) activemodel (>= 5.1, < 6.2) - mongo (>= 2.10.5, < 3.0.0) + mongo (>= 2.7.0, < 3.0.0) ruby2_keywords (~> 0.0.5) parallel (1.21.0) parser (3.0.2.0) @@ -100,7 +100,7 @@ GEM unicode-display_width (2.1.0) validates_timeliness (5.0.0) timeliness (>= 0.3.10, < 1) - zeitwerk (2.4.2) + zeitwerk (2.5.4) PLATFORMS x86_64-linux diff --git a/validates_timeliness-mongoid.gemspec b/validates_timeliness-mongoid.gemspec index c00044d..b2db460 100644 --- a/validates_timeliness-mongoid.gemspec +++ b/validates_timeliness-mongoid.gemspec @@ -48,6 +48,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'simplecov', '~> 0.21.2' spec.add_development_dependency 'simplecov_json_formatter', '~> 0.1.3' - spec.add_dependency 'mongoid', '~> 7.2', '>= 7.2.2' + spec.add_dependency 'mongoid', '~> 7.1', '< 7.2' spec.add_dependency 'validates_timeliness', '~> 5.0' end