Skip to content

Commit

Permalink
pin rugged version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wireframe committed Jul 7, 2014
1 parent 196aaa6 commit d7b76ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/thegarage/gitx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Thegarage
module Gitx
VERSION = '2.1.0'
VERSION = '2.1.1'
end
end
2 changes: 1 addition & 1 deletion thegarage-gitx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "rugged"
spec.add_runtime_dependency "rugged", '~> 0.19.0'
spec.add_runtime_dependency "rest-client", ">= 1.4.0"
spec.add_runtime_dependency "thor"

Expand Down

0 comments on commit d7b76ff

Please sign in to comment.