diff options
author | Kir Shatrov <shatrov@me.com> | 2017-01-13 13:50:25 -0500 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-01-13 13:50:25 -0500 |
commit | 240f1e716261c2b40d08594458664858fe825d05 (patch) | |
tree | 86ccc672b3dce25b94e0b925547c5014967d3208 | |
parent | aa0a3d26e338dd293a632e99e815e5ca6fad0d58 (diff) | |
download | rails-240f1e716261c2b40d08594458664858fe825d05.tar.gz rails-240f1e716261c2b40d08594458664858fe825d05.tar.bz2 rails-240f1e716261c2b40d08594458664858fe825d05.zip |
Update builder gem to avoid deprecations of 2.4
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2c48518802..94d538b84b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,7 @@ GEM childprocess faraday selenium-webdriver - builder (3.2.2) + builder (3.2.3) bunny (2.6.2) amq-protocol (>= 2.0.1) byebug (9.0.6) |