Skip to content

Commit 6233025

Browse files
committed
Specify required ruby version in gemspec
1 parent e56aa90 commit 6233025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

annotate.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
77
s.name = "annotate"
88
s.version = Annotate.version
99

10+
s.required_ruby_version = '~> 1.9.3'
1011
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1112
s.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
1213
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."

0 commit comments

Comments
 (0)