diff options
author | utilum <oz@utilum.com> | 2018-06-21 12:05:42 +0200 |
---|---|---|
committer | utilum <oz@utilum.com> | 2018-06-21 12:11:43 +0200 |
commit | 99685e39d26bb905ae423ef45dbe6075b350b3cc (patch) | |
tree | 758018939b9a811618d832c5db86cfbbbb61314d | |
parent | 8f6c85f0364b099b7be36f430198ea9bdb648ab5 (diff) | |
download | rails-99685e39d26bb905ae423ef45dbe6075b350b3cc.tar.gz rails-99685e39d26bb905ae423ef45dbe6075b350b3cc.tar.bz2 rails-99685e39d26bb905ae423ef45dbe6075b350b3cc.zip |
Update fugit to latest version
[fugit 1.1.3](https://github.com/floraison/fugit/commit/03a3ee86f3cd5d929442dd25896b99acbd151947)
fixes warnings that show up in ActiveJob tests.
See [CI](https://travis-ci.org/rails/rails/jobs/394107740#L3764-L3778).
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2fdd898943..e0b280f46f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM ffi (1.9.21-java) ffi (1.9.21-x64-mingw32) ffi (1.9.21-x86-mingw32) - fugit (1.1.1) + fugit (1.1.3) et-orbi (~> 1.1, >= 1.1.1) raabro (~> 1.1) globalid (0.4.1) @@ -575,4 +575,4 @@ DEPENDENCIES websocket-client-simple! BUNDLED WITH - 1.16.1 + 1.16.2 |