Skip to content

Commit

Permalink
Sets correct gitlab dependency for gitlab formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenj committed Dec 23, 2014
1 parent f938c40 commit bb89b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rugged', '~> 0.21.0'
s.add_runtime_dependency 'thor', '~> 0.19.0'
s.add_runtime_dependency 'octokit', '~> 3.2'
s.add_runtime_dependency 'gitlab', '~> 3.2'
s.add_runtime_dependency 'gitlab', '~> 3.3'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its', '~> 1.0'
Expand Down

0 comments on commit bb89b29

Please sign in to comment.