Skip to content

Commit 7bd1560

Browse files
author
Arthur Nogueira Neves
committed
Merge pull request #258 from nicolasleger/patch-1
Specify required Ruby version
2 parents ae602d2 + af93939 commit 7bd1560

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)