New gem versions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
48dd07edba
commit
426bce65cf
2 changed files with 22 additions and 24 deletions
8
Gemfile
8
Gemfile
|
@ -24,7 +24,7 @@ gem 'omniauth-github'
|
||||||
|
|
||||||
# Extracting information from a git repository
|
# Extracting information from a git repository
|
||||||
# Provide access to Gitlab::Git library
|
# Provide access to Gitlab::Git library
|
||||||
gem "gitlab_git", "~> 3.0.0.rc2"
|
gem "gitlab_git", "~> 3.1.0"
|
||||||
|
|
||||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||||
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
|
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
|
||||||
|
@ -33,13 +33,13 @@ gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
|
||||||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
|
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
|
||||||
|
|
||||||
# Syntax highlighter
|
# Syntax highlighter
|
||||||
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb'
|
gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb'
|
||||||
|
|
||||||
# Git Wiki
|
# Git Wiki
|
||||||
gem "gitlab-gollum-lib", "~> 1.0.1", require: 'gollum-lib'
|
gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib'
|
||||||
|
|
||||||
# Language detection
|
# Language detection
|
||||||
gem "github-linguist", require: "linguist"
|
gem "gitlab-linguist", "~> 2.9.5", require: "linguist"
|
||||||
|
|
||||||
# API
|
# API
|
||||||
gem "grape", "~> 0.4.1"
|
gem "grape", "~> 0.4.1"
|
||||||
|
|
38
Gemfile.lock
38
Gemfile.lock
|
@ -116,7 +116,7 @@ GEM
|
||||||
enumerize (0.6.1)
|
enumerize (0.6.1)
|
||||||
activesupport (>= 3.2)
|
activesupport (>= 3.2)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
escape_utils (0.2.4)
|
escape_utils (0.3.2)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
excon (0.13.4)
|
excon (0.13.4)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
|
@ -151,22 +151,17 @@ GEM
|
||||||
fssm (0.2.10)
|
fssm (0.2.10)
|
||||||
gemoji (1.2.1)
|
gemoji (1.2.1)
|
||||||
gherkin-ruby (0.3.0)
|
gherkin-ruby (0.3.0)
|
||||||
github-linguist (2.3.4)
|
github-markdown (0.5.5)
|
||||||
charlock_holmes (~> 0.6.6)
|
|
||||||
escape_utils (~> 0.2.3)
|
|
||||||
mime-types (~> 1.19)
|
|
||||||
pygments.rb (>= 0.2.13)
|
|
||||||
github-markdown (0.5.3)
|
|
||||||
github-markup (0.7.5)
|
github-markup (0.7.5)
|
||||||
gitlab-flowdock-git-hook (0.4.2.2)
|
gitlab-flowdock-git-hook (0.4.2.2)
|
||||||
gitlab-grit (>= 2.4.1)
|
gitlab-grit (>= 2.4.1)
|
||||||
multi_json
|
multi_json
|
||||||
gitlab-gollum-lib (1.0.1)
|
gitlab-gollum-lib (1.0.2)
|
||||||
github-markdown (~> 0.5.3)
|
github-markdown (~> 0.5.3)
|
||||||
github-markup (>= 0.7.5, < 1.0.0)
|
github-markup (>= 0.7.5, < 1.0.0)
|
||||||
gitlab-grit (>= 2.5.1)
|
gitlab-grit (~> 2.6.1)
|
||||||
|
gitlab-pygments.rb (~> 0.5.4)
|
||||||
nokogiri (~> 1.5.9)
|
nokogiri (~> 1.5.9)
|
||||||
pygments.rb (~> 0.4.2)
|
|
||||||
sanitize (~> 2.0.3)
|
sanitize (~> 2.0.3)
|
||||||
stringex (~> 1.5.1)
|
stringex (~> 1.5.1)
|
||||||
gitlab-grack (1.0.1)
|
gitlab-grack (1.0.1)
|
||||||
|
@ -176,13 +171,19 @@ GEM
|
||||||
diff-lcs (~> 1.1)
|
diff-lcs (~> 1.1)
|
||||||
mime-types (~> 1.15)
|
mime-types (~> 1.15)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
gitlab-pygments.rb (0.3.2)
|
gitlab-linguist (2.9.5)
|
||||||
|
charlock_holmes (~> 0.6.6)
|
||||||
|
escape_utils (~> 0.3.1)
|
||||||
|
gitlab-pygments.rb (~> 0.5.4)
|
||||||
|
mime-types (~> 1.19)
|
||||||
|
gitlab-pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
gitlab_git (3.0.0.rc2)
|
gitlab_git (3.1.0)
|
||||||
activesupport (~> 3.2.13)
|
activesupport (~> 3.2.13)
|
||||||
github-linguist (~> 2.3.4)
|
|
||||||
gitlab-grit (~> 2.6.1)
|
gitlab-grit (~> 2.6.1)
|
||||||
|
gitlab-linguist (~> 2.9.5)
|
||||||
|
gitlab-pygments.rb (~> 0.5.4)
|
||||||
gitlab_meta (6.0)
|
gitlab_meta (6.0)
|
||||||
gitlab_omniauth-ldap (1.0.3)
|
gitlab_omniauth-ldap (1.0.3)
|
||||||
net-ldap (~> 0.3.1)
|
net-ldap (~> 0.3.1)
|
||||||
|
@ -325,9 +326,6 @@ GEM
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0.5)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pygments.rb (0.4.2)
|
|
||||||
posix-spawn (~> 0.3.6)
|
|
||||||
yajl-ruby (~> 1.1.0)
|
|
||||||
pyu-ruby-sasl (0.0.3.3)
|
pyu-ruby-sasl (0.0.3.3)
|
||||||
quiet_assets (1.0.2)
|
quiet_assets (1.0.2)
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
|
@ -575,13 +573,13 @@ DEPENDENCIES
|
||||||
font-awesome-rails
|
font-awesome-rails
|
||||||
foreman
|
foreman
|
||||||
gemoji (~> 1.2.1)
|
gemoji (~> 1.2.1)
|
||||||
github-linguist
|
|
||||||
github-markup (~> 0.7.4)
|
github-markup (~> 0.7.4)
|
||||||
gitlab-flowdock-git-hook (~> 0.4.2)
|
gitlab-flowdock-git-hook (~> 0.4.2)
|
||||||
gitlab-gollum-lib (~> 1.0.1)
|
gitlab-gollum-lib (~> 1.0.2)
|
||||||
gitlab-grack (~> 1.0.1)
|
gitlab-grack (~> 1.0.1)
|
||||||
gitlab-pygments.rb (~> 0.3.2)
|
gitlab-linguist (~> 2.9.5)
|
||||||
gitlab_git (~> 3.0.0.rc2)
|
gitlab-pygments.rb (~> 0.5.4)
|
||||||
|
gitlab_git (~> 3.1.0)
|
||||||
gitlab_meta (= 6.0)
|
gitlab_meta (= 6.0)
|
||||||
gitlab_omniauth-ldap (= 1.0.3)
|
gitlab_omniauth-ldap (= 1.0.3)
|
||||||
gon
|
gon
|
||||||
|
|
Loading…
Reference in a new issue