Skip to content

Commit af93939

Browse files
author
Nicolas Leger
committed
Specify required Ruby version
1 parent ae602d2 commit af93939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sprockets-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
1111

1212
s.files = Dir["README.md", "lib/**/*.rb", "LICENSE"]
1313

14+
s.required_ruby_version = '>= 1.9.3'
15+
1416
s.add_dependency "sprockets", ">= 3.0.0", "< 4.0"
1517
s.add_dependency "actionpack", ">= 4.0"
1618
s.add_dependency "activesupport", ">= 4.0"

0 commit comments

Comments
 (0)