Skip to content

Commit

Permalink
[frontend] Properly remove annotate gem
Browse files Browse the repository at this point in the history
This is a follow up on 499905f.
We remove annotate until we switch to bundle-gems service or our gem packaging scripts have a way
to deal with conflicting executeables.

As the previous commit did not remove annotate properly we reverted
it and do it in this commit.
We can revert this whole commit when we want to enable annotate again.
  • Loading branch information
ChrisBr committed Jun 7, 2018
1 parent 7bd3114 commit 289da93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
2 changes: 0 additions & 2 deletions src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ end
group :development do
# as alternative to the standard IRB shell
gem 'unicorn-rails' # webrick won't work
# for annotating models with schema info
gem 'annotate'
end

group :development, :test do
Expand Down
4 changes: 0 additions & 4 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ GEM
airbrake-ruby (~> 2.5)
airbrake-ruby (2.5.0)
amq-protocol (2.3.0)
annotate (2.7.4)
activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 13.0)
ansi (1.5.0)
arel (9.0.0)
ast (2.4.0)
Expand Down Expand Up @@ -421,7 +418,6 @@ DEPENDENCIES
addressable
airbrake (<= 7.1.0)
airbrake-ruby (<= 2.5.0)
annotate
bcrypt
bullet
bunny
Expand Down
48 changes: 0 additions & 48 deletions src/api/lib/tasks/auto_annotate_models.rake

This file was deleted.

0 comments on commit 289da93

Please sign in to comment.