Skip to content

Commit

Permalink
locking git gem to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Apr 7, 2015
1 parent 0390bef commit b12c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lolcommits.gemspec
Expand Up @@ -32,10 +32,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('mini_magick', '~> 3.8.1') # ~> 4+ fails with JRuby
s.add_runtime_dependency('mime-types', '~> 1.25') # ~> 2+ requires Ruby >= 1.9.2
s.add_runtime_dependency('httparty', '~> 0.11.0') # ~> 0.13+ requires Ruby >= 1.9.3
s.add_runtime_dependency('git', '=1.2.8') # ~> 1.2.9 has constant issues with Ruby < 1.9.3
s.add_development_dependency('cucumber', '=1.3.19') # ~> 2+ requries Ruby >= 1.9.3

# core
s.add_runtime_dependency('git', '~> 1.2.8')
s.add_runtime_dependency('choice', '~> 0.1.6')
s.add_runtime_dependency('launchy', '~> 2.4.3')
s.add_runtime_dependency('methadone', '~> 1.8.0')
Expand Down

0 comments on commit b12c3bf

Please sign in to comment.