Skip to content

Commit 7649250

Browse files
Update activesupport requirement from ~> 6.0.0 to >= 6.0, < 6.2 (#49)
Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.0.0...v6.1.0) Signed-off-by: @marcqualie Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e90d247 commit 7649250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffcrypt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.executables = %w[diffcrypt]
3030
spec.require_paths = ['lib']
3131

32-
spec.add_runtime_dependency 'activesupport', '~> 6.0.0'
32+
spec.add_runtime_dependency 'activesupport', '>= 6.0', '< 6.2'
3333
spec.add_runtime_dependency 'thor', '>= 0.20', '< 2'
3434
end

0 commit comments

Comments
 (0)