Skip to content
Snippets Groups Projects
Commit 77d32ea9 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Bump Rugged to 0.21.2

parent 399cb615
No related branches found
No related tags found
No related merge requests found
Loading
@@ -6,12 +6,12 @@ PATH
Loading
@@ -6,12 +6,12 @@ PATH
charlock_holmes (~> 0.6) charlock_holmes (~> 0.6)
gitlab-grit (~> 2.6) gitlab-grit (~> 2.6)
gitlab-linguist (~> 3.0) gitlab-linguist (~> 3.0)
rugged (~> 0.21.0) rugged (~> 0.21.2)
   
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (4.1.4) activesupport (4.1.8)
i18n (~> 0.6, >= 0.6.9) i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
Loading
@@ -32,7 +32,7 @@ GEM
Loading
@@ -32,7 +32,7 @@ GEM
escape_utils (0.2.4) escape_utils (0.2.4)
ffi (1.8.1) ffi (1.8.1)
formatador (0.2.4) formatador (0.2.4)
gitlab-grit (2.7.0) gitlab-grit (2.7.2)
charlock_holmes (~> 0.6) charlock_holmes (~> 0.6)
diff-lcs (~> 1.1) diff-lcs (~> 1.1)
mime-types (~> 1.15) mime-types (~> 1.15)
Loading
@@ -59,7 +59,7 @@ GEM
Loading
@@ -59,7 +59,7 @@ GEM
lumberjack (1.0.3) lumberjack (1.0.3)
method_source (0.8.1) method_source (0.8.1)
mime-types (1.25.1) mime-types (1.25.1)
minitest (5.4.0) minitest (5.4.3)
multi_json (1.7.2) multi_json (1.7.2)
posix-spawn (0.3.9) posix-spawn (0.3.9)
pry (0.9.12.1) pry (0.9.12.1)
Loading
@@ -81,7 +81,7 @@ GEM
Loading
@@ -81,7 +81,7 @@ GEM
rspec-expectations (2.13.0) rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1) rspec-mocks (2.13.1)
rugged (0.21.0) rugged (0.21.2)
simplecov (0.7.1) simplecov (0.7.1)
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.7.1) simplecov-html (~> 0.7.1)
Loading
Loading
Loading
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
Loading
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.add_dependency("gitlab-linguist", "~> 3.0") s.add_dependency("gitlab-linguist", "~> 3.0")
s.add_dependency("gitlab-grit", "~> 2.6") s.add_dependency("gitlab-grit", "~> 2.6")
s.add_dependency("activesupport", "~> 4.0") s.add_dependency("activesupport", "~> 4.0")
s.add_dependency("rugged", "~> 0.21.0") s.add_dependency("rugged", "~> 0.21.2")
s.add_dependency("charlock_holmes", "~> 0.6") s.add_dependency("charlock_holmes", "~> 0.6")
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment