Skip to content

Commit

Permalink
Remove duplicated gem (it should work without)
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 31, 2016
1 parent 0654b34 commit e4c66dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -4,7 +4,6 @@ gem 'gitolite-rugged', git: 'https://github.com/jbox-web/gitolite-rugged.git', t
## Redmine 3.x
## Ruby/Rack Git Smart-HTTP Server Handler (use our own repository because Redmine uses Rails 4.2 and Rack 1.6)
gem 'gitlab-grack', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_rails4'
gem 'redcarpet', '~> 3.3.2'

# HAML views
gem 'haml-rails'
Expand Down Expand Up @@ -40,9 +39,6 @@ group :development, :test do
gem 'sshkey'
gem 'database_cleaner'

# Code coverage
gem 'simplecov', '~> 0.9.1'

# Publish to Coveralls
gem 'coveralls', require: false

Expand Down

0 comments on commit e4c66dc

Please sign in to comment.