Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
you don't technically need to use activerecord - just arel is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed May 29, 2012
1 parent 753ce4f commit 2016247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/helper.rb
@@ -1,6 +1,8 @@
require 'bundler/setup'
require 'minitest/spec'
require 'minitest/autorun'

require 'active_record'
require 'cohort_analysis'

require 'weighted_average'
Expand Down
2 changes: 1 addition & 1 deletion weighted_average.gemspec
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency 'arel'
s.add_runtime_dependency 'activerecord', '~>3'
s.add_runtime_dependency 'activesupport', '~>3'
s.add_runtime_dependency 'arel', '>= 2'

Expand All @@ -27,6 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'mysql'
s.add_development_dependency 'pg'
s.add_development_dependency 'activerecord', '~>3'
end


0 comments on commit 2016247

Please sign in to comment.