Skip to content

Commit

Permalink
Update annotate requirement from ~> 3.1.1 to >= 3.1.1, < 3.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [annotate](https://github.com/ctran/annotate_models) to permit the latest version.
- [Release notes](https://github.com/ctran/annotate_models/releases)
- [Changelog](https://github.com/ctran/annotate_models/blob/develop/CHANGELOG.md)
- [Commits](ctran/annotate_models@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: annotate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and reidab committed May 20, 2022
1 parent 70daea4 commit a1c7d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calagator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activemodel-serializers-xml', '~> 1.0'
s.add_dependency 'acts-as-taggable-on', '~> 8.1'
s.add_dependency 'annotate', '~> 3.1.1'
s.add_dependency 'annotate', '>= 3.1.1', '< 3.3.0'
s.add_dependency 'bluecloth', '~> 2.2'
s.add_dependency 'font-awesome-rails', '~> 4.7'
s.add_dependency 'formtastic', '~> 4.0'
Expand Down

0 comments on commit a1c7d9a

Please sign in to comment.