Skip to content

Commit 1a85558

Browse files
committed
fix gemspec
1 parent a13efa2 commit 1a85558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-debug-base19x.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EOF
3838
spec.extensions = ["ext/ruby_debug/extconf.rb"]
3939
spec.files = FILES
4040

41-
spec.required_ruby_version = '>= 1.8.2'
41+
spec.required_ruby_version = '>= 1.9'
4242
spec.date = Time.now
4343
spec.rubyforge_project = 'ruby-debug19'
4444
spec.add_dependency('columnize', [">= 0.3.1"])

0 commit comments

Comments
 (0)