diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-06-14 14:35:10 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-06-14 18:09:06 +0200 |
commit | 82090d291fa56e11e5be24102fa651273ac28d4b (patch) | |
tree | 55ca490badc362961eb7e904b6520cfb1ce53a7e | |
parent | fe32942f8e4c89366d3a3c6c3ac7bcaea0e47edb (diff) | |
download | gitlab-ce-82090d291fa56e11e5be24102fa651273ac28d4b.tar.gz |
Update the allocations Gem to 1.0.5
This allows it to be used on Ruby 2.3 without it crashing all the time.
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 209f29de1e0..d517fcb8ed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM after_commit_queue (1.3.0) activerecord (>= 3.0) akismet (2.0.0) - allocations (1.0.4) + allocations (1.0.5) arel (6.0.3) asana (0.4.0) faraday (~> 0.9) |