Skip to content

Commit

Permalink
Merge pull request #747 from nanoc/support-ruby-2-1
Browse files Browse the repository at this point in the history
Support Ruby 2.1
  • Loading branch information
denisdefreyne committed Nov 30, 2015
2 parents eb562c6 + d9cbadc commit 9e27d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoc.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ['--main', 'README.md']
s.extra_rdoc_files = ['ChangeLog', 'LICENSE', 'README.md', 'NEWS.md']

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.1.0'

s.add_runtime_dependency('cri', '~> 2.3')

Expand Down

0 comments on commit 9e27d0a

Please sign in to comment.