Skip to content

Commit

Permalink
Adding a version dependency to for the session gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrooks committed Oct 10, 2012
1 parent db750ba commit cc78445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-runner.gemspec
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.require_paths = ["lib"]

gem.add_dependency 'session'
gem.add_dependency 'session', '>= 3.1.0'
end

0 comments on commit cc78445

Please sign in to comment.