Skip to content

Commit d2b5604

Browse files
committed
Rails upgrade
Upgrade `activesupport` to version 5.2 to make it compatible with Rails 5.2.6
1 parent 26eaa20 commit d2b5604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legality.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1818
spec.require_paths = ["lib"]
1919

20-
spec.add_dependency 'activesupport', '~> 4.1'
20+
spec.add_dependency 'activesupport', '>= 4.1'
2121
end

0 commit comments

Comments
 (0)