Skip to content

Commit

Permalink
Merge pull request kaminari#159 from alsemyonov/master
Browse files Browse the repository at this point in the history
Do not depend on Rails because it depends on ActiveRecord, whenever you use it or another ORM/ODM in application
  • Loading branch information
amatsuda committed Sep 6, 2011
2 parents 3236398 + 2bdf95f commit fe01a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaminari.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.licenses = ['MIT']

s.add_dependency 'rails', ['>= 3.0.0']
s.add_dependency 'railties', ['>= 3.0.0']
s.add_development_dependency 'bundler', ['>= 1.0.0']
s.add_development_dependency 'sqlite3', ['>= 0']
s.add_development_dependency 'mongoid', ['>= 2']
Expand Down

0 comments on commit fe01a41

Please sign in to comment.