Skip to content

Commit

Permalink
[close rails/webpacker#739] Upgrade Yarn to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 13, 2017
1 parent dbf4ffb commit 59131f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Make installs more robust against temporary network issues by retrying failed
downloads in `LanguagePack::Fetcher#fetch_untar`, which installs Rubies (#585)

* Yarn version upgraded to v1.0.2

## v167 (07/25/2016)

* Update Bundler to 1.15.2 (#602)
Expand Down
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/nodebin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.hardcoded_node_lts
end

def self.hardcoded_yarn
version = "0.22.0"
version = "1.0.2"
{
"number" => version,
"url" => "https://yarnpkg.com/downloads/#{version}/yarn-v#{version}.tar.gz"
Expand Down

0 comments on commit 59131f9

Please sign in to comment.