Skip to content

Commit

Permalink
Merge pull request #727 from rails/require-newer-yarn
Browse files Browse the repository at this point in the history
Bump required yarn version
  • Loading branch information
javan authored Aug 31, 2017
2 parents cd6dc71 + 9e34e44 commit a1508c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/webpacker/check_yarn.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace :webpacker do
desc "Verifies if yarn is installed"
task :check_yarn do
required_yarn_version = "0.20.1"
required_yarn_version = "0.25.2"

begin
yarn_version = `yarn --version`
Expand Down

0 comments on commit a1508c0

Please sign in to comment.