Skip to content

Commit

Permalink
Use a long term repo for Grack gem
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 26, 2015
1 parent dfb744d commit 1106001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'gitolite-rugged', git: 'https://github.com/n-rodriguez/gitolite-rugged.git', branch: 'devel'

# Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine still uses Rails 3 and Rack 1.4)
gem 'gitlab-grack', git: 'https://github.com/n-rodriguez/grack.git', require: 'grack'
gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails3'

# HAML views
gem 'haml-rails'
Expand Down

0 comments on commit 1106001

Please sign in to comment.