Skip to content

Commit

Permalink
require ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jul 19, 2013
1 parent eed2c66 commit d3df015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olelo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = %w(lib)

s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 1.9.3'

s.add_runtime_dependency('RedCloth', '~> 4.2.9')
s.add_runtime_dependency('creole', '~> 0.5.0')
Expand Down

0 comments on commit d3df015

Please sign in to comment.