Skip to content

Commit

Permalink
Add Rails 7.0.pre compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 13, 2021
1 parent 514514e commit d239669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 18.0.0 / 2021-02-13

* [FEATURE] Add Rails 7.0.pre compatibility
* [ENHANCEMENT] Default branch is now `main` **POSSIBLE BREAKING CHANGE!**
* [ENHANCEMENT] Update QUnit to 2.14.0
* [ENHANCEMENT] Update development dependencies
Expand Down
2 changes: 1 addition & 1 deletion client_side_validations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 2.4'

spec.add_dependency 'rails', '>= 5.0.0.1', '< 6.2'
spec.add_dependency 'rails', '>= 5.0.0.1', '< 7.0'

spec.add_dependency 'js_regex', '~> 3.1'

Expand Down

0 comments on commit d239669

Please sign in to comment.