Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
gitlab_git (2.0.0)
gitlab_git (2.0.1)
activesupport (~> 3.2.13)
github-linguist (~> 2.3.4)
github-linguist (~> 2.9.4)
gitlab-grit (~> 2.6.0)

GEM
Expand All @@ -24,14 +24,14 @@ GEM
thor
crack (0.3.2)
diff-lcs (1.2.4)
escape_utils (0.2.4)
escape_utils (0.3.2)
ffi (1.8.1)
formatador (0.2.4)
github-linguist (2.3.4)
github-linguist (2.9.4)
charlock_holmes (~> 0.6.6)
escape_utils (~> 0.2.3)
escape_utils (~> 0.3.1)
mime-types (~> 1.19)
pygments.rb (>= 0.2.13)
pygments.rb (~> 0.5.2)
gitlab-grit (2.6.0)
charlock_holmes (~> 0.6.9)
diff-lcs (~> 1.1)
Expand All @@ -46,7 +46,7 @@ GEM
guard-rspec (2.5.4)
guard (>= 1.1)
rspec (~> 2.11)
i18n (0.6.4)
i18n (0.6.5)
listen (1.0.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand Down
2 changes: 1 addition & 1 deletion gitlab_git.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage =
'http://rubygems.org/gems/gitlab_git'

s.add_dependency("github-linguist", "~> 2.3.4")
s.add_dependency("github-linguist", "~> 2.9.4")
s.add_dependency("gitlab-grit", "~> 2.6.0")
s.add_dependency("activesupport", "~> 3.2.13")
end