Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
quaternion committed Feb 27, 2012
1 parent bf9707f commit 314de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency "sequel"
s.add_runtime_dependency "sequel", ">= 3.31.0"

s.add_development_dependency "rr"
s.add_development_dependency "fabrication"
Expand Down

0 comments on commit 314de57

Please sign in to comment.