diff options
author | eileencodes <eileencodes@gmail.com> | 2016-12-16 10:43:44 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2016-12-16 10:43:44 -0500 |
commit | 8a37ac9264cac407c3c2b368704a5fa9cd9ebaca (patch) | |
tree | 39c441c6beaa168ecf635dff30187ac2f9d043f1 | |
parent | 0aae8aec3b6c73b9f1f0dae78b0683038f36bc59 (diff) | |
download | rails-8a37ac9264cac407c3c2b368704a5fa9cd9ebaca.tar.gz rails-8a37ac9264cac407c3c2b368704a5fa9cd9ebaca.tar.bz2 rails-8a37ac9264cac407c3c2b368704a5fa9cd9ebaca.zip |
Bump coffee-script-source to fix bug
Coffee script 1.12.1 was released and contained a bug where coffee
script was undefined. 1.12.1 was yanked and 1.12.2 was released. This
bumps coffee-script-source so that CI Railties tests pass.
See: https://github.com/jashkenas/coffeescript/issues/4403
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index eb14330c2b..0763efc001 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.10.0) + coffee-script-source (1.12.2) concurrent-ruby (1.0.2) connection_pool (2.2.0) cookiejar (0.3.3) |