Skip to content

Commit

Permalink
Specify required_ruby_version >= 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Dec 7, 2015
1 parent 416ce64 commit 0bf6881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper_trail.gemspec
Expand Up @@ -18,7 +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.required_ruby_version = '>= 1.9.3'

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

0 comments on commit 0bf6881

Please sign in to comment.