Skip to content

Commit

Permalink
Allow Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 10, 2020
1 parent 7391020 commit c96cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_side_validations-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '~> 2.4'
spec.required_ruby_version = '>= 2.4'

spec.add_dependency 'client_side_validations', '>= 15.0', '< 18.0'
spec.add_dependency 'mongoid', '>= 6.0', '< 8'
Expand Down

0 comments on commit c96cb0d

Please sign in to comment.