Skip to content

Commit f83abc1

Browse files
committed
add activerecord as a (gem) dependency
1 parent 3367770 commit f83abc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord-jdbc-adapter.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Gem::Specification.new do |gem|
2727
reject { |f| f =~ /^(bench|test)/ } # not sure if including tests is useful
2828
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2929
gem.test_files = gem.files.grep(%r{^test/})
30-
30+
3131
# NOTE: 1.3.0 only supports >= 2.3 but users report it works with 2.2 :
32-
#gem.add_dependency 'activerecord', '>= 2.2.2'
32+
gem.add_dependency 'activerecord', '>= 2.2'
3333

3434
#gem.add_development_dependency 'test-unit', '2.5.4'
3535
#gem.add_development_dependency 'test-unit-context', '>= 0.3.0'

0 commit comments

Comments
 (0)