Skip to content

Commit

Permalink
Changes compatibility to mongo 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianLima committed Mar 7, 2022
1 parent a31fedf commit 52685fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion validates_timeliness-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52685fd

Please sign in to comment.