Skip to content

Commit ed1a522

Browse files
committed
adds required ruby to gemspec
1 parent b9305d0 commit ed1a522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rails_autolink.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
1111
s.description = 'This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating.'
1212

1313
s.add_dependency 'rails', '> 3.1'
14+
s.required_ruby_version = '>= 1.9.3'
1415
s.license = 'MIT'
1516

1617
s.files = Dir.glob("{test,lib/**/*}") + `git ls-files -z`.split("\0")

0 commit comments

Comments
 (0)