Skip to content

Commit

Permalink
works with AR 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lasseigne committed Oct 11, 2011
1 parent ec48b86 commit ae5b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_ar_regexp.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency 'sqlite3'
s.add_runtime_dependency 'activerecord', '>= 3.1'
s.add_runtime_dependency 'activerecord', '~> 3.0'

s.add_development_dependency 'rspec'
end

0 comments on commit ae5b60f

Please sign in to comment.