mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Run bundle update
on bootsnap
1.2.1 fixes a bug in `Kernel.require` and resolve a test failure. See https://github.com/Shopify/bootsnap/pull/143
This commit is contained in:
parent
92dac547fd
commit
f2ebfcb0c0
1 changed files with 5 additions and 7 deletions
12
Gemfile.lock
12
Gemfile.lock
|
@ -156,9 +156,7 @@ GEM
|
|||
childprocess
|
||||
faraday
|
||||
selenium-webdriver
|
||||
bootsnap (1.1.2)
|
||||
msgpack (~> 1.0)
|
||||
bootsnap (1.1.2-java)
|
||||
bootsnap (1.2.1)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.3)
|
||||
bunny (2.6.6)
|
||||
|
@ -311,10 +309,10 @@ GEM
|
|||
mocha (1.3.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mono_logger (1.1.0)
|
||||
msgpack (1.1.0)
|
||||
msgpack (1.1.0-java)
|
||||
msgpack (1.1.0-x64-mingw32)
|
||||
msgpack (1.1.0-x86-mingw32)
|
||||
msgpack (1.2.4)
|
||||
msgpack (1.2.4-java)
|
||||
msgpack (1.2.4-x64-mingw32)
|
||||
msgpack (1.2.4-x86-mingw32)
|
||||
multi_json (1.12.2)
|
||||
multipart-post (2.0.0)
|
||||
mustache (1.0.5)
|
||||
|
|
Loading…
Reference in a new issue