Merge branch 'master' into drop-satellites
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
... | ... | @@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.5' | ||
gem "gitlab_git", '~> 7.2.6' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
... | ... | @@ -227,7 +227,7 @@ end |
group :development, :test do | ||
gem 'awesome_print' | ||
gem 'byebug' | ||
gem 'byebug', platform: :mri | ||
gem 'fuubar', '~> 2.0.0' | ||
gem 'pry-rails' | ||
... | ... | @@ -272,4 +272,3 @@ end |
gem "newrelic_rpm" | ||
gem 'octokit', '3.7.0' | ||
gem "rugments", "~> 1.0.0.beta8" |
File moved
2.56 KB
2.78 KB
File moved
File moved
4.1 KB
6.41 KB
app/helpers/auth_helper.rb
0 → 100644
6.01 KB
16.9 KB
2.31 KB
8.1 KB
11.8 KB
3.95 KB