Skip to content

Commit 2b958b9

Browse files
author
Jiri Prochazka
committed
rails 4
1 parent 0afc461 commit 2b958b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_autolink.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.summary = 'Automatic generation of html links in texts'
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

13-
s.add_dependency 'rails', '> 3.1'
13+
s.add_dependency 'rails', '> 4.0.3'
1414
s.required_ruby_version = '>= 1.9.3'
1515
s.license = 'MIT'
1616

0 commit comments

Comments
 (0)