Skip to content

Commit

Permalink
removing the less than 3.2.3 version dependancy for active record
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginette Vellera committed Jul 4, 2012
1 parent 793e6fc commit aea7870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_offs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency(%q<activerecord>, ['<= 3.2.3', '>= 1.15.6'])
s.add_dependency(%q<activerecord>, ['>= 1.15.6'])
end

0 comments on commit aea7870

Please sign in to comment.