Skip to content

Commit

Permalink
Merge pull request #623 from airblade/drop_ruby18_support
Browse files Browse the repository at this point in the history
Specify required ruby version of 1.9 or greater
  • Loading branch information
jaredbeck committed Sep 23, 2015
2 parents 1cb49a3 + 52c9759 commit 71ba6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper_trail.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.required_rubygems_version = '>= 1.3.6'
s.required_ruby_version = '>= 1.9'

s.add_dependency 'activerecord', ['>= 3.0', '< 6.0']
s.add_dependency 'activesupport', ['>= 3.0', '< 6.0']
Expand Down

0 comments on commit 71ba6d3

Please sign in to comment.