Skip to content

Commit

Permalink
Merge pull request #2821 from hennevogel/feature_annotate
Browse files Browse the repository at this point in the history
[api][webui] Drop upper rake version limit
  • Loading branch information
adrianschroeter committed Mar 13, 2017
2 parents c0186ec + e8dd6f8 commit 558df53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/Gemfile.lock
Expand Up @@ -51,7 +51,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
annotate (2.7.1)
activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 12.0)
rake (>= 10.4)
ansi (1.5.0)
arel (7.1.4)
ast (2.3.0)
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
raindrops (0.17.0)
rake (11.3.0)
rake (12.0.0)
rantly (1.0.0)
rdoc (5.1.0)
redcarpet (3.3.4)
Expand Down

0 comments on commit 558df53

Please sign in to comment.