Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove add_runtime_dependency with arel
Oracle enhanced adapter depends on ActiveRecord.
ActiveRecord depends on Arel which is described in activerecord/activerecord.gemspec

Related with rails/rails@089ca52
  • Loading branch information
yahonda committed Jul 25, 2017
1 parent 5d4a39c commit 27ecb86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord-oracle_enhanced-adapter.gemspec
Expand Up @@ -23,6 +23,5 @@ This adapter is superset of original ActiveRecord Oracle adapter.
s.summary = "Oracle enhanced adapter for ActiveRecord"
s.test_files = Dir["spec/**/*"]
s.add_runtime_dependency("activerecord", ["~> 5.2.0.alpha"])
s.add_runtime_dependency("arel", ["~> 8.0"])
s.add_runtime_dependency("ruby-plsql", [">= 0.6.0"])
end

0 comments on commit 27ecb86

Please sign in to comment.