Skip to content

Commit

Permalink
Changes compatibility to rails 6.1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sosolidkk committed Jan 26, 2024
1 parent 52685fd commit bd5b514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
validates_timeliness-mongoid (5.0.1)
mongoid (~> 7.1, < 7.2)
validates_timeliness (~> 5.0)
validates_timeliness (~> 6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -94,11 +94,12 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
timeliness (0.4.4)
timeliness (0.4.5)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
validates_timeliness (5.0.0)
validates_timeliness (6.0.1)
activemodel (>= 6.0.0, < 7)
timeliness (>= 0.3.10, < 1)
zeitwerk (2.5.4)

Expand Down
2 changes: 1 addition & 1 deletion validates_timeliness-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov_json_formatter', '~> 0.1.3'

spec.add_dependency 'mongoid', '~> 7.1', '< 7.2'
spec.add_dependency 'validates_timeliness', '~> 5.0'
spec.add_dependency 'validates_timeliness', '~> 6.0'
end

0 comments on commit bd5b514

Please sign in to comment.