Commit 4c0ccb07 authored by Dmitry.Krasilschikov's avatar Dmitry.Krasilschikov
Browse files

#RUBY-18021 #RUBY-14605 change .ruby-version content according to selected in...

#RUBY-18021 #RUBY-14605 change .ruby-version content according to selected in the RailsApps Sample wizard sdk with ability to revert
(cherry picked from commit 4a5ace89)
parent b6129dd5
Showing with 2 additions and 5 deletions
+2 -5
......@@ -76,11 +76,8 @@ public abstract class AbstractGithubTagDownloadedProjectGenerator extends WebPro
catch (GeneratorException e) {
showErrorMessage(project, e.getMessage());
}
ApplicationManager.getApplication().runWriteAction(new Runnable() {
@Override
public void run() {
baseDir.refresh(true, true);
}
ApplicationManager.getApplication().runWriteAction(() -> {
baseDir.refresh(true, true);
});
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment