Skip to content

Commit

Permalink
added sequel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gucki committed Aug 2, 2011
1 parent 74e5710 commit 27c1d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequel_rails3.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency "rails", "~>3.0" s.add_dependency "rails", "~>3.0"
s.add_dependency "sequel", "~>3.0"


s.add_development_dependency "rspec", "~>2.5" s.add_development_dependency "rspec", "~>2.5"
s.add_development_dependency "rspec-rails", "~>2.5" s.add_development_dependency "rspec-rails", "~>2.5"
Expand Down

0 comments on commit 27c1d1b

Please sign in to comment.